15 May, 2012

5 commits

  • Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220.

    NAS6210 has 1 SATA and 1 eSATA port while NAS6220 has 2 SATA ports.

    More information about the boards can be found here:

    http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7036
    http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7515

    Signed-off-by: Luka Perkov
    Signed-off-by: Gerald Kerma
    Signed-off-by: Simon Baatz

    Luka Perkov
     
  • This change adds a basic support for Embest/Timll DevKit3250 board,
    NOR and UART are the only supported peripherals for a moment. The board
    doesn't require low-level init, because the initial SDRAM and GPIO
    configuration is performed during kickstart bootloader execution.

    Signed-off-by: Vladimir Zapolskiy
    Cc: Albert ARIBAUD
    Acked-by: Marek Vasut

    Vladimir Zapolskiy
     
  • This change adds an implementation of high-speed UART found on NXP
    LPC32X0 SoCs. Such UARTs are enumerated as UART1, UART2 and UART7.

    Signed-off-by: Vladimir Zapolskiy
    Cc: Albert ARIBAUD
    Acked-by: Marek Vasut

    Vladimir Zapolskiy
     
  • This change adds initial support for NXP LPC32x0 SoC series.

    Signed-off-by: Vladimir Zapolskiy
    Cc: Albert ARIBAUD
    Acked-by: Marek Vasut

    Vladimir Zapolskiy
     
  • I have tested booting both FDT and non-FDT based Linux kernels (based on
    http://marc.info/?l=linux-arm-kernel&m=133002679716986 and
    http://marc.info/?l=linux-arm-kernel&m=132328894303581 respectively).

    Signed-off-by: Ian Campbell
    Cc: Jason
    Cc: Prafulla Wadaskar
    Acked-by: Jason Cooper

    Ian Campbell
     

01 May, 2012

1 commit

  • * 'agust@denx.de' of git://git.denx.de/u-boot-staging:
    lin_gadget: use common linux/compat.h
    linux/compat.h: rename from linux/mtd/compat.h
    lin_gadget: use common mdelay
    gunzip: rename z{alloc, free} to gz{alloc, free}
    fs/fat: align disk buffers on cache line to enable DMA and cache
    part_dos: align disk buffers on cache line to enable DMA and cache

    Wolfgang Denk
     

30 Apr, 2012

26 commits


29 Apr, 2012

3 commits

  • md5.c: In function ‘MD5Final’:
    md5.c:156:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    md5.c:157:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

    Signed-off-by: Marek Vasut
    Cc: Wolfgang Denk
    Acked-by: Mike Frysinger

    Marek Vasut
     
  • cmd_nand.c: In function ‘arg_off_size’:
    cmd_nand.c:216:5: warning: ‘maxsize’ may be used uninitialized in this function [-Wmaybe-uninitialized]

    Signed-off-by: Marek Vasut
    Cc: Scott Wood
    Cc: Wolfgang Denk

    Marek Vasut
     
  • * 'marex@denx.de' of git://git.denx.de/u-boot-staging:
    CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic
    CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE
    CMD: Fix typo CMD_FSL -> CMD_MFSL in readme
    HWW1U1A: Fix CMD_SHA1 -> CMD_SHA1SUM
    CMD: Remove CMD_LOG, it's unused
    CMD: Fix typo KGBD -> KGDB on debris board
    CMD: Drop CONFIG_CMD_EMMC, it's not used
    CMD: Drop CONFIG_CMD_DFL, it's not used
    CMD: Drop CMD_DCR, it's not used
    CMD: Drop CMD_CAN, it's not used
    CMD: Remove CMD_AUTOSCRIPT, it's not used
    AT91: Drop AT91_SPIMUX command from cmd_all

    Wolfgang Denk
     

25 Apr, 2012

5 commits