Age | Commit message (Expand) | Author |
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 |
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-11-12 | src/lib/rmodule.ld: DISCARD (.note|.note.*) sections | Edward O'Callaghan |
2014-11-11 | lib/malloc.c: Remove pre-proc guard around include | Edward O'Callaghan |
2014-10-28 | cbmem: Fix 64-bit pointer related casts in dynamic_cbmem.c | Marcelo Povoa |
2014-10-22 | reg_script: include in romstage | Isaac Christensen |
2014-10-19 | ACPI: Allocate S3 resume backup in CBMEM earlier | Kyösti Mälkki |
2014-10-16 | lib/cbfs: more cleanup for 32/64 issues | Ronald G. Minnich |
2014-10-16 | cbmem: 64/32 cleanup | Ronald G. Minnich |
2014-10-16 | ACPI: Remove CONFIG_GENERATE_ACPI_TABLES | Vladimir Serbinenko |
2014-10-07 | edid: Relax EDID 1.3 requirements. | Hung-Te Lin |
2014-10-07 | cbmem console: Locate the preram console with a symbol instead of a section. | Gabe Black |
2014-10-01 | edid: Support EDID 1.4. | Hung-Te Lin |
2014-10-01 | edid: Accept valid detail blocks without timing descriptor. | Hung-Te Lin |
2014-10-01 | edid: Fix string extraction in Monitor Descriptors. | Hung-Te Lin |
2014-10-01 | edid: Fix extension parsing when EDID blob does not have any extensions. | Hung-Te Lin |
2014-10-01 | edid: Fix source indent. | Hung-Te Lin |
2014-09-23 | rmodule: Fix rmodule.ld for 64-bit | Furquan Shaikh |
2014-09-13 | arm: Move exception_init() close to console_init() | Julius Werner |
2014-09-12 | stack check: cosmetics | Stefan Reinauer |
2014-08-25 | intel/gma: Clarify code and use dedicated init for Google Peppy | Ronald G. Minnich |
2014-08-25 | delay: Have mdelay() / delay() available in romstage, too | Stefan Reinauer |
2014-08-13 | arm: libpayload: Add cache coherent DMA memory definition and management | Julius Werner |
2014-08-11 | coreboot classes: Add dynamic classes to coreboot | Furquan Shaikh |
2014-08-10 | cbfs: Check return value of map() for error | Julius Werner |
2014-08-10 | cbfs: Fix overwalk on file scan | Steven Sherk |
2014-08-10 | coreboot_tables: reduce redundant data structures | Julius Werner |
2014-08-10 | src/lib/edid.c: missing break statement | Patrick Georgi |
2014-08-07 | Possible thread stack implementation. | Ronald G. Minnich |
2014-07-08 | lib: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-03 | ACPI: Recover type of wakeup in acpi_is_wakeup() | Kyösti Mälkki |
2014-06-27 | lib/Makefile.inc: Stop gcc.c getting into SMM clang builds | Edward O'Callaghan |
2014-06-20 | src/lib/clog2.c: Fix style and clarity, remove some cruft | Edward O'Callaghan |
2014-06-06 | build: Drop libgcc runtime wrapper in Clang builds | Edward O'Callaghan |
2014-05-13 | baytrail: snapshot power state in romstage | Aaron Durbin |
2014-05-10 | ramstage_cache: allow ramstage usage add valid helper | Aaron Durbin |
2014-05-10 | baytrail: add more iosf access functions | Aaron Durbin |
2014-05-10 | reg_script: add reg_script_run_on_dev() | Aaron Durbin |
2014-05-08 | ChromeOS boards: Always build code for bootmode straps | Kyösti Mälkki |
2014-05-07 | reg_script: add iosf lpss port access | Aaron Durbin |
2014-05-07 | reg_script: add iosf paths for score, ccu, and ssc | Aaron Durbin |
2014-05-06 | Introduce stage-specific architecture for coreboot | Furquan Shaikh |
2014-05-06 | regscript: Add support for MSR type | Duncan Laurie |
2014-05-05 | lib/hexdump: Use `size_t` for length parameter of `hexdump32()` | Paul Menzel |
2014-05-05 | lib/hexdump.c: Indent with tabs instead of spaces and remove empty lines | Paul Menzel |
2014-05-01 | ChromeOS: Use common fill_lb_gpio() | Kyösti Mälkki |
2014-05-01 | ChromeOS: Remove oprom_is_loaded | Kyösti Mälkki |
2014-05-01 | Declare recovery and developer modes outside ChromeOS | Kyösti Mälkki |
2014-04-26 | Rename coreboot_ram stage to ramstage | Furquan Shaikh |
2014-04-19 | rmodule: add subsections to linker script | Aaron Durbin |