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
2019-04-30
vboot: refactor OPROM code
Joel Kitching
2019-04-25
src/lib/selfboot: Remove unused variables
Elyes HAOUAS
2019-04-23
lib/fmap: Add area read/write functions
T Michael Turney
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-23
Klocwork: Fix the Null pointer derefernce found by klocwork
Thejaswani Putta
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-02
vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS
Julius Werner
2019-03-29
src: Use include <reset.h> when appropriate
Elyes HAOUAS
2019-03-29
lib/edid.c: Add missing break statement
Jacob Garber
2019-03-29
lib/edid.c: Log an error if unable to find edid or header
Jacob Garber
2019-03-27
lib/edid.c: Dump EDID breakdown after null check
Jacob Garber
2019-03-27
Move calls to quick_ram_check() before CBMEM init
Kyösti Mälkki
2019-03-22
lib/ramtest.c: Make it a bit more arch-agnostic
Kyösti Mälkki
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-19
src: Drop unused 'include <cbfs.h>'
Elyes HAOUAS
2019-03-14
Remove leftover files
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if exist
Subrata Banik
2019-03-07
arch/x86/postcar: Add separate timestamp for postcar stage
Subrata Banik
2019-03-07
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2019-03-05
mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstage
Arthur Heymans
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-27
rtc: Fix rtc_calc_weekday
Tim Wawrzynczak
2019-02-25
security/vboot: Add measured boot mode
Philipp Deppenwiese
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-21
timestamp: Move timestamp_should_run() call
Kyösti Mälkki
2019-02-21
ACPI: Correct asl_compiler_revision value
Elyes HAOUAS
2019-02-21
SMBIOS: Fix bios version
Elyes HAOUAS
2019-02-13
riscv: Add initial support for 32bit boards
Philipp Hug
2019-02-06
Hook up Kconfig Ada spec file
Nico Huber
2019-02-05
bootmem: add new memory type for BL31
Ting Shen
2019-01-30
string: move strdup() & strconcat() to lib/string.c
Thomas Heijligen
2019-01-30
selfload: check target memory type in selfload_check
Ting Shen
2019-01-30
lib/hardwaremain: Fix typo ACPI
Subrata Banik
2019-01-21
lib/boot_device: Add API for write protect a region
Rizwan Qureshi
2019-01-17
lib/libgcc.c: Fix shift warnings
Paul Menzel
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-04
src: Get rid of device_t
Elyes HAOUAS
2018-12-22
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-19
lib/fit: Normalize spaces in board names to dashes
Jonathan Neuschäfer
2018-12-07
cbfs: Alert if something goes wrong in cbfs_boot_locate()
Nico Huber
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-06
src/lib/edid: avoid buffer overflow
Patrick Georgi
2018-10-31
reset: Finalize move to new API
Nico Huber
2018-10-30
Add selfboot to the romstage
Ronald G. Minnich
2018-10-25
selfboot: create selfboot_check function, remove check param
Ronald G. Minnich
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-22
intel: Use CF9 reset (part 2)
Patrick Rudolph
2018-10-22
reset: Provide new single-function reset API
Nico Huber
2018-10-11
selfboot: remove bounce buffers
Ronald G. Minnich
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-05
src/lib/edid.c: Replace #if 1 with something useful
Angel Pons
2018-09-28
src/*: normalize Google copyright headers
Patrick Georgi
2018-09-10
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-09-07
lib/gpio.c: Fix _gpio_base3_value invalid shift
Richard Spiegel
2018-08-28
lib/gpio.c: Validate num_gpio
Richard Spiegel
2018-08-27
lib/nhlt: Use common function to set NHLT version
Marc Jones
2018-08-24
device_tree/fit: Constify data structures
Patrick Rudolph
2018-08-22
cbtable: remove chromeos_acpi from cbtable
Joel Kitching
2018-08-22
lib/fit_payload: Add coreboot tables support for FDT.
Philipp Deppenwiese
2018-08-16
src/{commonlib,lib}: Fix typo
Elyes HAOUAS
2018-08-14
lib/lzmadecode.c: : Avoid static analysis error for unused value
Richard Spiegel
2018-08-14
cbmem: rename vdat to chromeos_acpi
Joel Kitching
2018-08-10
lib/fit: support booting initrd placed above 4GiB
Patrick Rudolph
2018-08-10
src: Fix typo
Elyes HAOUAS
2018-08-10
fit: Handle decompression errors properly
Patrick Rudolph
2018-08-09
src/lib: Fix typo
Elyes HAOUAS
2018-08-09
lib/edid.c: Avoid static analysis error for unused value
Richard Spiegel
2018-08-08
lib/bootmem.c: Remove unused setting of variable "begin"
Richard Spiegel
2018-08-03
gpio: Change gpio_baseX_value() function return types to unsigned
Julius Werner
2018-07-28
util/cbmem: Add cbmem TCPA log support
Philipp Deppenwiese
2018-07-20
write_tables: return a pointer to the table
Ronald G. Minnich
2018-07-12
Coverity: Fix CID1393979
Patrick Rudolph
2018-07-09
src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-02
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-06-28
devicetree: Add method to delete property by name
Patrick Rudolph
2018-06-28
vboot: Fix linking error with USE_OPTION_TABLE enabled
Patrick Rudolph
2018-06-27
lib/rmodule: Fix indentation
Kyösti Mälkki
2018-06-27
stage_cache: Disable when APCI S3 is not possible
Kyösti Mälkki
2018-06-19
lib: Add FIT payload support
Patrick Rudolph
2018-06-19
lib: Raw import FIT parser
Patrick Rudolph
2018-06-19
lib/prog_loaders: Move argument selection into selfload
Patrick Rudolph
2018-06-14
src: Get rid of device_t
Elyes HAOUAS
2018-06-14
lib/device_tree: Add method to get phandle
Patrick Rudolph
2018-06-12
arch/x86: Fix payload loading via bounce-buffer
Kyösti Mälkki
2018-06-12
bootmem: Clarify usage with bounce-buffer
Kyösti Mälkki
2018-06-11
{src,util}: Use NULL instead of 0 for pointer
Elyes HAOUAS
2018-06-11
selfboot: Move x86 quirk under arch
Kyösti Mälkki
2018-06-04
src/lib: Remove unneeded 'console.h' include
Elyes HAOUAS
2018-06-04
lib/cbfs: Optimise LZMA away from romstage
Kyösti Mälkki
2018-06-04
lib/coreboot_table.c: Remove unneeded include
Elyes HAOUAS
2018-05-31
Remove AMD K8 cpu and northbridge support
Kyösti Mälkki
[next]