summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2011-08-29CHROMIUM: honor /chromeos-config/twostop-optional flag of device treeChe-Liang Chiou
2011-08-29Make a few files assume a reasonable default if CACHE_LINE_SIZE isn't set.Gabe Black
2011-08-29CHROMIUM: unroll the outer for-loop of VbExDiskGetInfo()Che-Liang Chiou
2011-08-29CHROMIUM: remove CONFIG_HARDWARE_TPMChe-Liang Chiou
2011-08-29CHROMIUM: move VbExNvStorageRead/Write to board-specific directoryChe-Liang Chiou
2011-08-29CHROMIUM: Remove deprecated gbb_bmpblk library.Tom Wai-Hong Tam
2011-08-29CHROMIUM: fix casting pointer to 32-bit typeChe-Liang Chiou
2011-08-29CHROMIUM: Fix crossystem_data members name chanaged.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement VbExIsShutdownRequested() function and its test.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Clear memory not-in-use before entering recovery firmware.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Add memory wipe library and its test.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Fix compile warnings.Tom Wai-Hong Tam
2011-08-29CHROMIUM: rename and remove members of crossystem data blobChe-Liang Chiou
2011-08-29CHROMIUM: use a fixed binary layout of crossystem dataChe-Liang Chiou
2011-08-29CHROMIUIM: fix VbExKeyboardRead() not returning Escape characterChe-Liang Chiou
2011-08-29CHROMIUM: Fill in the crossystem data, i.e. mainfw and recovery_reason.Tom Wai-Hong Tam
2011-08-29CHROMIUM: fix error of showing eMMC as a removable diskChe-Liang Chiou