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
2015-10-24
lib/stack: Add stack overrun detection
Timothy Pearson
2015-10-20
Revert "coreboot_table: don't add CMOS checksum twice."
Nico Huber
2015-10-16
bootblock: Link timestamp.c only with EARLY_CBMEM_INIT
Paul Menzel
2015-10-14
x86: add standalone verstage support
Aaron Durbin
2015-10-11
cbfs: don't load x86 programs over the top of read-only media
Aaron Durbin
2015-10-11
cbmem console: make verstage first class citizen
Aaron Durbin
2015-10-11
Derive lvds_dual_channel from EDID timings.
Vladimir Serbinenko
2015-10-08
lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use it
Paul Menzel
2015-10-07
cbfs: add struct cbfsf
Aaron Durbin
2015-09-28
program.ld: terminate ALIGN statement
Patrick Georgi
2015-09-24
coreboot: move TS_END_ROMSTAGE to one spot
Aaron Durbin
2015-09-22
linking: link bootblock.elf with .data and .bss sections again
Aaron Durbin
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-09-17
linking: Repair special treatments for non-x86 bootblocks
Julius Werner
2015-09-09
x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE
Aaron Durbin
2015-09-09
linking: add and use LDFLAGS_common
Aaron Durbin
2015-09-09
rmodule: use program.ld for linking
Aaron Durbin
2015-09-09
verstage: use common program.ld for linking
Aaron Durbin
2015-09-09
x86: link romstage like the other architectures
Aaron Durbin
2015-09-09
linking: move romstage and bootblock to use program.ld
Aaron Durbin
2015-09-09
linking: lay the groundwork for a unified linking approach
Aaron Durbin
2015-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-09-05
symbols: add '_' to pci_drivers and cpu_drivers symbols
Aaron Durbin
2015-09-04
bootmode: add display_init_required()
Aaron Durbin
2015-08-31
timestamp: add tick frequency to exported table
Aaron Durbin
2015-08-28
edid: fix know_modes timing error
Yakir Yang
2015-08-28
edid: add function to manually specify mode
David Hendricks
2015-08-28
edid: Memset output earlier in decode_edid()
David Hendricks
2015-08-28
edid: Use edid_mode struct to reduce redundancy
David Hendricks
2015-08-28
edid: Clean-up the edid struct
David Hendricks
2015-08-14
stage_cache: make prog const in stage_cache_add()
Aaron Durbin
2015-08-09
Only apply libgcc workaround on x86-32
Stefan Reinauer
2015-07-29
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
Julius Werner
2015-07-15
cbfs: hardcode file alignment
Patrick Georgi
2015-07-14
timestamps: clarify in ramstage when not to reinit the cache
Aaron Durbin
2015-07-14
cbtable: describe boot media
Patrick Georgi
2015-07-14
fmap: publish find_fmap_directory()
Patrick Georgi
2015-07-14
fmap: Introduce new function to derive fmap name from offset/size
Patrick Georgi
2015-07-12
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-07-10
timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INIT
Aaron Durbin
2015-07-07
timestamp: add generic cache region
Aaron Durbin
2015-07-06
lzma: Return correct amount of decompressed bytes
Julius Werner
2015-07-01
linker scripts: Fix symbol handling for pre-RAM cbmem console
Patrick Georgi
2015-06-30
lib: add delay.c to bootblock if I2C_TPM driver is enabled
Patrick Georgi
2015-06-30
hardwaremain: Move init_timer() call to before console init
Duncan Laurie
2015-06-26
prog_loader: Play nice with gc-sections
Stefan Reinauer
2015-06-09
stage_cache: use cbmem init hooks
Aaron Durbin
2015-06-09
cbmem: add indicator to hooks if cbmem is being recovered
Aaron Durbin
2015-06-09
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-06-05
lib: Unify log2() and related functions
Julius Werner
2015-06-02
assets: abstract away the firmware assets used for booting
Aaron Durbin
2015-06-02
prog_loading: add region_device representing memory
Aaron Durbin
2015-06-02
cbfs: new API and better program loading
Aaron Durbin
2015-05-29
Remove leftover smi_get_tseg_base
Vladimir Serbinenko
2015-05-26
fmap: new API using region_device
Aaron Durbin
2015-05-26
coreboot: introduce boot_device
Aaron Durbin
2015-05-26
cbmem: remove cbmem_set_top()
Aaron Durbin
2015-05-26
CBMEM console: Fix buffer without EARLY_CBMEM_INIT
Kyösti Mälkki
2015-05-26
timestamp: Fix collection without EARLY_CBMEM_INIT
Kyösti Mälkki
2015-05-26
CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT
Kyösti Mälkki
2015-05-26
consoles: remove unused infrastructure
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-20
build system: use archives, not linker action to shorten command lines
Patrick Georgi
2015-05-19
regions: add more helpers
Aaron Durbin
2015-05-14
regions: add mmap helper device
Aaron Durbin
2015-05-14
regions: add memory region device support
Aaron Durbin
2015-05-14
coreboot: add memory pool infrastructure
Aaron Durbin
2015-05-14
coreboot: add region infrastructure
Aaron Durbin
2015-05-13
secmon: allow for serial console
Aaron Durbin
2015-05-13
verstage: provide support for serial console
Aaron Durbin
2015-05-13
cbmem: Add initial allocation support
Lee Leahy
2015-05-11
vboot: inject vboot loader for stage loading
Aaron Durbin
2015-05-11
imd: don't recover on limit == 0
Aaron Durbin
2015-05-11
secmon: Add some missing files
Patrick Georgi
2015-05-07
timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER
Aaron Durbin
2015-05-05
timestamp: provide weak default implementation of timestamp_get
Aaron Durbin
2015-05-05
vboot: add cbfs_core
Aaron Durbin
2015-05-05
timestamp: refine boot CPU test
Aaron Durbin
2015-05-05
cbfs: make cbfs_load_prog_stage_by_offset() public
Aaron Durbin
2015-04-30
vboot: split class in library and stage
Patrick Georgi
2015-04-30
program loading: add optional is_loader_active() callback
Aaron Durbin
2015-04-28
chromeos: remove VBOOT2_VERIFY_FIRMWARE option
Aaron Durbin
2015-04-28
lib: When used, add timestamp.c to bootblock and verstage, too
Patrick Georgi
2015-04-27
cbmem: add and use a function to dump console buffer
Vadim Bendebury
2015-04-27
lib/tlcl: Provide mock implementation
Yen Lin
2015-04-23
ramstage: don't drop cbmem console
Aaron Durbin
2015-04-23
cbmem_console: fix it for x86
Aaron Durbin
2015-04-23
memlayout: Make sure preram_cbmem_console symbols exist
Patrick Georgi
2015-04-22
cbmem: switch over to imd-based cbmem
Aaron Durbin
2015-04-22
coreboot: common stage cache
Aaron Durbin
2015-04-22
coreboot: tiered imd
Aaron Durbin
2015-04-22
coreboot: add imd library
Aaron Durbin
2015-04-22
coreboot: add a place to choose romstage loader
Aaron Durbin
2015-04-22
build system: add manual board id support
Stefan Reinauer
2015-04-22
lib: add base64 decoder
Vadim Bendebury
2015-04-21
Unify byte order macros and clrsetbits
Julius Werner
2015-04-21
cbfs: Print absolute offsets of loaded files
Vadim Bendebury
2015-04-20
chromeos: vboot2: Add TPM PCR extension support
Julius Werner
2015-04-17
cbfs: look for CBFS header in a predefined place
Vadim Bendebury
2015-04-17
uart: pass register width in the coreboot table
Vadim Bendebury
[next]