summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'next'Gerald Van Baren2012-10-22-32/+592
|\
| * libfdt: Add helper function to create a trivial, empty treeGerald Van Baren2012-10-15-1/+86
| * fdt: Check for a token to skip auto-hash validationJoe Hershberger2012-10-15-0/+45
| * fdt: Identify scripts in ITBs as printable stringsJoe Hershberger2012-10-15-3/+3
| * fdt: Add get commands to fdtJoe Hershberger2012-10-15-0/+144
| * fdt: Limit printed hex in fdt print and list commandsJoe Hershberger2012-10-15-12/+24
| * fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger2012-10-15-0/+5
| * libfdt: Add helpers for 64-bit integer propertiesDavid Gibson2012-10-15-23/+170
| * libfdt: Add support for appending the values to a existing propertyMinghuan Lian2012-10-15-0/+122
* | ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96Ashok2012-10-22-17/+0
* | omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LA...Ashok2012-10-22-1/+1
* | README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN9...Ashok2012-10-22-2/+2
* | config: Enable CBFS, ext4 for corebootSimon Glass2012-10-22-0/+3
* | fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2012-10-22-1/+788
* | disk: Address cast and format errorsTaylor Hutt2012-10-22-3/+4
* | disk: Make the disk partition code work with no specific partition typesGabe Black2012-10-22-33/+17
* | ide: Add printf format string for CONFIG_SYS_64BIT_LBA optionGabe Black2012-10-22-0/+2
* | kerneldoc: tmpl: Implement template for LG-arraysMarek Vasut2012-10-22-1/+47
* | common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-22-583/+1
* | common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-22-42/+50
* | common: Add .u_boot_list into all linker filesMarek Vasut2012-10-22-1/+853
* | common: Implement support for linker-generated arraysMarek Vasut2012-10-22-0/+148
* | common: Add symbol handling for generic lists into MakefileMarek Vasut2012-10-22-25/+152
* | powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2012-10-22-6/+16
* | usb: fallback safely when a configuration descriptor is too largeVincent Palatin2012-10-22-3/+9
* | usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black2012-10-22-10/+14
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-19-1829/+362
|\ \
| * | arm: fdt: Relocate fdt along with other dataSimon Glass2012-10-19-0/+22
| * | actux[123]: Update linker script for ELDK 4.2Tom Rini2012-10-18-3/+3
| * | versatile: board configs: Use buffered writes on flash402jagan@gmail.com2012-10-18-0/+3
| * | dm: Move s3c24xx USB driver to a proper placeMarek Vasut2012-10-18-75/+48
| * | dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut2012-10-18-1/+3
| * | Remove lh7a40x cpu and serial driverAlbert ARIBAUD2012-10-16-1792/+27
| * | h2200: Add support for iPAQ h2200 palmtopŁukasz Dałek2012-10-16-0/+291
* | | patman: force git log commands to not use colorAlbert ARIBAUD2012-10-19-2/+3
* | | sandbox: Change global data baudrate to intSimon Glass2012-10-19-1/+1
* | | x86: Change global data baudrate to intSimon Glass2012-10-19-2/+2
* | | nds32: Change global data baudrate to intSimon Glass2012-10-19-3/+3
* | | mips: Change global data baudrate to intSimon Glass2012-10-19-3/+3
* | | blackfin: Change global data baudrate to intSimon Glass2012-10-19-4/+4
* | | arm: Change global data baudrate to intSimon Glass2012-10-19-3/+3
* | | sparc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | powerpc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | openrisc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | nios2: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | microblaze: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | m68k: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | avr32: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | sh: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-3/+3
* | | input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-19-15/+89