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-11-01
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-11-01
lib/uuid: Add UUID parsing function
Nico Huber
2019-10-30
Program loading: Handoff cbmem_top via calling arguments
Arthur Heymans
2019-10-28
lib/cbfs: Don't load XIP stages from bootblock
Arthur Heymans
2019-10-28
lib/prog_loaders.c: Add prog_locate_hook()
Frans Hendriks
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-09-27
fmap: Add get_fmap_flash_offset()
Furquan Shaikh
2019-09-27
lib/bootsplash: Fix compilation
Patrick Rudolph
2019-09-23
lib/fmap: Cache FMAP in cbmem
Patrick Rudolph
2019-09-15
lib/coreboot_table: Show splashscreen in lb_table_init
Johanna Schander
2019-09-14
src/: Replace some __PRE_RAM__ use
Kyösti Mälkki
2019-09-14
arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()
Kyösti Mälkki
2019-09-13
timestamps: Remove TIMESTAMP_CACHE_IN_BSS
Kyösti Mälkki
2019-09-13
timestamps: Further simplify timestamp_reinit()
Kyösti Mälkki
2019-09-12
timestamps: Mostly remove struct timestamp_cache
Kyösti Mälkki
2019-09-12
timestamps: Refactor CBMEM hook
Kyösti Mälkki
2019-09-11
timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE
Kyösti Mälkki
2019-09-09
arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0
Kyösti Mälkki
2019-09-09
lib/spd_bin: Extend DDR4 spd information
Eric Lai
2019-08-26
arch/x86: Simplify <arch/early_variables.h>
Kyösti Mälkki
2019-08-26
lib/bootblock: Add simplified entry with basetime
Kyösti Mälkki
2019-08-26
Split MAYBE_STATIC to _BSS and _NONZERO variants
Kyösti Mälkki
2019-08-26
Move and rename ARCH_STAGE_HAS_xxx_SECTION rules
Kyösti Mälkki
2019-08-26
lib: ramdetect: Register exception handlers for ARMv8
Asami Doi
2019-08-23
lib: hardwaremain: Call exception_init() as soon as possible
Asami Doi
2019-08-22
ACPI S3: Depend on RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2019-08-21
lib/bootsplash: Log bootsplash dimensions and framebuffer dimensions
Johanna Schander
2019-08-15
lib: edid: Move manufacturer name from private extra to public info
Hung-Te Lin
2019-08-11
arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION
Kyösti Mälkki
2019-08-10
include, lib: Add <inttypes.h> printf macros
Jacob Garber
2019-08-10
src: Include <stdint.h> instead of <inttypes.h>
Jacob Garber
2019-08-10
string: implement strspn, strcspn, atol
Yuji Sasaki
2019-08-08
lib/stage_cache: Refactor Kconfig options
Kyösti Mälkki
2019-08-08
lib/edid: Add suport for display rotation
Nicolas Boichat
2019-08-06
lib: Throw an error when ramdisk is present but initrd.size is 0
Asami Doi
2019-07-31
lib/bootmem: Prepare for OpenSBI
Patrick Rudolph
2019-07-29
Revert "src/security/vboot: Add option to skip display init with vboot 2.0"
Christian Walter
2019-07-28
lib: Rewrite qemu-armv7 ramdetect
Patrick Rudolph
2019-07-26
lib: add string.c to verstage
Patrick Georgi
2019-07-26
src/device/oprom: Fix bootsplash display code for optionroms
Johanna Schander
2019-07-23
vboot: deprecate vboot_handoff structure
Joel Kitching
2019-07-23
src/lib/hexdump: Use size_t for indices
Elyes HAOUAS
2019-07-19
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-17
lib: Remove the BOOTBLOCK_CUSTOM compile guard
Asami Doi
2019-07-15
lib/bootmode: Include 'vboot/misc.h'
Elyes HAOUAS
2019-07-15
src: Use '#include <timestamp.h>' when needed
Elyes HAOUAS
2019-07-13
fit_payload: Always set DT size
Julius Werner
2019-07-09
arch/x86: Replace some uses of SMM_TSEG
Kyösti Mälkki
2019-07-07
lib/romstage_stack.c: Remove file
Kyösti Mälkki
2019-07-07
src/security/vboot: Add option to skip display init with vboot 2.0
Sukerkar, Amol N
2019-07-04
lib/romstage_stack.c: Remove unused functions
Arthur Heymans
2019-06-28
lib/gnat: Enable -Werror
Nico Huber
2019-06-28
lib/gnat: Use ADAFLAGS instead of CFLAGS
Nico Huber
2019-06-24
add ctype.h header
Joel Kitching
2019-06-24
Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER
Subrata Banik
2019-06-21
device_tree: Update comment style to C89
Julius Werner
2019-06-21
fit: Check all compat strings for highest match
Julius Werner
2019-06-21
fit: Add overlay support
Julius Werner
2019-06-21
fit: Add device tree compression
Julius Werner
2019-06-21
fit_payload: Don't call prog_segment_loaded() on extracted images
Julius Werner
2019-06-21
fit: Refactor config node handling
Julius Werner
2019-06-21
device_tree: Add overlay support
Julius Werner
2019-06-21
lib: Prevent memory leak on error path
Jacob Garber
2019-06-19
lib/spd_bin.c: Remove unused include <arch/byteorder.h>
Elyes HAOUAS
2019-06-13
stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable
Subrata Banik
2019-06-05
lib/Makefile.inc: Add hexdump.c to postcar stage
Frans Hendriks
2019-06-04
device_tree: Make FDT property data non-const
Julius Werner
2019-06-04
device_tree: Match debug output format to dtc -O dts output
Julius Werner
2019-06-04
device_tree: Add support for aliases
Julius Werner
2019-06-04
device_tree: Have absolute paths start with '/'
Julius Werner
2019-06-04
device_tree: Drop sub-node path lookup from dt_find_node_by_path()
Julius Werner
2019-06-04
device_tree: Add phandle caching and lookups
Julius Werner
2019-06-04
device_tree: Add version checks
Julius Werner
2019-06-04
device_tree: Switch allocations to xzalloc()
Julius Werner
2019-06-02
Makefile.inc: Remove unnecessary CONFIG dependency
Subrata Banik
2019-05-31
string.h: Move common string functions into .c file
Julius Werner
2019-05-29
src/{include,arch,cpu,lib}: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)
Patrick Georgi
2019-05-23
coreboot_tables: pass the early_mmc_wake_hw status to payload
Bora Guvendik
2019-05-23
lib/bootblock: Sanitize CMOS after bootblock_*_early_init()
Nico Huber
2019-05-23
device_tree: Use be32dec/be32enc where appropriate
Julius Werner
2019-05-23
fit: Add "board-skuX" (without -rev) to allowed compatible strings
Julius Werner
2019-05-22
post_code: add post code for failure to load next stage
Keith Short
2019-05-20
src/Kconfig: Move DRAM section to src/lib/Kconfig
Elyes HAOUAS
2019-05-19
timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCAR
Furquan Shaikh
2019-05-14
Remove unnecessary ENV_RAMSTAGE guard
Subrata Banik
2019-05-13
lib/hexdump: Drop redundant isprint() implementation
Nico Huber
2019-05-12
boot_device: Constify argument
Patrick Rudolph
2019-05-12
lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcar
Subrata Banik
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
[next]