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-04-10
vboot: Include vb2_api.h, instead of lower-level vboot2 header files
Randall Spangler
2015-04-10
ramoops: Add support for passing ramoops region through cb tables.
Furquan Shaikh
2015-04-10
cbtables: Add RAM config information
David Hendricks
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: add a function to read GPIO array as base-2 value
David Hendricks
2015-04-10
gpio: cosmetic changes to tristate_gpios.c
David Hendricks
2015-04-10
gpio: Remove non-ternary tristate mode, make ternaries easier
Julius Werner
2015-04-10
gpio: Extend common GPIO header, simplify function names
Julius Werner
2015-04-10
chromeos: move VPD MAC address retrieval function
Vadim Bendebury
2015-04-08
timer: Add generic udelay() implementation
Aaron Durbin
2015-04-07
rmodule: remove cbmem_entry usage
Aaron Durbin
2015-04-07
hardwaremain: explicitly call cbmem_initialize() early
Aaron Durbin
2015-04-07
cbfs: Enforce media->map() result checking, improve error messages
Julius Werner
2015-04-07
rmodules: fix linking
Aaron Durbin
2015-04-07
baytrail: Change all SoC headers to <soc/headername.h> system
Julius Werner
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-04
build system: rename __BOOT_BLOCK__ and __VER_STAGE__
Patrick Georgi
2015-04-04
Add table driven way to add platform specific reg_script routines
Lee Leahy
2015-04-03
rmodule: use struct prog while loading rmodules
Aaron Durbin
2015-04-03
program loading: unify on struct prog
Aaron Durbin
2015-04-03
program loading: add prog_run() function
Aaron Durbin
2015-04-03
program loading: introduce struct prog
Aaron Durbin
2015-04-02
vpd: retrieve mac addresses and pass them to bootloader
Vadim Bendebury
2015-04-02
chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table
Vadim Bendebury
2015-04-01
cbfs: more accurate size check for simple buffer mapping
Daisuke Nojiri
2015-03-31
cbfs: remove cbfs_core.h includes
Aaron Durbin
2015-03-31
program loading: provide one cache maintenance callback
Aaron Durbin
2015-03-31
payload loading: remove passing of struct payload
Aaron Durbin
2015-03-31
loading: move ramstage cache function declarations
Aaron Durbin
2015-03-31
cbfs: remove run_address()
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-26
cbfs: support concurrent media channels properly
Vadim Bendebury
2015-03-26
fix how to interpret board id read from gpios
Daisuke Nojiri
2015-03-26
Restore name of the function reading tertiary GPIO states
Vadim Bendebury
2015-03-24
cbfs: expose init_backing_media()
Aaron Durbin
2015-03-24
vboot2: load decompressed stage directly to load address
Daisuke Nojiri
2015-03-23
vboot2: translate shared data to hand off to depthcharge
Daisuke Nojiri
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-21
ramstage: remove rela_time use
Aaron Durbin
2015-03-21
cbfs: change 1 message level to WARNING if cbfs can't find specific data
Kane Chen
2015-03-20
loaders: add run_romstage() function to bootblock
Aaron Durbin
2015-03-20
loaders: add program_loading.h header file
Aaron Durbin
2015-03-20
verstage should include the CBFS SPI wrapper, when configured
Vadim Bendebury
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2015-03-17
coreboot: x86: enable gc-sections
Aaron Durbin
2015-03-17
lib: Add Kconfig option to enable/disable auto fallback control
Timothy Pearson
2015-03-09
Add and consistently use wrapper macro for romstage static variables
Julius Werner
2015-03-09
build.h: remove variable for the builduser, -hostname and -domain
Alexander Couzens
2015-03-09
coreboot: fix munged license text
Aaron Durbin
2015-03-04
coreboot memrange: Two changes for zero size or empty memrange
Furquan Shaikh
2015-03-04
Add stage information to coreboot banner
Stefan Reinauer
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-02-06
TPM: Fix whitespace
Kyösti Mälkki
2015-02-05
drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot
Timothy Pearson
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT
Kyösti Mälkki
2015-01-27
CBMEM: Change some types to uintptr_t
Kyösti Mälkki
2015-01-27
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-27
CBMEM: Add timestamp_reinit()
Kyösti Mälkki
2015-01-27
CBMEM: Move cbmemc_reinit()
Kyösti Mälkki
2015-01-27
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-27
CBMEM: Implement cbmem_run_init_hooks() stub
Kyösti Mälkki
2015-01-27
rmodule: Correct the typecast with proper parenthesis
Furquan Shaikh
2015-01-27
vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integration
Daisuke Nojiri
2015-01-27
vboot2: implement select_firmware for pre-romstage verification
Daisuke Nojiri
2015-01-16
rmodule: Fix 64-bit related typecast errors
Furquan Shaikh
2015-01-13
cbfs: add cbfs_read()
Aaron Durbin
2015-01-13
cbfs: add cbfs_locate_file()
Aaron Durbin
2015-01-09
Primitive memory test
David Hendricks
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-07
CBMEM: Rename utility file
Kyösti Mälkki
2015-01-06
doxygen fixes: change @var to @param var
Martin Roth
2015-01-05
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2014-12-31
Print segment clean up information only when required.
Vadim Bendebury
2014-12-30
ipq8064: SOC UART driver belongs in the SOC directory
Vadim Bendebury
2014-12-30
Provide a common CBFS wrapper for SPI storage
Vadim Bendebury
2014-12-30
cbmem: use a single id to name mapping table
Vadim Bendebury
2014-12-30
CBMEM: Always build for x86 romstage
Kyösti Mälkki
2014-12-29
edid: fill reserved bits fields in cb_framebuffer
Patrick Georgi
2014-12-28
RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache
Kyösti Mälkki
2014-12-22
lib/edid.c: Fix mismatch between format string and variable type
Alexandru Gagniuc
2014-12-17
lib/edid.c: Use 'hh' instead of 'h' length modifier in printk
Alexandru Gagniuc
2014-12-17
edid: initialize has_valid_detailed_blocks as 1
Vince Hsu
2014-12-17
edid: Change static variables to auto variables.
Hung-Te Lin
2014-12-16
edid: remove float use
Patrick Georgi
2014-12-16
CBMEM console: Fix boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-12-09
x86: provide symmetry between arm for cache_sync_instructions()
Aaron Durbin
2014-12-09
aarch64: Fix 64-bit pointer related casts
Marcelo Povoa
2014-12-08
edid: fill reserved bits fields in cb_framebuffer
Patrick Georgi
2014-12-05
ipq8064: prepare UART driver for use in coreboot
Vadim Bendebury
2014-12-04
RISCV: get RISCV to build again
Ronald G. Minnich
2014-11-30
gcc.c: Test for gcc, not for non-clang
Patrick Georgi
2014-11-30
Introduce halt()
Patrick Georgi
2014-11-26
Export board-status info.
Vladimir Serbinenko
[next]