summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-06Revert "Add support for a bios-base device tree/flashmap setting"Gabe Black
2011-10-04CHROMIUM: Guard lib/chromeos/fdt_decode correctlySimon Glass
2011-09-23Use the vdat firmware index when setting up the ACPI crossystem data tableGabe Black
2011-09-23Update VbExBeep() signature to match changed API.Bill Richardson
2011-09-20Set up basic vboot data for use by crossystemGabe Black
2011-09-19fdt: Move Chrome OS memory areas to fdtSimon Glass
2011-09-15CHROMIUMOS: small code clean ups in boot_kernel/fdt_decodeSimon Glass
2011-09-14Add support for a bios-base device tree/flashmap settingGabe Black
2011-09-06Add SATA interface for vbexport.Vadim Bendebury
2011-08-31Fix refactoring problems introduced earlier.Vadim Bendebury
2011-08-30CHROMIUMOS: Refactor boot_device to support multiple devices nicelySimon Glass
2011-08-29CHROMIUM: guard boot_kernel fdt codes with #ifdefChe-Liang Chiou
2011-08-29CHROMIUMOS: Add vbexport_init() to set up librarySimon Glass
2011-08-29Choose the right boot function for x86Stefan Reinauer
2011-08-29Only include mmc.h when mmc is enabled.Stefan Reinauer
2011-08-29Look for an IDE boot device on non-MMC systems.Stefan Reinauer
2011-08-29CHROMIUMOS: tidy msleep castSimon Glass
2011-08-29New function VbExDecompress(), changed VbExDisplayImage().Bill Richardson
2011-08-29Add board_panic_no_console to deal with early critical errorsSimon Glass
2011-08-29CHROMIUM: remove earlier prototype codesChe-Liang Chiou
2011-08-29Makes the VbExGetTimer vboot callback function board specificGabe Black
2011-08-29Introduce generic TPM support in u-boot.Vadim Bendebury
2011-08-29Implement missing functions for vboot:Stefan Reinauer
2011-08-29Decouple x86 u-boot from fdt related functions.Vadim Bendebury
2011-08-29Make the FMAP configuration decoding function board specific.Gabe Black
2011-08-29Remove the device tree from one of the vboot support APIs.Gabe Black
2011-08-29Make the chromeos FMAP data structures more generic and in their own files.Gabe Black
2011-08-29CHROMIUM: move VbExHashFirmwareBody() to lib/vbexport/Che-Liang Chiou
2011-08-29CHROMIUM: avoid using printf %s on long stringsChe-Liang Chiou
2011-08-29Prevent the LP0 vector from being wiped out.Vadim Bendebury
2011-08-29CHROMIUM: make sure update_cmdline does not buffer overflowChe-Liang Chiou
2011-08-29CHROMIUM: eliminate confusing comma separatorChe-Liang Chiou
2011-08-29Implement shared display support.Vadim Bendebury
2011-08-29CHROMIUM: remove using sprintf to convert a known constant to stringChe-Liang Chiou
2011-08-29Get rid of the CONFIG_CHROMEOS_KERNEL_* config optionsGabe Black
2011-08-29Add a missing include into main_entry.cGabe Black
2011-08-29Conditionally implement vboot function wipe_unused_memoryGabe Black
2011-08-29Conditionally implement vbexport functionsGabe Black
2011-08-29CHROMIUM: cherry-pick gbb partial loading optimizationChe-Liang Chiou
2011-08-29CHROMIUM: reorganize config headersChe-Liang Chiou
2011-08-29CHROMIUM: add cros_vboot/cros_legacy to kernel command lineChe-Liang Chiou
2011-08-29CHROMIUM: factor out gbb loader functionsChe-Liang Chiou
2011-08-29CHROMIUM: initialize TPM in readwrite firmwareChe-Liang Chiou
2011-08-29CHROMIUM: reserve board-specific section for crossystem dataChe-Liang Chiou
2011-08-29CHROMIUM: remove dependency to deprecated codeChe-Liang Chiou
2011-08-29Make vbexport only use the fdt for LCD info if that's configuredGabe Black
2011-08-29CHROMIUM: Remove use of LOAD_KERNEL_INVALID from u-boot.Doug Anderson
2011-08-29Make crossystem_data.c include fdt_support.h explicitlyGabe Black
2011-08-29CHROMIUM: remove should-be-removed fileChe-Liang Chiou
2011-08-29CHROMIUM: reunify boot_kernelChe-Liang Chiou