aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-22common: Implement support for linker-generated arraysMarek Vasut1-0/+148
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut15-25/+152
2012-10-22powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu1-6/+16
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin1-3/+9
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black1-10/+14
2012-10-19Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini36-1829/+362
2012-10-19patman: force git log commands to not use colorAlbert ARIBAUD2-2/+3
2012-10-19sandbox: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19x86: Change global data baudrate to intSimon Glass2-2/+2
2012-10-19nds32: Change global data baudrate to intSimon Glass3-3/+3
2012-10-19mips: Change global data baudrate to intSimon Glass3-3/+3
2012-10-19blackfin: Change global data baudrate to intSimon Glass4-4/+4
2012-10-19arm: Change global data baudrate to intSimon Glass3-3/+3
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19powerpc: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19openrisc: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19m68k: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass3-3/+3
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2-15/+89
2012-10-19input: Fix i8042 keyboard resetMarc Jones1-5/+27
2012-10-19input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo2-0/+51
2012-10-19input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black1-1/+12
2012-10-19input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black2-6/+9
2012-10-19env: cosmetic: Consilidate the default env definitionJoe Hershberger4-293/+141
2012-10-19disk: initialize name/part fields when returning a whole diskStephen Warren1-0/+2
2012-10-19arm: fdt: Relocate fdt along with other dataSimon Glass1-0/+22
2012-10-19ColdFire: uart: fix build failure for missing header filesAlison Wang1-0/+2
2012-10-19ColdFire: Fix the build error for Freescale m5282evb board.Jason Jin1-0/+3
2012-10-19ColdFire: Fix build error for astro mcf53731 board.Jason Jin1-53/+11
2012-10-19m68k: net: Fix unused variable in mcfmii.cMarek Vasut1-3/+1
2012-10-19m68k: Fix unused variable in board.cMarek Vasut1-1/+2
2012-10-19m68k: Fix unused variable warning in speed.cMarek Vasut1-2/+7
2012-10-19m68k: Fix unused variable warningMarek Vasut1-1/+2
2012-10-19m68k: Fix wrong assembler instruction in start.SMarek Vasut4-4/+4
2012-10-19m68k: Fix relocation errors in start.SPhilippe De Muyter1-2/+2
2012-10-18actux[123]: Update linker script for ELDK 4.2Tom Rini3-3/+3
2012-10-18versatile: board configs: Use buffered writes on flash402jagan@gmail.com2-0/+3
2012-10-18dm: Move s3c24xx USB driver to a proper placeMarek Vasut7-75/+48
2012-10-18dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut4-1/+3
2012-10-17powerpc: delete Wind River SBC8560/8540 supportPaul Gortmaker10-1539/+0
2012-10-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini4-43/+181
2012-10-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini22-98/+1155
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut2-9/+13
2012-10-17disk: part_dos: print partition UUID in partition listStephen Warren1-8/+11
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren1-10/+11
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren1-0/+10
2012-10-17disk: part_efi: print raw partition attributesStephen Warren2-6/+11