summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-25cmd_reiser: use common get_device_and_partition functionRob Herring
2012-09-25cmd_zfs: use common get_device_and_partition functionRob Herring
2012-09-25cmd_disk: use common get_device_and_partition functionRob Herring
2012-09-25cmd_fat: use common get_device_and_partition functionRob Herring
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring
2012-09-25ext4: remove init_fs/deinit_fsRob Herring
2012-09-25disk/part: introduce get_device_and_partitionRob Herring
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring
2012-09-25combine block device load commands into common functionRob Herring
2012-09-25disk: make get_partition_info() always available to disk.cStephen Warren
2012-09-25MAKEALL: fix per arch board listsAllen Martin
2012-09-25ARM: arm1176: Define arch_cpu_init() at the SoC levelStephen Warren
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-21Prepare v2012.10-rc1Tom Rini
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-21fdt: Add header guard to fdtdec.hSimon Glass
2012-09-21fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass
2012-09-21Add gpio_request() to asm-generic headerSimon Glass
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2012-09-21Revert "memsize: Fix for bug in memory sizing code"Tom Rini
2012-09-21Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD
2012-09-21usb: do explicit unaligned accessesLucas Stach
2012-09-21dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski
2012-09-21dfu:usb: Support for ext4Łukasz Majewski
2012-09-20Merge branch 'ext4'Tom Rini
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren
2012-09-20Flex bus definition update for Coldfire 5253.Jason Jin
2012-09-20ColdFire: Queued SPI driverRichard Retanubun
2012-09-20ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455Alison Wang
2012-09-20ColdFire: Clean up checkpatch warnings for MCF547x and MCF548xAlison Wang
2012-09-20ColdFire: Clean up checkpatch warnings for MCF523xAlison Wang
2012-09-20ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang
2012-09-20ColdFire: Clean up checkpatch warnings for MCF52x2Alison Wang
2012-09-20ColdFire: Clean up checkpatch warnings for MCF5227xAlison Wang
2012-09-20ColdFire: Add clear and set bits macros for ColdFire platformAlison Wang
2012-09-20ColdFire: Update the bitops for ColdFire platformAlison Wang
2012-09-20ColdFire: Rename NANDFLASH_SIZE into CONFIG_NANDFLASH_SIZE for MCF537xAlison Wang
2012-09-18Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxTom Rini
2012-09-18mpc8308rdb: add support for eSDHC MMC controllerIra W. Snyder
2012-09-18mpc8308rdb: add support for FIT imagesIra W. Snyder
2012-09-18mpc8308rdb: add support for Spansion SPI flash on header J8Ira W. Snyder
2012-09-18mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau
2012-09-18env: delete selected vars not present in imported envGerlando Falauto
2012-09-18env: make "env default" selective, check and applyGerlando Falauto
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto