summaryrefslogtreecommitdiff
path: root/common/cmd_vbexport_test.c
AgeCommit message (Expand)Author
2012-02-21Fix vbexport_test displayVadim Bendebury
2011-12-20Security: Make sure not to overflow the in memory version of the GBBGabe Black
2011-12-20Revert "Security: Make sure not to overflow the in memory version of the GBB"Simon Glass
2011-12-20Security: Make sure not to overflow the in memory version of the GBBGabe Black
2011-10-06Revert "Add support for a bios-base device tree/flashmap setting"Gabe Black
2011-09-19fdt_support: Use uintptr_t for 32/64-bit compatibilitySimon Glass
2011-09-19fdt: Move Chrome OS memory areas to fdtSimon Glass
2011-09-14Add support for a bios-base device tree/flashmap settingGabe Black
2011-08-29Revert "Make the FMAP configuration decoding function board specific."Gabe Black
2011-08-29New function VbExDecompress(), changed VbExDisplayImage().Bill Richardson
2011-08-29CHROMIUM: port test codes to current codebaseChe-Liang Chiou
2011-08-29Make the FMAP configuration decoding function board specific.Gabe Black
2011-08-29Make the chromeos FMAP data structures more generic and in their own files.Gabe Black
2011-08-29CHROMIUM: Measure the accurate write time on disk and firmware.Tom Wai-Hong Tam
2011-08-29CHROMIUM: factor out gbb loader functionsChe-Liang Chiou
2011-08-29CHROMIUM: Test firmware and disk R/W with user-input length.Tom Wai-Hong Tam
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: Implement VbExIsShutdownRequested() function and its test.Tom Wai-Hong Tam
2011-08-29CHROMIUM: fix error of showing eMMC as a removable diskChe-Liang Chiou
2011-08-29CHROMIUM: Partially load GBB when needed.Tom Wai-Hong Tam
2011-08-29CHROMIUM: refactor firmware storage device interfaceChe-Liang Chiou
2011-08-29CHROMIUM: Add a debug function to clear nvstorage content.Tom Wai-Hong Tam
2011-08-29CHROMIUM: VBoot Global Data for keeping common data between different firmwar...Tom Wai-Hong Tam
2011-08-29CHROMIUM: Add close() function in the firmware_storage library.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Remove duplicated vboot/firmware_storage libraries.Tom Wai-Hong Tam
2011-08-29CHROMIUM: VbExDisplayScreen shows text on the center of LCD instead of printf.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement VbExDisplayDebugInfo to show debug message on LCD.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement VbExDisplayImage function to show an image on LCD.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement the basic display functions.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement VbExKeyboardRead function.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement nvstorage related functions for vboot_wrapper APIs.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement read and write disk for vboot_wrapper APIs.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement get and free disk info for vboot_wrapper APIs.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Implement utility APIs provided by u-boot and exported to vboot_ref...Tom Wai-Hong Tam