summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass2013-05-148-17/+17
* image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2013-05-142-33/+31
* image: Split hash node processing into its own functionSimon Glass2013-05-141-39/+57
* image: Move HOSTCC image code to tools/Simon Glass2013-05-144-170/+207
* image: Split FIT code into new image-fit.cSimon Glass2013-05-144-1602/+1639
* image: Export fit_check_ramdisk()Simon Glass2013-05-142-7/+5
* image: Move timestamp #ifdefs to header fileSimon Glass2013-05-142-29/+29
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-05-142-0/+50
* mkimage: Move ARRAY_SIZE to header fileSimon Glass2013-05-142-1/+2
* bootstage: Don't build for HOSTCCSimon Glass2013-05-141-2/+3
* hash: Add a way to calculate a hash for any algortihmSimon Glass2013-05-142-0/+45
* Add minor updates to README.fdt-controlSimon Glass2013-05-141-1/+8
* env: Fix minor comment typos in cmd_nveditSimon Glass2013-05-141-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk5...Tom Rini2013-05-1439-479/+1164
|\
| * bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang2013-05-139-184/+479
| * blackfin: The buf variable in bfin_mac.c is not used and produces warning,Marek Vasut2013-05-131-2/+0
| * blackfin: Add comments for watchdog event initialization.Sonic Zhang2013-05-131-2/+10
| * blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang2013-05-1310-9/+9
| * blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang2013-05-139-16/+40
| * bf609: add SPI register base addressScott Jiang2013-05-131-0/+3
| * blackfin: Uart divisor should be set after their values are generated.Sonic Zhang2013-05-131-2/+5
| * blackfin: Add memory virtual console to blackfin serial driver.Sonic Zhang2013-05-131-1/+59
| * blackfin: Enable early print via the generic serial API.Sonic Zhang2013-05-133-55/+29
| * bfin: discard invalid data and clear RXS in bf5xx spi driverScott Jiang2013-05-131-0/+2
| * bfin: Remove spi dma function in bf5xx.Scott Jiang2013-05-131-102/+1
| * blackfin: Fit u-boot image size into limited nor flash on blackfin.Sonic Zhang2013-05-133-10/+14
| * blackfin: bf609: add softswitch config commandBob Liu2013-05-137-18/+80
| * blackfin: bf609: implement soft switchSonic Zhang2013-05-132-0/+251
| * blackfin: Correct early serial mess output in BYPASS boot mode.Sonic Zhang2013-05-134-3/+27
| * blackfin: Set correct early debug serial baudrate.Sonic Zhang2013-05-136-88/+123
| * blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang2013-05-135-0/+44
| * blackfin: add baudrate to bdinfoBob Liu2013-05-131-0/+2
| * Blackfin: adjust asm constraints with NMI workaroundMike Frysinger2013-05-131-1/+2
| * blackfin: reduce size of u-boot.ldr in bf548-ezkit default config.Bob Liu2013-05-131-14/+9
| * blackfin: limit the max memory dma peripheral transfer size to 4 bytes.Sonic Zhang2013-05-131-3/+6
| * blackfin: Change the member's type in dma structures.Sonic Zhang2013-05-131-12/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2013-05-1332-1209/+314
|\ \
| * | x86: Add coreboot timestampsSimon Glass2013-05-131-0/+3
| * | x86: Support adding coreboot timestanps to bootstageSimon Glass2013-05-132-0/+45
| * | x86: config: Enable LZO for coreboot, remove zlib, gzipSimon Glass2013-05-131-0/+4
| * | x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass2013-05-131-0/+2
| * | bootstage: Allow marking a particular line of codeSimon Glass2013-05-132-0/+52
| * | x86: Enable bootstage for corebootSimon Glass2013-05-131-0/+9
| * | Call bootstage_relocate() after malloc is inittedDoug Anderson2013-05-131-0/+1
| * | bootstage: Copy bootstage strings post-relocationDoug Anderson2013-05-132-0/+30
| * | bootstage: Add stubs for new bootstage functionsSimon Glass2013-05-131-0/+16
| * | x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-135-68/+11
| * | x86: Remove ISR timerSimon Glass2013-05-132-119/+0
| * | x86: Remove old broken timer implementationSimon Glass2013-05-132-21/+1
| * | x86: Add TSC timerSimon Glass2013-05-136-4/+113
OpenPOWER on IntegriCloud