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
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2016-06-09
lib: Build reg_script for bootblock
Lee Leahy
2016-05-21
hexstrtobin: Add a library function to decode ASCII hex into binary
Duncan Laurie
2016-05-11
lib: remove FLASHMAP_OFFSET config variable
Aaron Durbin
2016-05-03
lib/cbfs: Use fmap derived information about the COREBOOT region
Patrick Georgi
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-03-08
lib: Implement framework for retrieving WiFi regulatory domain
Felix Durairaj
2016-02-04
lib: add bootmode.c to verstage
Aaron Durbin
2016-01-28
Makefile: Make full use of src-to-obj macro
Nico Huber
2016-01-23
arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCK
Aaron Durbin
2016-01-22
lib: compile mdelay for romstage
Patrick Georgi
2016-01-22
lib/Makefile.inc: Link hexdump.c in the bootblock as well
Alexandru Gagniuc
2016-01-21
*/Makefile.inc: Compile files needed by uart8250 in x86 bootblock
Alexandru Gagniuc
2016-01-20
lib: compile mdelay for bootblock
Patrick Georgi
2016-01-15
lib: NHLT ACPI table support
Aaron Durbin
2015-12-10
lib: remove assets infrastructure
Aaron Durbin
2015-12-10
cbfs/vboot: remove firmware component support
Aaron Durbin
2015-11-17
arm64: tegra132: tegra210: Remove old arm64/stage_entry.S
Julius Werner
2015-11-11
arm/arm64: Generalize bootblock C entry point
Julius Werner
2015-11-07
arm64: remove secmon
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
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-09-22
coreboot: introduce commonlib
Aaron Durbin
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
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-08-09
Only apply libgcc workaround on x86-32
Stefan Reinauer
2015-06-30
lib: add delay.c to bootblock if I2C_TPM driver is enabled
Patrick Georgi
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
cbfs: new API and better program loading
Aaron Durbin
2015-05-26
fmap: new API using region_device
Aaron Durbin
2015-05-26
coreboot: introduce boot_device
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-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-11
vboot: inject vboot loader for stage loading
Aaron Durbin
2015-05-11
secmon: Add some missing files
Patrick Georgi
2015-05-05
vboot: add cbfs_core
Aaron Durbin
2015-04-30
vboot: split class in library and stage
Patrick Georgi
2015-04-28
lib: When used, add timestamp.c to bootblock and verstage, too
Patrick Georgi
2015-04-27
lib/tlcl: Provide mock implementation
Yen Lin
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: add imd library
Aaron Durbin
2015-04-22
lib: add base64 decoder
Vadim Bendebury
2015-04-10
gpio: compile gpio.c at all stages
David Hendricks
2015-04-10
gpio: decouple tristate gpio support from board ID
David Hendricks
2015-04-10
gpio: cosmetic changes to tristate_gpios.c
David Hendricks
2015-04-08
timer: Add generic udelay() implementation
Aaron Durbin
2015-04-07
rmodules: fix linking
Aaron Durbin
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
build system: run linker scripts through the preprocessor
Patrick Georgi
2015-04-03
program loading: add prog_run() function
Aaron Durbin
2015-03-28
arm64: Add support for secure monitor
Furquan Shaikh
2015-03-27
cbfs/rmodule: add architecture specific operations at stage load
Ionela Voinescu
2015-03-23
vboot2: read secdata and nvdata
Daisuke Nojiri
2015-03-23
Publish the board ID value in coreboot table, when configured
Vadim Bendebury
2015-03-23
Generalize revision number calculation function
Vadim Bendebury
2015-03-20
verstage should include the CBFS SPI wrapper, when configured
Vadim Bendebury
2015-03-17
coreboot: x86: enable gc-sections
Aaron Durbin
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-27
vboot2: implement select_firmware for pre-romstage verification
Daisuke Nojiri
2015-01-09
Primitive memory test
David Hendricks
2015-01-07
CBMEM: Rename utility file
Kyösti Mälkki
2014-12-30
Provide a common CBFS wrapper for SPI storage
Vadim Bendebury
2014-12-30
CBMEM: Always build for x86 romstage
Kyösti Mälkki
2014-12-28
RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache
Kyösti Mälkki
2014-11-30
gcc.c: Test for gcc, not for non-clang
Patrick Georgi
2014-11-30
Introduce halt()
Patrick Georgi
2014-11-25
build system: unify linker use across gcc and clang
Patrick Georgi
2014-11-25
build system: use a single variable name for compiler runtimes
Patrick Georgi
2014-11-20
Replace includes of build.h with version.h
Kyösti Mälkki
2014-11-19
lib/lzma.c: Use header over .c include
Edward O'Callaghan
2014-11-19
lib/cbfs: Use linker symbols over .c include in cbfs.c
Edward O'Callaghan
2014-11-12
src/lib/Makefile.inc: Allow rmodules to link under Clang
Edward O'Callaghan
2014-10-22
reg_script: include in romstage
Isaac Christensen
2014-08-25
delay: Have mdelay() / delay() available in romstage, too
Stefan Reinauer
2014-08-11
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2014-06-27
lib/Makefile.inc: Stop gcc.c getting into SMM clang builds
Edward O'Callaghan
2014-06-06
build: Drop libgcc runtime wrapper in Clang builds
Edward O'Callaghan
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-01
Declare recovery and developer modes outside ChromeOS
Kyösti Mälkki
2014-04-01
Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-03-04
Add a generic register script handler
Duncan Laurie
2014-03-04
uart8250: Move under drivers/uart
Kyösti Mälkki
2014-03-03
coreboot: introduce notion of bootmem for memory map at boot
Aaron Durbin
2014-02-15
coreboot: infrastructure for different ramstage loaders
Aaron Durbin
2014-02-06
ne2k: Move under drivers/net
Kyösti Mälkki
2014-02-06
spkmodem: Move under drivers/pc80
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2014-01-30
coreboot: config to cache ramstage outside CBMEM
Aaron Durbin
[next]