summaryrefslogtreecommitdiff
path: root/lib/vbexport
AgeCommit message (Expand)Author
2011-08-30CHROMIUMOS: Refactor boot_device to support multiple devices nicelySimon Glass
2011-08-29CHROMIUMOS: Add vbexport_init() to set up librarySimon Glass
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-29Makes the VbExGetTimer vboot callback function board specificGabe Black
2011-08-29Implement missing functions for vboot:Stefan Reinauer
2011-08-29Remove the device tree from one of the vboot support APIs.Gabe Black
2011-08-29CHROMIUM: move VbExHashFirmwareBody() to lib/vbexport/Che-Liang Chiou
2011-08-29Implement shared display support.Vadim Bendebury
2011-08-29Conditionally implement vbexport functionsGabe Black
2011-08-29CHROMIUM: reorganize config headersChe-Liang Chiou
2011-08-29Make vbexport only use the fdt for LCD info if that's configuredGabe Black
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: Implement VbExIsShutdownRequested() function and its test.Tom Wai-Hong Tam
2011-08-29CHROMIUIM: fix VbExKeyboardRead() not returning Escape characterChe-Liang Chiou
2011-08-29CHROMIUM: fix error of showing eMMC as a removable diskChe-Liang Chiou
2011-08-29CHROMIUM: A good alternative way to show blank screen is to clear lcd.Tom Wai-Hong Tam
2011-08-29CHROMIUM: cleanup duplicated for-loops of VbExDiskGetInfo()Che-Liang Chiou
2011-08-29CHROMIUM: remove codes based on deprecated API of vboot_referenceChe-Liang Chiou
2011-08-29CHROMIUM: fix mismatch of format and argument type to debug printfChe-Liang Chiou
2011-08-29CHROMIUM: remove direct calling VbExDebugChe-Liang Chiou
2011-08-29CHROMIUM: fix recovery boot hangsChe-Liang Chiou
2011-08-29fix disk info for USB mass storage deviceVincent Palatin
2011-08-29CHROMIUM: Do partial load and hash firmware body to improve speed.Tom Wai-Hong Tam
2011-08-29CHROMIUM: twostop: cleanup config flagsChe-Liang Chiou
2011-08-29CHROMIUM: refactor firmware storage device interfaceChe-Liang Chiou
2011-08-29CHROMIUM: Remove duplicated tlcl_stub library.Tom Wai-Hong Tam
2011-08-29CHROMIUM: Add the VbExIsShutdownRequested function and will implement it later.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 VbExHashFirmwareBody 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: Port tlcl_stub.c to new 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