summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2-3/+53
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek1-0/+22
2012-09-27SPL: Rework how we inform about un-headered imagesTom Rini1-5/+2
2012-09-27SPL: Make un-supported boot device puts a debug insteadTom Rini1-3/+1
2012-09-27SPL: Enable use of custom defined U-Boot entry pointStefan Roese1-1/+4
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini1-2/+2
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese1-4/+17
2012-09-27SPL: Add NOR flash booting supportStefan Roese3-0/+68
2012-09-27PXE: FDT: Add support for fdt in PXEChander Kashyap1-3/+36
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini2-0/+101
2012-09-27SPL: Use image_get_xxx() functions to access header valuesStefan Roese1-5/+5
2012-09-27SPL: do not use fix value for u-boot sizeStefano Babic1-1/+5
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-35/+6
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini3-0/+336
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau1-10/+15
2012-09-26env: checkpatch clean env_fatIgor Grinberg1-6/+14
2012-09-26env: remove duplicated env_get_char_spec()Igor Grinberg2-10/+0
2012-09-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-70/+83
2012-09-26cmd_part: add partition-related commandStephen Warren2-0/+106
2012-09-26disk: get_device_and_partition() "auto" partition and cleanupStephen Warren6-12/+12
2012-09-26cmd_reiser: use common get_device_and_partition functionRob Herring1-64/+17
2012-09-26cmd_zfs: use common get_device_and_partition functionRob Herring1-69/+19
2012-09-26cmd_disk: use common get_device_and_partition functionRob Herring1-58/+19
2012-09-26cmd_fat: use common get_device_and_partition functionRob Herring1-66/+34
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring2-167/+30
2012-09-26ext4: remove init_fs/deinit_fsRob Herring2-23/+6
2012-09-26combine block device load commands into common functionRob Herring5-409/+187
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-2/+3
2012-09-25common/lcd: fix build breakage for at91sam9x5ek and trats boardsAnatolij Gustschin1-4/+10
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-0/+17
2012-09-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
2012-09-22common/lcd: add protection from null bmp pointerNikita Kiryanov1-1/+1
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-5/+9
2012-09-21Revert "memsize: Fix for bug in memory sizing code"Tom Rini1-1/+0
2012-09-21usb: do explicit unaligned accessesLucas Stach1-5/+9
2012-09-20Merge branch 'ext4'Tom Rini4-202/+519
2012-09-18env: make "env default" selective, check and applyGerlando Falauto2-7/+61
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-1/+1
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto2-4/+7
2012-09-18env: make himport_r() selective on variablesGerlando Falauto2-3/+6
2012-09-18env: unify logic to check and apply changesGerlando Falauto1-49/+92
2012-09-18env: cosmetic: drop assignment i = iomux_doenv()Gerlando Falauto1-3/+2
2012-09-18env_common: Add missing ethprimeBenoît Thébaudeau1-0/+3
2012-09-18env import/export: Remove from help if disabledBenoît Thébaudeau1-0/+4
2012-09-18memsize: Fix for bug in memory sizing codeIwo Mergler1-0/+1
2012-09-18env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFERStephen Warren1-1/+1
2012-09-18dm: sparc: common: Fixup cmd_bdinfo warningsMarek Vasut1-5/+5
2012-09-18Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-4/+17
2012-09-18nand: Make NAND lock status compatible with MicronJoe Hershberger1-1/+7
2012-09-18nand: Add support for unlock.invertJoe Hershberger1-3/+10