Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
29ed46caccd5cea8401c5d133895fa3a9d6f5030
/
src
/
vendorcode
29ed46c
3rdparty/vboot: Add vboot
by Patrick Georgi
· 9 years ago
26e24cc
3rdparty: move to 3rdparty/blobs
by Patrick Georgi
· 9 years ago
f4f0287
3rdparty: Move to blobs
by Patrick Georgi
· 9 years ago
26681ec
vboot2: Fix compiler flags dropped during verstage/libverstage split
by Aaron Durbin
· 9 years ago
8fb36c0
console: rename do_vtxprintf to do_printk_va_list and use it
by Aaron Durbin
· 9 years ago
ed98eee
vboot: Remove vboot_get_payload()
by Aaron Durbin
· 9 years ago
c95ebcc
vendorcode/intel: Add EDK2 header files
by Lee Leahy
· 9 years ago
27ef602
vboot: split class in library and stage
by Patrick Georgi
· 9 years ago
e360df0
chromeos: Use __attribute__ normal form
by Patrick Georgi
· 9 years ago
3e18aca
chromeos: Add missing headers
by Patrick Georgi
· 9 years ago
57e3728
vboot: add and rejuggle Kconfig options
by Aaron Durbin
· 9 years ago
5abcba7
vboot: move Kconfig options for stage indicies
by Aaron Durbin
· 9 years ago
913dbbc
vendorcode/intel: Add FSP 1.1 header files
by Lee Leahy
· 9 years ago
ceae968
Fix some minor Kconfig issues
by Martin Roth
· 9 years ago
6f5b18c0
vboot: remove vboot_helper.c
by Aaron Durbin
· 9 years ago
1124cec
chromeos: remove VBOOT2_VERIFY_FIRMWARE option
by Aaron Durbin
· 9 years ago
6d65f79
vboot: remove vboot1
by Aaron Durbin
· 9 years ago
efc6aa0
vboot2: Allow merging verstage into bootblock
by Patrick Georgi
· 9 years ago
8f2b0dc
vboot2: Always enable timestamps
by Patrick Georgi
· 9 years ago
66cdba7
vboot2: get rid of global variable that is used locally and only once
by Patrick Georgi
· 9 years ago
ba80887
vboot2: Build verstage archive, then use that for building the stage
by Patrick Georgi
· 9 years ago
6e20e2f
cbmem: add and use a function to dump console buffer
by Vadim Bendebury
· 9 years ago
cd4165a
vboot: #include "fmap.h" for declarations
by Aaron Durbin
· 9 years ago
7868797
fsp: Move fsp to fsp1_0
by Marc Jones
· 9 years ago
cfba609
elog: enable by default for CHROMEOS
by Patrick Georgi
· 9 years ago
818e928
chromeos: fix some compilation issues
by Aaron Durbin
· 9 years ago
b69b05d
chromeos: make functions visible with CONFIG_CHROMEOS
by Patrick Georgi
· 9 years ago
b7fad89
chromeos: Drop {developer,recovery}_mode_enabled
by Patrick Georgi
· 9 years ago
c082806
vboot2: CFLAGS_* doesn't contain preprocessor flags anymore
by Patrick Georgi
· 9 years ago
c83687d
vboot: route all resets through a single function
by Vadim Bendebury
· 9 years ago
5d302c7
vboot: add mocked secdata
by Daisuke Nojiri
· 9 years ago
375f392
vpd: process WiFi MACs along with ethernet MACs
by Vadim Bendebury
· 9 years ago
65f08d5
vpd: decode calibration data into binary
by Vadim Bendebury
· 9 years ago
b396a66
vpd: populate coreboot table with serialno
by Stephen Barber
· 9 years ago
30773d2
vboot2: provide config option to clear dev mode state on recovery
by Vadim Bendebury
· 9 years ago
bab5fde
vboot2: ignore physical dev switch in case virtual mode is configured
by Vadim Bendebury
· 9 years ago
fe4253c
vboot: when configured, pass the wipeout request to vboot
by Vadim Bendebury
· 9 years ago
2f37bd6
arm(64): Globally replace writel(v, a) with write32(a, v)
by Julius Werner
· 9 years ago
76e3303
chromeos: vboot2: Add TPM PCR extension support
by Julius Werner
· 9 years ago
5aecacc
vboot2 workbuf alignment is now 16 bytes, not 8
by Bill Richardson
· 9 years ago
42001a7
vboot2: provide path for booting using alternative CBFS instances
by Vadim Bendebury
· 9 years ago
3c90365
vboot2: Implement new vb2ex_hwcrypto API
by Julius Werner
· 9 years ago
23727ca
vboot: make vboot2_verify_firmware return
by Daisuke Nojiri
· 9 years ago
105f5b7
chromeos: Provide common watchdog reboot support
by Julius Werner
· 9 years ago
731bfef
chromeos: Move memlayout.h/symbols.h into common directory
by Julius Werner
· 9 years ago
d37bc75
veyron: move setup_chromeos_gpios() prototype to board.h
by Julius Werner
· 9 years ago
a7d9244
timestamps: You can never have enough of them!
by Julius Werner
· 9 years ago
b5995b5
rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE
by Julius Werner
· 9 years ago
f780c40
CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool
by Julius Werner
· 9 years ago
3d28479
Fix dependency issue in Chrome OS vendor code
by Stefan Reinauer
· 9 years ago
24d4dae
vboot: remove vboot_handoff.h from chromeos.h
by Daisuke Nojiri
· 9 years ago
e319e48
vboot2: Fill vboot1 handoff with correct TPM firmware version
by Julius Werner
· 9 years ago
c860315
The vboot_reference fwlib2 target has changed to fwlib20
by Bill Richardson
· 9 years ago
4f92844
chromeos: add get_recovery_mode_from_vbnv() to vbnv_flash
by David Hendricks
· 9 years ago
a7902ed
chromeos: Reverse FMAP signature constant to avoid having it in .rodata
by Julius Werner
· 9 years ago
9e381a1
vbnv flash: use proper SPI flash offset for NVRAM
by Vadim Bendebury
· 9 years ago
6fd3501
chromeos: Move common VBNV offsets to a header
by David Hendricks
· 9 years ago
2a5c8f0
vboot1: Set BEFORE_OPROM_LOAD flag for VbInit()
by Duncan Laurie
· 9 years ago
afe9c8a
vboot1: Fix compilation error with CONFIG_ARCH_ROMSTAGE_ARM64 enabled
by Yidi Lin
· 9 years ago
e5d1378
vboot2: use offset to vboot2 work buffer instead of absolute address
by Daisuke Nojiri
· 9 years ago
a555f74
fmap: allocate memory as much as discovered fmap size
by Daisuke Nojiri
· 9 years ago
1483822
vboot: Remove unused 2lib header path
by Randall Spangler
· 9 years ago
144c228
vboot: Include vb2_api.h, instead of lower-level vboot2 header files
by Randall Spangler
· 9 years ago
d0db3a9
vboot2: Reduce minimum required work buffer size
by Julius Werner
· 9 years ago
2624c8d
vboot: add physical recovery switch support
by Daisuke Nojiri
· 9 years ago
183ad81
vboot2: update fw_version_tpm when creating vboot1 shared data
by Daisuke Nojiri
· 9 years ago
efb546d
ramoops: Add support for passing ramoops region through cb tables.
by Furquan Shaikh
· 9 years ago
aed887f
chromeos: Add correct dependency on HAVE_ACPI_TABLES for gvns and ramoops.
by Furquan Shaikh
· 9 years ago
54af625
vboot: reduce references to parent's files in Makefiles
by Daisuke Nojiri
· 9 years ago
6dc94c0
vboot: fix invalid check for the returned value from spi_flash->write
by Daisuke Nojiri
· 9 years ago
ceaabc9
vboot: adding VBSD_BOOT_FIRMWARE_WP_ENABLED logic
by Gediminas Ramanauskas
· 9 years ago
2ab9f08
fmap: use CBFS for all other than x86 platforms
by Vadim Bendebury
· 9 years ago
318708d
chromeos: Add a function to copy VPD WiFi calibration data to CBMEM
by Vadim Bendebury
· 9 years ago
742fc8d
vboot: move vboot files to designated directory
by Daisuke Nojiri
· 9 years ago
c294d70
vendorcode/amd/agesa/f16kb: Enable support for AM1 socket
by Sergej Ivanov
· 9 years ago
127c339
chromeos: add another VPD access API
by Vadim Bendebury
· 9 years ago
dd94b5f
chromeos: move VPD MAC address retrieval function
by Vadim Bendebury
· 9 years ago
8c5e4d9
cbfs: Enforce media->map() result checking, improve error messages
by Julius Werner
· 9 years ago
ec5e5e0
New mechanism to define SRAM/memory map with automatic bounds checking
by Julius Werner
· 9 years ago
015f0ae
Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros
by Julius Werner
· 9 years ago
56b8309
build system: rename __BOOT_BLOCK__ and __VER_STAGE__
by Patrick Georgi
· 9 years ago
2b59a83
vboot: add vbnv flash driver
by Daisuke Nojiri
· 9 years ago
4418776
chromeos: INCLUDES was renamed to CPPFLAGS_common
by Patrick Georgi
· 9 years ago
2459aee
build system: provide generic compiler flag variables
by Patrick Georgi
· 9 years ago
00d4846
build system: remove intermediate link step in vboot
by Patrick Georgi
· 9 years ago
cfc086b
Chrome OS vendorcode: Fix vboot_reference compilation
by Stefan Reinauer
· 9 years ago
739df1b
rk3288: update romstage & mainboard
by huang lin
· 9 years ago
338c617
vboot: Add support for OPROM_MATTERS and SLOW_EC
by Duncan Laurie
· 9 years ago
477dd18
vboot: add vbnv_flash as template
by Daisuke Nojiri
· 9 years ago
97ea9c0
vboot2: factory-initialize kernel space in tpm
by Daisuke Nojiri
· 9 years ago
6abe7c6
vboot2: avoid fall through when hard_reset is not implemented
by Daisuke Nojiri
· 9 years ago
3589017
vboot2: load decompressed stage directly to load address
by Daisuke Nojiri
· 9 years ago
1bbac3f
vboot2: Make struct vb2_working_data cpu architecture agnostic
by Daisuke Nojiri
· 9 years ago
efddcfb
vboot2: separate verstage from bootblock
by Daisuke Nojiri
· 9 years ago
1b05d88
nyans: reduce code duplication in bootblock and romstages
by Daisuke Nojiri
· 9 years ago
dad16b1
vboot: Introduce kconfig variable for VBNV backing storage
by David Hendricks
· 9 years ago
8c7c05a
vboot: Update VBOOT_CFLAGS to include rmodules ccopts
by Furquan Shaikh
· 9 years ago
79cac09
vboot2: translate shared data to hand off to depthcharge
by Daisuke Nojiri
· 9 years ago
302ed00
chromeos: rename for easier patch merging
by Aaron Durbin
· 9 years ago
5799097
vboot2: read secdata and nvdata
by Daisuke Nojiri
· 9 years ago
Next »