index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
2017-02-10
ddr3 spd: move accessor code into lib/spd_bin.c
Patrick Georgi
2017-02-08
cbmem_console: Remove "buffer_" prefix from all structure fields
Julius Werner
2017-01-31
src/lib: Update Makefile to keep build/spd.bin rule private
Martin Roth
2017-01-20
lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned
Ronald G. Minnich
2017-01-12
google/chromeos: disable platform hierarchy on resume for TPM2
Aaron Durbin
2017-01-06
arch/x86: fix cmos post logging in non romcc bootblock
Aaron Durbin
2016-12-14
lib/spd_bin: Check return code & remove dead code
Naresh G Solanki
2016-12-13
pc80: Move set_boot_successful()
Kyösti Mälkki
2016-12-10
cbfs: Add API to locate a file from specific region
Pratik Prajapati
2016-12-08
bootstate: add arch specific hook at coreboot exit
Aaron Durbin
2016-12-08
lib: add region file support
Aaron Durbin
2016-12-08
lib/compute_ip_checksum: mark data buffer as const
Aaron Durbin
2016-12-07
lib: Add time stamp when starting to finalize chips
Paul Menzel
2016-12-01
lib/nhlt: add support for setting the oem_revision
Aaron Durbin
2016-12-01
lib: put romstage_handoff implementation in own compilation unit
Aaron Durbin
2016-12-01
romstage_handoff: add helper to determine resume status
Aaron Durbin
2016-11-30
lib: Add library to handle SPD data in CBFS or DIMM
Naresh G Solanki
2016-11-29
Hook up libhwbase in ramstage
Nico Huber
2016-11-18
intel post-car: Increase stacktop alignment
Kyösti Mälkki
2016-11-16
vboot: TPM2 - report attempts to re-create NVRAM spaces
Vadim Bendebury
2016-11-14
lib/tpm2: do not create all NVRAM spaces with the same set of attributes
Vadim Bendebury
2016-11-11
lib/tlcl: Ensure tlcl library is initialized only once
Furquan Shaikh
2016-11-10
TPM: Add TPM driver files to romstage
Furquan Shaikh
2016-11-09
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
Kyösti Mälkki
2016-11-08
quick_ram_check: Remove reference to RAMBASE
Kyösti Mälkki
2016-11-06
Add option to use Ada code in ramstage
Nico Huber
2016-10-31
lib/prog_loaders: use common ramstage_cache_invalid()
Aaron Durbin
2016-10-31
lib/program.ld: add .sdata sections
Aaron Durbin
2016-10-07
soc/intel/apollolake: Implement stage cache to improve resume time
Brandon Breitenstein
2016-10-06
arm64: Use 'payload' format for ATF instead of 'stage'
Simon Glass
2016-10-02
TPM2: Fill in empty tlcl_resume function in TPM2 tlcl
Furquan Shaikh
2016-09-20
selfboot: Move the usable-RAM check into a function
Simon Glass
2016-09-19
arch/x86,lib: make cbmem console work in postcar stage
Aaron Durbin
2016-09-19
Add minimal GNAT run time system (RTS)
Nico Huber
2016-09-08
edid: Fix a function signature
Nico Huber
2016-09-08
lib: Enable hexdump in verstage
Duncan Laurie
2016-09-07
src/lib: Fix checkpatch warnings
Stefan Reinauer
2016-09-06
tpm2: Fix tlcl and marshaling code for CAR usage
Duncan Laurie
2016-08-31
Provide CAR decoration for tpm2 statics
Victor Prupis
2016-08-27
cbmem: Always maintain backing store struct in a global on non-x86
Julius Werner
2016-08-27
cbfs: Add "struct" file type and associated helpers
Julius Werner
2016-08-23
memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()
Julius Werner
2016-08-19
lib/fmap: provide RW region device support
Aaron Durbin
2016-08-19
drivers/spi: ensure SPI flash is boot device for coreboot tables
Aaron Durbin
2016-08-19
lib/boot_device: add RW boot device construct
Aaron Durbin
2016-08-19
drivers/spi: move cbfs_spi.c location
Aaron Durbin
2016-08-19
Kconfig: separate memory mapped boot device from SPI
Aaron Durbin
2016-08-18
Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS
Aaron Durbin
2016-08-15
Revert "Kconfig: separate memory mapped boot device from SPI"
Aaron Durbin
2016-08-15
Kconfig: separate memory mapped boot device from SPI
Aaron Durbin
2016-08-04
lib/timestamp: Add timestamps to CBMEM in POSTCAR stage
Furquan Shaikh
2016-08-01
Remove non-ascii & unprintable characters
Martin Roth
2016-07-31
src/lib: Capitalize ROM, RAM, NVRAM and CPU
Elyes HAOUAS
2016-07-28
skylake/mainboard: Define mainboard hook in bootblock
Subrata Banik
2016-07-28
bootmode: Get rid of CONFIG_BOOTMODE_STRAPS
Furquan Shaikh
2016-07-28
vboot: Separate vboot from chromeos
Furquan Shaikh
2016-07-26
lib: Don't require ULZMA compression for postcar
Lee Leahy
2016-07-26
src/lib: Enable display of cbmem during romstage and postcar
Lee Leahy
2016-07-25
lib/bootmode: Use newly-add recovery module
Furquan Shaikh
2016-07-25
vboot: Clean up vboot code
Furquan Shaikh
2016-07-20
tpm2_tlcl: Use signed integer for tpm2_marshal_command return value
Duncan Laurie
2016-07-19
lib: provide memrange library in romstage
Aaron Durbin
2016-07-15
AGESA: Use common romstage ram stack
Kyösti Mälkki
2016-07-15
lib/version: Correct whitespace alignment
Paul Menzel
2016-07-14
tpm2: implement and use pcr_extend command
Vadim Bendebury
2016-07-14
tpm2: implement locking firmware rollback counter
Vadim Bendebury
2016-07-13
tpm2: fix tpm_write() error reporting
Vadim Bendebury
2016-07-13
tpm2: add tlcl_force_clear and use it before factory init
Vadim Bendebury
2016-07-13
tpm2: use pcr0 dependent nvram space policy definitions
Vadim Bendebury
2016-07-13
tpm2: add TPM_Clear command processing
Vadim Bendebury
2016-07-13
tpm2: refactor session header marshalling
Vadim Bendebury
2016-07-13
tpm2: clean up tpm_marshal_command()
Vadim Bendebury
2016-07-13
tpm2: avoid comparison between signed and unsigned ints
Vadim Bendebury
2016-07-13
tpm2: drop unused structures
Vadim Bendebury
2016-07-13
tpm2: remove unused buffer size definition
Vadim Bendebury
2016-07-12
lib/selfboot: clear BSS segments
Aaron Durbin
2016-07-12
lib/selfboot: remove duplicate prog_set_area()
Aaron Durbin
2016-07-12
lib/selfboot: don't open code linked list operations
Aaron Durbin
2016-07-11
tpm2: add marshaling/unmarshaling layer
Vadim Bendebury
2016-07-11
tpm2: implement tlcl layer
Vadim Bendebury
2016-07-10
intel post-car: Consolidate choose_top_of_stack()
Kyösti Mälkki
2016-07-07
lib/gpio: add pullup & pulldown gpio_base2_value() variants
Aaron Durbin
2016-07-02
gpio: Add support for translating gpio_t into ACPI pin
Duncan Laurie
2016-07-01
lib: remove ulzma()
Aaron Durbin
2016-06-29
lib/nhlt: add helper functions for adding endpoints
Aaron Durbin
2016-06-24
region: Add writeat and eraseat support
Antonello Dettori
2016-06-24
lib: Add real-time-clock functions
Simon Glass
2016-06-09
lib: Build reg_script for bootblock
Lee Leahy
2016-06-09
lib: Add asmlinkage attribute to bootblock_main_with_timestamp
Lee Leahy
2016-06-02
cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP
Furquan Shaikh
2016-05-31
lib/hardwaremain: Add \n to "Boot failed" message
Jonathan Neuschäfer
2016-05-21
program.ld: Don't exclude sbe region from verstage
Stefan Reinauer
2016-05-21
gpio: Add a function to map GPIO to ACPI path
Duncan Laurie
2016-05-21
hexstrtobin: Add a library function to decode ASCII hex into binary
Duncan Laurie
2016-05-19
lib/bootblock: Provide mechanism to pass in an early timestamp
Alexandru Gagniuc
2016-05-19
lib/timestamp: Do not initialize cache in timestamp_cache_get()
Alexandru Gagniuc
2016-05-11
lib: remove FLASHMAP_OFFSET config variable
Aaron Durbin
2016-05-09
coreboot_tables: Extend serial port description
Lee Leahy
2016-05-09
lib/prog_loaders: Allow platforms to skip stage cache
Furquan Shaikh
2016-05-05
lib/reg_script: Fix braces
Stefan Reinauer
[next]