summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-03ARM: add support for Network Space v2 Lite and MiniSimon Guinot1-4/+24
2012-10-03lacie_kw: add support for EFI partitionsSimon Guinot1-0/+6
2012-10-03rmobile: armadillo-800eva: Remove CONFIG_SYS_NO_L2CACHENobuhiro Iwamatsu1-1/+0
2012-10-03rmobile: armadillo-800eva: Add Support NFS and BOOTZ commandNobuhiro Iwamatsu1-0/+2
2012-10-03rmobile: armadillo-800eva: Add Support CONFIG_OF_LIBFDTNobuhiro Iwamatsu1-0/+2
2012-10-03arm: rmobile: Add support for ATMARK-TECHNO Armadillo-800EVA boardHideyuki Sano1-0/+157
2012-10-03arm: rmobile: kzm9g: Add CONFIG_GLOBAL_TIMER to board config fileNobuhiro Iwamatsu1-0/+1
2012-10-03arm: rmobile: Add support TMU base timer functionNobuhiro Iwamatsu1-1/+1
2012-10-03arm: rmobile: kzm9g: remove unrelated configNobuhiro Iwamatsu1-1/+0
2012-10-03arm: rmobile: kzm9g: Add LIBFDT supportNobuhiro Iwamatsu1-1/+2
2012-10-03arm: rmobile: kzm9g: remove unrelated configTetsuyuki Kobayashi1-2/+0
2012-10-03arm: rmobile: kzm9g: add NFS_TIMEOUT in config fileTetsuyuki Kobayashi1-0/+1
2012-10-03arm: rmobile: kzm9g: Fix CONFIG_BAUDRATE settingTetsuyuki Kobayashi1-1/+1
2012-10-03arm: rmobile: kzm9g: change prompt to board specificTetsuyuki Kobayashi1-1/+1
2012-10-03arm: rmobile: kzm9g: Modify sdram areaTetsuyuki Kobayashi1-2/+3
2012-10-03arm: rmobile: Add supoprt for KMC KZM-A9-GT boardNobuhiro Iwamatsu1-0/+168
2012-10-01omap4_panda: remove CONFIG_PANDA, not usedPeter Meerwald1-1/+0
2012-10-01am335x-evm config: decrease bootdelay to 1s and mount rootfs ROKoen Kooi1-2/+2
2012-10-01OMAP: networking support for SPLIlya Yanok3-1/+52
2012-10-01am335x_evm: enable networking in SPLIlya Yanok1-1/+4
2012-10-01davinci: ea20: add some configs and default environmet variablesBastian Ruppert1-40/+66
2012-10-01davinci: ea20: the console is always set to the serial lineBastian Ruppert1-0/+2
2012-10-01devkit8000: add rootwait to mmcboot optionAndreas Bießmann1-0/+1
2012-10-01Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD68-576/+1348
2012-09-29lib: add gzip lib function callbackLei Wen1-0/+7
2012-09-29lib: zlib: include deflate into zlib buildLei Wen1-5/+35
2012-09-29Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD3-0/+3
2012-09-29Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD3-0/+6
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini4-9/+138
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-1/+1
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese1-0/+3
2012-09-27SPL: Add NOR flash booting supportStefan Roese1-0/+3
2012-09-27hawkboard: Update config file to work with common spl frameworkSughosh Ganu1-1/+1
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini3-5/+16
2012-09-27net/phy: support the mv88e6352 switchValentin Longchamp1-0/+92
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-0/+2
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini14-0/+82
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini4-0/+4
2012-09-27omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2-0/+2
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau1-0/+2
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-0/+1
2012-09-26net: Add driver for Zynq Gem IPMichal Simek1-1/+1
2012-09-26net: introduce transparent driver private in ueth_dataLucas Stach1-6/+2
2012-09-26disk: part_efi: parse and store partition UUIDStephen Warren1-0/+3
2012-09-26disk: get_device_and_partition() "auto" partition and cleanupStephen Warren1-4/+5
2012-09-26disk: introduce get_device()Stephen Warren1-0/+5
2012-09-26cmd_reiser: use common get_device_and_partition functionRob Herring1-1/+1
2012-09-26cmd_zfs: use common get_device_and_partition functionRob Herring1-4/+1
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring2-2/+3
2012-09-26ext4: remove init_fs/deinit_fsRob Herring2-4/+0