aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode
AgeCommit message (Expand)Author
2015-08-26Chromeos: Remove Kconfig workaround for VIRTUAL_DEV_SWITCH warningsMartin Roth
2015-08-11chromeos: Allow for VB_SOURCE overridePaul Kocialkowski
2015-08-10chromeos: vboot: Adaptations for using a separate object out directoryPaul Kocialkowski
2015-08-09f10/f12: Remove whitespace from gcccar.incStefan Reinauer
2015-08-07vendorcode: Move AMD sources from blobs to vendorcodeMarc Jones
2015-08-05vendorcode: Fixup AGESA PI Kconfig variablesMarc Jones
2015-07-30vendorcode: 64bit fixes for AMD CIMX SB800Stefan Reinauer
2015-07-30vendorcode: Port AMD Agesa for Fam14 to 64bitStefan Reinauer
2015-07-30amd/bettong: Enable fan controlWANG Siyuan
2015-07-30AMD binary PI: add vendorcode support for fan controlWANG Siyuan
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-07-23vboot: set software write protect flagDaisuke Nojiri
2015-07-21intel/fsp_baytrail: Support Baytrail FSP Gold4 releaseYork Yang
2015-07-15cbfs: hardcode file alignmentPatrick Georgi
2015-07-15intel/fsp_baytrail: Remove PcdEnableLan optionYork Yang
2015-07-08vboot: Don't count boot attempts if lid is closedPatrick Georgi
2015-07-08vendorcode/intel/edk2: Fix EFI_PEI_GRAPHICS_INFO_HOB structureLee Leahy
2015-07-07x86: Drop -Wa,--divideStefan Reinauer
2015-06-30vboot: move vbnv_* sources around a bit more.Patrick Georgi
2015-06-30chromeos: push vbnv_* accessors from verstage to libverstagePatrick Georgi
2015-06-30Add Kconfig flag to specify if there's a lid switchPatrick Georgi
2015-06-29vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86Stefan Reinauer
2015-06-29vboot2: consolidate vboot2 buffer initializationPatrick Georgi
2015-06-26google/chromeos: always enable VBOOT_VERIFY_FIRMWARE with CHROMEOSPatrick Georgi
2015-06-26vboot: Init vb2 work memory area before calling verstagePatrick Georgi
2015-06-24Intel vendorcode: Add FSP_SMBIOS_MEMORY_INFO_GUIDLee Leahy
2015-06-23vendorcode: Use cross archiver for libagesa.a on AMD f14Stefan Reinauer
2015-06-23chromeos: vpd: properly null terminate valuesStephen Barber
2015-06-13vendorcode/amd: unify amdlib for binary piStefan Reinauer
2015-06-13AMD Merlin Falcon: Add binary PI vendorcode filesWANG Siyuan
2015-06-09vboot: add new firmware indiciesAaron Durbin
2015-06-07Removed unused SOUTHBRIDGE_INTEL_FSP_I89XX expressionsMartin Roth
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-06-02vboot: Increase max parsed fw components to 6Furquan Shaikh
2015-05-29UEFI: Conditionally define the ASSERT macroLee Leahy
2015-05-29chromeos: always enable timestampsStefan Reinauer
2015-05-27Move TPM code out of chromeosVladimir Serbinenko
2015-05-26vboot: move to region_devicesAaron Durbin
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-26vboot: use only offsets for tracking firmware componentsAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19vboot: remove vboot_context.hAaron Durbin
2015-05-13vboot: fix die() hang for recovery pathAaron Durbin
2015-05-13amd/pi: Move AGESA cbfs access into the wrapperMarc Jones
2015-05-13vboot: indicate verstage loading on consoleAaron Durbin
2015-05-13vboot: handle RELOCATABLE_RAMSTAGEAaron Durbin
2015-05-11vboot: allow for dynamic work buffersAaron Durbin
2015-05-11vboot: add vb2_working_data_size()Aaron Durbin
2015-05-11chromeos: remove vboot_verify_firmware()Aaron Durbin
2015-05-11vboot: inject vboot loader for stage loadingAaron Durbin
2015-05-11vboot2: Use the right set of compiler flags for building vboot librariesPatrick Georgi
2015-05-11vboot: allow options to be selected from .configAaron Durbin
2015-05-11vboot: fix vboot_reference compilationAaron Durbin
2015-05-11chromeos: add missing vboot functionsAaron Durbin
2015-05-07vboot2: Replace hard coded 'fallback' prefix with Kconfig variablePatrick Georgi
2015-05-053rdparty/vboot: Add vbootPatrick Georgi
2015-05-053rdparty: move to 3rdparty/blobsPatrick Georgi
2015-05-053rdparty: Move to blobsPatrick Georgi
2015-05-05vboot2: Fix compiler flags dropped during verstage/libverstage splitAaron Durbin
2015-05-05console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin
2015-05-05vboot: Remove vboot_get_payload()Aaron Durbin
2015-04-30vendorcode/intel: Add EDK2 header filesLee Leahy
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-30chromeos: Use __attribute__ normal formPatrick Georgi
2015-04-30chromeos: Add missing headersPatrick Georgi
2015-04-30vboot: add and rejuggle Kconfig optionsAaron Durbin
2015-04-30vboot: move Kconfig options for stage indiciesAaron Durbin
2015-04-29vendorcode/intel: Add FSP 1.1 header filesLee Leahy
2015-04-28Fix some minor Kconfig issuesMartin Roth
2015-04-28vboot: remove vboot_helper.cAaron Durbin
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-28vboot: remove vboot1Aaron Durbin
2015-04-28vboot2: Allow merging verstage into bootblockPatrick Georgi
2015-04-28vboot2: Always enable timestampsPatrick Georgi
2015-04-28vboot2: get rid of global variable that is used locally and only oncePatrick Georgi
2015-04-28vboot2: Build verstage archive, then use that for building the stagePatrick Georgi
2015-04-27cbmem: add and use a function to dump console bufferVadim Bendebury
2015-04-27vboot: #include "fmap.h" for declarationsAaron Durbin
2015-04-24fsp: Move fsp to fsp1_0Marc Jones
2015-04-22elog: enable by default for CHROMEOSPatrick Georgi
2015-04-22chromeos: fix some compilation issuesAaron Durbin
2015-04-22chromeos: make functions visible with CONFIG_CHROMEOSPatrick Georgi
2015-04-22chromeos: Drop {developer,recovery}_mode_enabledPatrick Georgi
2015-04-22vboot2: CFLAGS_* doesn't contain preprocessor flags anymorePatrick Georgi
2015-04-22vboot: route all resets through a single functionVadim Bendebury
2015-04-22vboot: add mocked secdataDaisuke Nojiri
2015-04-22vpd: process WiFi MACs along with ethernet MACsVadim Bendebury
2015-04-22vpd: decode calibration data into binaryVadim Bendebury
2015-04-22vpd: populate coreboot table with serialnoStephen Barber
2015-04-22vboot2: provide config option to clear dev mode state on recoveryVadim Bendebury
2015-04-22vboot2: ignore physical dev switch in case virtual mode is configuredVadim Bendebury
2015-04-22vboot: when configured, pass the wipeout request to vbootVadim Bendebury
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-20chromeos: vboot2: Add TPM PCR extension supportJulius Werner
2015-04-20vboot2 workbuf alignment is now 16 bytes, not 8Bill Richardson
2015-04-18vboot2: provide path for booting using alternative CBFS instancesVadim Bendebury
2015-04-18vboot2: Implement new vb2ex_hwcrypto APIJulius Werner
2015-04-18vboot: make vboot2_verify_firmware returnDaisuke Nojiri
2015-04-17chromeos: Provide common watchdog reboot supportJulius Werner