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-10Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.hGerald Van Baren
2013-05-10Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota
2013-05-10Fix typoFrançois Revol
2013-05-10Export fdt_stringlist_contains()Simon Glass
2013-05-10Merge branch 'patman' of git://git.denx.de/u-boot-x86Tom Rini
2013-05-10openrisc: move board linker script(s) to a common in cpu/Stefan Kristiansson
2013-05-10openrisc: specify a memory region for u_boot_listsStefan Kristiansson
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich
2013-05-10Fix references to the documentation filesAnatolij Gustschin
2013-05-09patman: Do not hardcode python pathMichal Simek
2013-05-09buildman: Allow conflicting tags to avoid spurious errorsSimon Glass
2013-05-09env: throw an error when an empty key is usedLucian Cojocar
2013-05-09build: Pull -DBUILD_TAG into separate ifdefMarek Vasut
2013-05-09gpio: Add support for microblaze xilinx GPIOMichal Simek
2013-05-09microblaze: bootm: Add support for loading initrdMichal Simek
2013-05-09microblaze: bootm: Fix coding style issuesMichal Simek
2013-05-08nds32: Use sections header to obtain link symbolsKuan-Yu Kuo
2013-05-07Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini
2013-05-06mmc: fsl_esdhc: Use calloc()Fabio Estevam
2013-05-06mmc: sdhci: return error when failed add_sdhci().Jaehoon Chung
2013-05-06sdhci: Add sdhci support for spear devicesVipin Kumar
2013-05-06davinci, mmc: Added a delay reading ext CSD registerDavide Bonfanti
2013-05-06mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou
2013-05-06usb: common: Use a global definition for 'min3'Vivek Gautam
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam
2013-05-06usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam
2013-05-05USB: ohci-at91: make OHCI work on at91sam9g10 SoCBo Shen
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam
2013-05-05usb: hub: Fix enumration timeoutVivek Gautam
2013-05-05usb: Update device class in usb device's descriptorVivek Gautam
2013-05-05usb: hub: Power-cycle on root-hub portsVivek Gautam