summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-13x86: Add coreboot timestampsSimon Glass
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass
2013-05-13x86: config: Enable LZO for coreboot, remove zlib, gzipSimon Glass
2013-05-13x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not definedSimon Glass
2013-05-13bootstage: Allow marking a particular line of codeSimon Glass
2013-05-13x86: Enable bootstage for corebootSimon Glass
2013-05-13Call bootstage_relocate() after malloc is inittedDoug Anderson
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson
2013-05-13bootstage: Add stubs for new bootstage functionsSimon Glass
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Remove ISR timerSimon Glass
2013-05-13x86: Remove old broken timer implementationSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-05-13x86: Remove legacy board init codeSimon Glass
2013-05-13x86: Remove unused portion of link scriptSimon Glass
2013-05-13x86: Remove unused bios/pci codeSimon Glass
2013-05-13avr32: fix relocation address calculationAndreas Bießmann
2013-05-13bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang
2013-05-13blackfin: The buf variable in bfin_mac.c is not used and produces warning,Marek Vasut
2013-05-13blackfin: Add comments for watchdog event initialization.Sonic Zhang
2013-05-13blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang
2013-05-13blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang
2013-05-13bf609: add SPI register base addressScott Jiang
2013-05-13blackfin: Uart divisor should be set after their values are generated.Sonic Zhang
2013-05-13blackfin: Add memory virtual console to blackfin serial driver.Sonic Zhang
2013-05-13blackfin: Enable early print via the generic serial API.Sonic Zhang
2013-05-13bfin: discard invalid data and clear RXS in bf5xx spi driverScott Jiang
2013-05-13bfin: Remove spi dma function in bf5xx.Scott Jiang
2013-05-13blackfin: Fit u-boot image size into limited nor flash on blackfin.Sonic Zhang
2013-05-13blackfin: bf609: add softswitch config commandBob Liu
2013-05-13blackfin: bf609: implement soft switchSonic Zhang
2013-05-13blackfin: Correct early serial mess output in BYPASS boot mode.Sonic Zhang
2013-05-13blackfin: Set correct early debug serial baudrate.Sonic Zhang
2013-05-13blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang
2013-05-13blackfin: add baudrate to bdinfoBob Liu
2013-05-13Blackfin: adjust asm constraints with NMI workaroundMike Frysinger
2013-05-13blackfin: reduce size of u-boot.ldr in bf548-ezkit default config.Bob Liu
2013-05-13blackfin: limit the max memory dma peripheral transfer size to 4 bytes.Sonic Zhang
2013-05-13blackfin: Change the member's type in dma structures.Sonic Zhang
2013-05-12at91sam9260ek: move board id setup to config headerAndreas Bießmann
2013-05-12mmc: atmel_mci: add mmc card supportBo Shen
2013-05-12mmc: atmel_mci: using IP version for different settingBo Shen
2013-05-12arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc cardWu, Josh
2013-05-12arm: at91: enable mci support for at91sam9g20ek.Wu, Josh
2013-05-12arm: at91: add at91sam9n12ek board supportWu, Josh
2013-05-12arm: at91: add at91sam9n12 register definitionWu, Josh
2013-05-12spi: atmel_spi: using ip version to check whether has wdrbtBo Shen