aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-10-03bootstage: Add bootstage commandSimon Glass
2012-10-03bootstage: Add feature to stash/unstash bootstage infoSimon Glass
2012-10-02bootstage: Store boot timings in device treeSimon Glass
2012-10-02bootstage: Add time accumulation featureSimon Glass
2012-10-02bootstage: Export bootstage_add_record() functionSimon Glass
2012-09-29cmd_fat.c: fix build warningAnatolij Gustschin
2012-09-29common: add zip command supportLei Wen
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek
2012-09-27SPL: Rework how we inform about un-headered imagesTom Rini
2012-09-27SPL: Make un-supported boot device puts a debug insteadTom Rini
2012-09-27SPL: Enable use of custom defined U-Boot entry pointStefan Roese
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese
2012-09-27SPL: Add NOR flash booting supportStefan Roese
2012-09-27PXE: FDT: Add support for fdt in PXEChander Kashyap
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini
2012-09-27SPL: Use image_get_xxx() functions to access header valuesStefan Roese
2012-09-27SPL: do not use fix value for u-boot sizeStefano Babic
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-09-26env: checkpatch clean env_fatIgor Grinberg
2012-09-26env: remove duplicated env_get_char_spec()Igor Grinberg
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2012-09-25cmd_part: add partition-related commandStephen Warren
2012-09-25disk: get_device_and_partition() "auto" partition and cleanupStephen Warren
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-25combine block device load commands into common functionRob Herring
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-24common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin
2012-09-24net: Improve the speed of netconsoleJoe Hershberger
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-21common/lcd: add protection from null bmp pointerNikita Kiryanov
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-21usb: do explicit unaligned accessesLucas Stach
2012-09-20Merge branch 'ext4'Tom Rini
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
2012-09-18env: unify logic to check and apply changesGerlando Falauto
2012-09-18env: cosmetic: drop assignment i = iomux_doenv()Gerlando Falauto
2012-09-18env_common: Add missing ethprimeBenoît Thébaudeau