summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-09-24Retrieve timestamp table information from coreboot table.Vadim Bendebury
2011-09-22Make coreboot / chromeos config more similar to ARM configs.Stefan Reinauer
2011-09-22Add coreboot library sources.Vadim Bendebury
2011-09-20Set up basic vboot data for use by crossystemGabe Black
2011-09-19CHROMIUM: config: Remove unneeded CONFIG optionsSimon Glass
2011-09-19fdt: Move Chrome OS memory areas to fdtSimon Glass
2011-09-15tegra3: config: Add Cardhu configTom Warren
2011-09-15tegra: Rename TEGRA2 to TEGRASimon Glass
2011-09-15cherry-pick: mmc: Access mode validation for eMMC cards > 2 GiBƁukasz Majewski
2011-09-15Report SPI driver write errors.Vadim Bendebury
2011-09-14Move the command line configuration in coreboot.h to the end of the fileGabe Black
2011-09-14Turn off unnecessary commands and clean up some cruft in coreboot.hGabe Black
2011-09-14Add support for a bios-base device tree/flashmap settingGabe Black
2011-09-14Get rid of obsolete configuration settings in coreboot.hGabe Black
2011-09-13Use all USB controllers and ports on Cougar PointVincent Palatin
2011-09-13fdt: Add function to locate or allocate regionSimon Glass
2011-09-13fdt: Add size_to_cpu() functionSimon Glass
2011-09-13fdt: Correct debug message compiler errorSimon Glass
2011-09-13fmap: Add compiler.h headerSimon Glass
2011-09-13fdt: Only support serial if selected by CONFIGSimon Glass
2011-09-13tegra2: config: Move NAND config behind CONFIG_OF_CONTROLSimon Glass
2011-09-12Enable placing u-boot environment in SPI flash.Vadim Bendebury
2011-09-12Allow smaller write units in SPI flash drivers.Vadim Bendebury
2011-09-12Drop the unnecessary flash stub implementation.Vadim Bendebury
2011-09-09tegra: Rename tegra2.h to tegra.hSimon Glass
2011-09-09fdt: Add NAND decode functionsSimon Glass
2011-09-08Add PCI device id for CougarPoint Mobile AHCI to supported listDuncan Laurie
2011-09-07Restore ability to print before relocation.Vadim Bendebury
2011-09-07Recover 128MB SDRAM in nvmem= section and align framebuffer for splash screens.Bryan Freed
2011-09-06Provide support for a list of AHCI controllers.Vadim Bendebury
2011-09-06Make SATA default storage type on ChromeOS x86 systems.Vadim Bendebury
2011-09-03Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black
2011-09-02Turn on Winbond flash chip support for corebootGabe Black
2011-09-02Rename the NO_FAST_READ option to be more generic.Gabe Black
2011-08-29CHROMIUMOS: Add vbexport_init() to set up librarySimon Glass
2011-08-29CHROMIUMOS: Add options to enable IDE and USB bootSimon Glass
2011-08-29CHROMIUM: decode GPIO configs through <&gpio ...>Che-Liang Chiou
2011-08-29Allow NS16550 driver to support IO and memory mapped registersStefan Reinauer
2011-08-29Remove explicit support for the OXPCIE952Gabe Black
2011-08-29Revert "Make the FMAP configuration decoding function board specific."Gabe Black
2011-08-29Refactor the CBFS implementation and add a cbfs_file_find_uncached functionGabe Black
2011-08-29tegra2: Implement board_panic_no_console()Simon Glass
2011-08-29Add board_panic_no_console to deal with early critical errorsSimon Glass
2011-08-29Enable OF_CONTROL for Alex.Vadim Bendebury
2011-08-29Add new bootstage stepsSimon Glass
2011-08-29CHROMIUM: remove earlier prototype codesChe-Liang Chiou
2011-08-29CHROMIUM: Add bootstage markers to twostop bootSimon Glass
2011-08-29CHROMIUM: fix build break due to moving config aroundChe-Liang Chiou
2011-08-29fdt: expose GPIO decoder to public interfaceChe-Liang Chiou
2011-08-29CHROMIUM: port test codes to current codebaseChe-Liang Chiou