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
/
commonlib
Age
Commit message (
Expand
)
Author
2019-10-30
commonlib/helpers: Add alloca() macro
Tim Wawrzynczak
2019-10-20
cbmem: Add IDs for TSEG and BERT table data
Marshall Dawson
2019-10-18
util/cbfstool: Add optional argument ibb
Philipp Deppenwiese
2019-09-30
device,drivers/: Drop some __SIMPLE_DEVICE__ use
Kyösti Mälkki
2019-09-23
lib/fmap: Cache FMAP in cbmem
Patrick Rudolph
2019-09-10
AUTHORS: Move src/commonlib copyrights into AUTHORS file
Martin Roth
2019-08-19
commonlib/region: Fix up overflow check in region_is_subregion()
Julius Werner
2019-08-08
lib/edid: Add suport for display rotation
Nicolas Boichat
2019-07-23
vboot: deprecate vboot_handoff structure
Joel Kitching
2019-06-21
commonlib/storage: use ALIGN_UP instead of ALIGN for better readability
Felix Held
2019-06-18
commonlib: define cbtable tags as enum to identify conflicts
Patrick Georgi
2019-06-07
cbmem: Add ID for UCSI
Duncan Laurie
2019-05-29
commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)
Patrick Georgi
2019-05-29
commonlib: renumber CB_TAG_TCPA_LOG
Patrick Georgi
2019-05-23
Renumber cbtable tag MMC_INFO
Patrick Georgi
2019-05-23
coreboot_tables: pass the early_mmc_wake_hw status to payload
Bora Guvendik
2019-05-23
intel/common/block/scs: Add ability to send early CMD0, CMD1
Bora Guvendik
2019-05-23
commonlib/stdlib.h: Remove printf() from coreboot
Julius Werner
2019-05-09
vboot: include vb2_sha.h when required
Joel Kitching
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-08
commonlib/cbfs: Check for presence of CONFIG() macro
Nico Huber
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-04
Make common macros double-evaluation safe
Julius Werner
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-19
vboot: make vboot workbuf available to payload
Joel Kitching
2019-03-16
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-14
vboot: copy data structures to CBMEM for downstream use
Joel Kitching
2019-03-14
commonlib/bubblesort: Do not try to sort less than two entries
Werner Zeh
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
arch/x86/postcar: Add separate timestamp for postcar stage
Subrata Banik
2019-03-07
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
fmap: Add FMAP_AREA_PRESERVE
Hung-Te Lin
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-26
commonlib: Add Bubble sort algorithm
Werner Zeh
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-27
src/{commonlib,drivers/intel/fslp1_1/include}: Fix typo
Frans Hendriks
2018-11-23
src/arch/x86/acpi.c: Create log area and extend TPM2 table
Michał Żygowski
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-11
commonlib/storage: Make pci sdhci code compile in romstage
Bora Guvendik
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-08-22
cbtable: remove chromeos_acpi from cbtable
Joel Kitching
2018-08-22
acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry
Joel Kitching
2018-08-16
src/{commonlib,lib}: Fix typo
Elyes HAOUAS
2018-08-14
cbmem: rename vdat to chromeos_acpi
Joel Kitching
2018-08-03
security/tpm: Improve TCPA log generation
Philipp Deppenwiese
2018-07-30
security/tpm: Use unique CBMEM names for TCPA logs
Philipp Deppenwiese
2018-07-28
util/cbmem: Add cbmem TCPA log support
Philipp Deppenwiese
2018-07-28
security/tpm: Add TCPA logging functionality
Philipp Deppenwiese
2018-07-09
src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-02
commonlib/storage: Make sd_mmc_go_idle an api
Bora Guvendik
2018-06-15
util/cbfstool: Support FIT payloads
Patrick Rudolph
2018-06-04
src/commonlib/storage: Move include <console.h> to sd_mmc.h
Elyes HAOUAS
2018-05-22
Introduce bootblock self-decompression
Julius Werner
2018-05-16
commonlib/cbfs: Make cbfsf_file_type public
Patrick Rudolph
2018-05-14
cbfs_locate: Optionally return file type
Ronald G. Minnich
2018-05-13
timestamp: Add timestamps for TPM communication
Raul E Rangel
2018-05-04
cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF
Patrick Rudolph
2018-05-04
commonlib: Add descriptions for new AGESA timestamps
Martin Roth
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-03-08
timestamps: Add timestamps around the vbios load & init
Martin Roth
2018-02-07
lib/stage_cache: Add save/get raw storage
Marshall Dawson
2018-02-07
storage: Fix CMD13 failure issue
Barnali Sarkar
2018-02-05
coreboot_tables: Document coreboot framebuffer
Nico Huber
2018-01-31
commonlib: Add AGESA S3 resume defines
Marshall Dawson
2018-01-31
device/pci_rom: Write _ROM method for VGA devices
Patrick Rudolph
2017-12-15
commonlib/region: expose subregion helper function
Aaron Durbin
2017-12-11
commonlib: Add timestamp codes for AGESA
Martin Roth
2017-12-07
boardid: Add helpers to read sku_id strapping into coreboot tables
Julius Werner
2017-12-07
boardid: Minor clean up and standardization
Julius Werner
2017-12-02
riscv: Remove config string support
Jonathan Neuschäfer
2017-11-04
commonlib/helpers.h: Include stddef.h
Jonathan Neuschäfer
2017-10-29
LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33
Ronald G. Minnich
2017-10-18
arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT
Aaron Durbin
2017-09-27
commonlib: Consistently spell *romstage* without space
Paul Menzel
2017-09-13
sb/intel/bd82x6x: Add time-stamp around ME DRAM update
Nathaniel Roach
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-01
riscv: Update the gcc built-in macro __riscv__
wxjstz
2017-06-27
commonlib/storage: Zero extend MMC capacity
Lee Leahy
2017-06-20
arch/x86/ebda: Change memcpy() to endian wrappers
Ryan Salsamendi
2017-06-20
commonlib/storage: Fix MMC build
Lee Leahy
2017-05-12
commonlib: Move drivers/storage into commonlib/storage
Lee Leahy
2017-04-28
commonlib: Add ID for STORAGE_DATA
Lee Leahy
2017-04-25
include: Add xmalloc, xzmalloc and dma routines
Lee Leahy
2017-04-24
commonlib/helpers: Add helper macro for member_size
Furquan Shaikh
2017-04-24
commonlib: add input and output buffer helpers
Aaron Durbin
2017-03-13
commonlib: Wrap lines at 80 columns
Lee Leahy
2017-03-10
commonlib: Remove space after *
Lee Leahy
2017-03-10
commonlib: Fix issues with { } and else
Lee Leahy
2017-03-10
commonlib: Wrap lines at 80 columns
Lee Leahy
2017-03-10
commonlib: Fix spacing issues
Lee Leahy
2017-02-22
commonlib/fsp.h: include sys/types.h for ssize_t
Jonathan Neuschäfer
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-12-08
commonlib: provide incoherent region device
Aaron Durbin
2016-12-07
lib: Add time stamp when starting to finalize chips
Paul Menzel
[next]