Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
e7a336ac29b1ef5aaa1b0aa4926ed75829b491b1
/
src
/
vendorcode
/
google
74babff
vendorcode: google: chromeos: Remove old fmap.c file
by Julius Werner
· 8 years ago
7e7a4df
lib: remove assets infrastructure
by Aaron Durbin
· 8 years ago
6d720f3
cbfs/vboot: remove firmware component support
by Aaron Durbin
· 8 years ago
c7c30a8
vendorcode/google/chromeos: Only select ELOG if SPI_FLASH is available
by Martin Roth
· 8 years ago
1cab012
build system: Add more files through cbfs-files instead of manual rules
by Patrick Georgi
· 8 years ago
4aac08a
chromeos: Fix Kconfig TPM warnings on systems with no LPC TPM
by Martin Roth
· 8 years ago
b15a0d0
vendorcode/google/chromeos: Cache VPD data into CBMEM
by Hung-Te Lin
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
6fecb71
vboot2: Fix flows for TPM_E_MUST_REBOOT
by Furquan Shaikh
· 8 years ago
6ce7459
vboot: check vb2_shared_data flags for manual recovery
by Daisuke Nojiri
· 8 years ago
087477f
vendorcode/google: Deal with MULTIPLE_CBFS_INSTANCES
by Patrick Georgi
· 8 years ago
75c51d9
x86: add standalone verstage support
by Aaron Durbin
· 8 years ago
e3d2d6f
vboot: allow more flexibility when adding verstage
by Aaron Durbin
· 8 years ago
b593366
vboot: prepare for x86 verstage
by Aaron Durbin
· 8 years ago
b5a20b2
vboot: restructure vboot work buffer handling
by Aaron Durbin
· 8 years ago
37a5d15
cbfs: add struct cbfsf
by Aaron Durbin
· 8 years ago
3f4a997
vboot2: Look up actual CBFS in MULTIPLE_CBFS configuration
by Patrick Georgi
· 8 years ago
3c96e80
vboot: provide CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL option
by Aaron Durbin
· 8 years ago
3faea59
chromeos: vboot_common: Avoid code duplication when grabbing the handoff info
by Paul Kocialkowski
· 8 years ago
588ad7b
vboot: provide a unified flow for separate verstage
by Aaron Durbin
· 8 years ago
115360f
chromeos: vboot-related functions move to common vboot code
by Paul Kocialkowski
· 8 years ago
a400327
chromeos: vboot and chromeos dependency removal for sw write protect state
by Paul Kocialkowski
· 8 years ago
dc9f5cd
coreboot: introduce commonlib
by Aaron Durbin
· 8 years ago
914a21e
vbnv: check alignment of nvram in advance
by Daisuke Nojiri
· 8 years ago
e5bad5c
verstage: use common program.ld for linking
by Aaron Durbin
· 8 years ago
e2473c5
Chromeos: Remove Kconfig workaround for VIRTUAL_DEV_SWITCH warnings
by Martin Roth
· 8 years ago
c7ae731
chromeos: Allow for VB_SOURCE override
by Paul Kocialkowski
· 8 years ago
6a10694
chromeos: vboot: Adaptations for using a separate object out directory
by Paul Kocialkowski
· 8 years ago
8d8799a
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
by Julius Werner
· 9 years ago
5d8ef4c
vboot: set software write protect flag
by Daisuke Nojiri
· 8 years ago
4d3e4c4
cbfs: hardcode file alignment
by Patrick Georgi
· 8 years ago
c88b8c2
vboot: Don't count boot attempts if lid is closed
by Patrick Georgi
· 8 years ago
b5e2090
vboot: move vbnv_* sources around a bit more.
by Patrick Georgi
· 8 years ago
5f2055d
chromeos: push vbnv_* accessors from verstage to libverstage
by Patrick Georgi
· 8 years ago
add740a
Add Kconfig flag to specify if there's a lid switch
by Patrick Georgi
· 8 years ago
9bca4ba
vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86
by Stefan Reinauer
· 8 years ago
aabfe05
vboot2: consolidate vboot2 buffer initialization
by Patrick Georgi
· 8 years ago
463d665
google/chromeos: always enable VBOOT_VERIFY_FIRMWARE with CHROMEOS
by Patrick Georgi
· 8 years ago
0d5f27b
vboot: Init vb2 work memory area before calling verstage
by Patrick Georgi
· 8 years ago
31f8a2f
chromeos: vpd: properly null terminate values
by Stephen Barber
· 8 years ago
e007b0c
vboot: add new firmware indicies
by Aaron Durbin
· 8 years ago
ac12c66c
assets: abstract away the firmware assets used for booting
by Aaron Durbin
· 8 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 8 years ago
53120a8
vboot: Increase max parsed fw components to 6
by Furquan Shaikh
· 8 years ago
4bddb75
chromeos: always enable timestamps
by Stefan Reinauer
· 8 years ago
0e90dae
Move TPM code out of chromeos
by Vladimir Serbinenko
· 8 years ago
4e50cdd
vboot: move to region_devices
by Aaron Durbin
· 8 years ago
0424c95
fmap: new API using region_device
by Aaron Durbin
· 8 years ago
b6981c0
vboot: use only offsets for tracking firmware components
by Aaron Durbin
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 8 years ago
89d17bb
vboot: remove vboot_context.h
by Aaron Durbin
· 8 years ago
3dc60c5
vboot: fix die() hang for recovery path
by Aaron Durbin
· 8 years ago
ce2c50d
vboot: indicate verstage loading on console
by Aaron Durbin
· 8 years ago
09560fa
vboot: handle RELOCATABLE_RAMSTAGE
by Aaron Durbin
· 8 years ago
0e571fd
vboot: allow for dynamic work buffers
by Aaron Durbin
· 8 years ago
1e8be63
vboot: add vb2_working_data_size()
by Aaron Durbin
· 8 years ago
c6100e5
chromeos: remove vboot_verify_firmware()
by Aaron Durbin
· 8 years ago
17200ad
vboot: inject vboot loader for stage loading
by Aaron Durbin
· 8 years ago
375570e
vboot2: Use the right set of compiler flags for building vboot libraries
by Patrick Georgi
· 8 years ago
d2ab4e4
vboot: allow options to be selected from .config
by Aaron Durbin
· 8 years ago
d1cf44c
vboot: fix vboot_reference compilation
by Aaron Durbin
· 8 years ago
e385b37
chromeos: add missing vboot functions
by Aaron Durbin
· 8 years ago
b2aee6f2
vboot2: Replace hard coded 'fallback' prefix with Kconfig variable
by Patrick Georgi
· 8 years ago
29ed46c
3rdparty/vboot: Add vboot
by Patrick Georgi
· 8 years ago
26e24cc
3rdparty: move to 3rdparty/blobs
by Patrick Georgi
· 8 years ago
f4f0287
3rdparty: Move to blobs
by Patrick Georgi
· 8 years ago
26681ec
vboot2: Fix compiler flags dropped during verstage/libverstage split
by Aaron Durbin
· 8 years ago
8fb36c0
console: rename do_vtxprintf to do_printk_va_list and use it
by Aaron Durbin
· 8 years ago
ed98eee
vboot: Remove vboot_get_payload()
by Aaron Durbin
· 8 years ago
27ef602
vboot: split class in library and stage
by Patrick Georgi
· 8 years ago
e360df0
chromeos: Use __attribute__ normal form
by Patrick Georgi
· 8 years ago
3e18aca
chromeos: Add missing headers
by Patrick Georgi
· 8 years ago
57e3728
vboot: add and rejuggle Kconfig options
by Aaron Durbin
· 8 years ago
5abcba7
vboot: move Kconfig options for stage indicies
by Aaron Durbin
· 8 years ago
6f5b18c0
vboot: remove vboot_helper.c
by Aaron Durbin
· 8 years ago
1124cec
chromeos: remove VBOOT2_VERIFY_FIRMWARE option
by Aaron Durbin
· 8 years ago
6d65f79
vboot: remove vboot1
by Aaron Durbin
· 8 years ago
efc6aa0
vboot2: Allow merging verstage into bootblock
by Patrick Georgi
· 8 years ago
8f2b0dc
vboot2: Always enable timestamps
by Patrick Georgi
· 8 years ago
66cdba7
vboot2: get rid of global variable that is used locally and only once
by Patrick Georgi
· 8 years ago
ba80887
vboot2: Build verstage archive, then use that for building the stage
by Patrick Georgi
· 8 years ago
6e20e2f
cbmem: add and use a function to dump console buffer
by Vadim Bendebury
· 8 years ago
cd4165a
vboot: #include "fmap.h" for declarations
by Aaron Durbin
· 8 years ago
cfba609
elog: enable by default for CHROMEOS
by Patrick Georgi
· 8 years ago
818e928
chromeos: fix some compilation issues
by Aaron Durbin
· 8 years ago
b69b05d
chromeos: make functions visible with CONFIG_CHROMEOS
by Patrick Georgi
· 8 years ago
b7fad89
chromeos: Drop {developer,recovery}_mode_enabled
by Patrick Georgi
· 8 years ago
c082806
vboot2: CFLAGS_* doesn't contain preprocessor flags anymore
by Patrick Georgi
· 8 years ago
c83687d
vboot: route all resets through a single function
by Vadim Bendebury
· 8 years ago
5d302c7
vboot: add mocked secdata
by Daisuke Nojiri
· 8 years ago
375f392
vpd: process WiFi MACs along with ethernet MACs
by Vadim Bendebury
· 8 years ago
65f08d5
vpd: decode calibration data into binary
by Vadim Bendebury
· 8 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
Next »