aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
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-17nand: Make NAND lock status compatible with MicronJoe Hershberger1-1/+7
2012-09-17nand: Add support for unlock.invertJoe Hershberger1-3/+10
2012-09-17Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini1-1/+12
2012-09-15fdt: Check if the FDT address is configuredMarek Vasut1-1/+12
2012-09-13Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini1-5/+5
2012-09-13Fix strict-aliasing warning in dlmallocSimon Glass1-5/+5
2012-09-07env_mmc: allow environment to be in an eMMC partitionStephen Warren1-8/+56
2012-09-07cmd_nand: dump: Align data and OOB buffersThierry Reding1-2/+2
2012-09-05mmcinfo: Fix help messageBenoît Thébaudeau1-2/+1
2012-09-05env_mmc: allow environment to be in an eMMC partitionStephen Warren1-8/+56
2012-09-03cfi: Make the flash erase and write operations abortableJoe Hershberger2-1/+5
2012-09-02hush: Don't parse the contents of a dereferenced varJoe Hershberger1-3/+61
2012-09-02hush: Add default value substitution supportJoe Hershberger1-3/+40
2012-09-02env_nand: align NAND buffersStephen Warren1-5/+5
2012-09-02image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki1-3/+4
2012-09-01usb: Optimize USB storage read/writeJim Shimer1-12/+0
2012-09-01usb_stor_BBB_transport: Do not delay when not requiredBenoît Thébaudeau1-2/+9
2012-09-01usb_storage: Remove EHCI constraintsBenoît Thébaudeau1-18/+15
2012-09-01usb_storage: Restore non-EHCI supportBenoît Thébaudeau1-0/+4
2012-09-01dfu:cmd: Support for DFU u-boot commandLukasz Majewski2-0/+82
2012-08-09cmd_spi: remove superfluous semicolonMarek Vasut1-1/+1
2012-08-09ext4fs write supportUma Shankar1-0/+141
2012-08-09ext4fs ls load supportUma Shankar4-202/+378
2012-08-09zfs: Add ZFS filesystem supportJorgen Lundman2-0/+237
2012-08-09u-boot: Update yaffs2 file systemCharles Manning1-135/+248
2012-08-09Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is setDirk Eibach1-0/+5
2012-08-09Allow newlines within command environment varsSimon Glass1-3/+3
2012-08-09Add run_command_list() to run a list of commandsSimon Glass3-65/+89
2012-08-06env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZEDavid du Colombier1-1/+1
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-0/+1
2012-07-31i2c: deblock i2c bus also if accessed before realocationHolger Brunck1-0/+1
2012-07-18usb_storage: fix ehci driver max transfer sizeStefan Herbrechtsmeier1-17/+20
2012-07-18usb: check return value of submit_{control, bulk}_msgIlya Yanok1-2/+4