Age | Commit message (Expand) | Author |
2016-05-10 | arch/arm64: add FRAMEBUFFER region macros to memlayout | Lin Huang |
2016-05-09 | smbios: Add SuperTalent SPD ID | Timothy Pearson |
2016-05-09 | arch/armv7: Fix end index calculation in mmu_config_range_kb | Varadarajan Narayanan |
2016-05-03 | arch/x86: Drop CBFS_BASE_ADDRESS | Patrick Georgi |
2016-05-03 | build system: remove CBFSTOOL_PRE1_OPTS | Patrick Georgi |
2016-05-02 | arch/x86/assembly_entry: allow early post CAR stages to use common code | Aaron Durbin |
2016-05-02 | arch/x86/asembly_entry: reorder conditional stage entry macros | Aaron Durbin |
2016-05-02 | lib/coreboot_table: use the architecture dependent table size | Aaron Durbin |
2016-05-02 | arch: introduce architecture dependent common variables | Aaron Durbin |
2016-05-02 | x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCK | Furquan Shaikh |
2016-04-21 | lib: add common write_tables() implementation | Aaron Durbin |
2016-04-21 | lib/coreboot_table: add architecture hooks for adding tables | Aaron Durbin |
2016-04-21 | lib/bootmem: allow architecture specific bootmem ranges | Aaron Durbin |
2016-04-21 | arch/x86: remove low coreboot table support | Aaron Durbin |
2016-04-21 | arch/x86: clean up write_tables() | Aaron Durbin |
2016-04-21 | arch: only print cbmem entries in one place | Aaron Durbin |
2016-04-21 | arch: use Kconfig variable for coreboot table size | Aaron Durbin |
2016-04-21 | arch/riscv/tables: remove confusion over write_tables() | Aaron Durbin |
2016-04-21 | arch/power8/tables: remove confusion over write_tables() | Aaron Durbin |
2016-04-15 | bootblock_crt0: Use CR* macros from cpu/x86/cr.h | Furquan Shaikh |
2016-04-08 | Change la to li (load immediate) | Ronald G. Minnich |
2016-04-04 | arch/power8: Position bootblock start at reset vector | Timothy Pearson |
2016-04-02 | lib/prog_loading: introduce prog_segment_loaded() | Aaron Durbin |
2016-04-02 | arch/x86: notify the system when the postcar parameter was updated | Aaron Durbin |
2016-03-23 | armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write | Paul Kocialkowski |
2016-03-23 | arch/x86: introduce postcar stage/phase | Aaron Durbin |
2016-03-21 | arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstage | Aaron Durbin |
2016-03-18 | src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table | Jacob Laska |
2016-03-15 | x86: Drop CONFIG_COMPILE_IN_DSDT | Stefan Reinauer |
2016-03-11 | arch/x86/smbios: fix length calculation for SMBIOS type 17 | Iru Cai |
2016-03-09 | Makefile: Add build-time overlap check for programs loaded after coreboot | Julius Werner |
2016-03-05 | arch/x86: Add common assembly code for stages that run in CAR | Andrey Petrov |
2016-03-05 | arch/x86: document CAR symbols and expose them in symbols.h | Andrey Petrov |
2016-03-05 | Kconfig: hide useless options on ARM. | Vladimir Serbinenko |
2016-03-04 | arch/x86: always use _start as entry symbol for all stages | Aaron Durbin |
2016-03-04 | arch/x86: rename reset_vector -> _start | Aaron Durbin |
2016-03-03 | arch/x86: Allow soc/chipset to set linking address | Andrey Petrov |
2016-03-02 | src/arch/x86/smbios: Add vendors | Patrick Rudolph |
2016-02-25 | x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock | Furquan Shaikh |
2016-02-22 | die() when attempting to use bounce buffer on non-i386. | Vladimir Serbinenko |
2016-02-20 | emulation/qemu-power8: initial mainboard and arch commit | Ronald G. Minnich |
2016-02-19 | x86: add coreboot table entry for TSC info | Aaron Durbin |
2016-02-19 | lib/coreboot_table: add function to allow arch code to add records | Aaron Durbin |
2016-02-19 | RISC-V: Add more debug info to debug printks | Andrew Waterman |
2016-02-19 | RISC-V: Make inline asm usage safer | Andrew Waterman |
2016-02-18 | arch/arm64: Compile arm-trusted-firmware with coreboot timestamp | Patrick Georgi |
2016-02-17 | arch/x86: Add option to disable default mmap_boot implementation | Alexandru Gagniuc |
2016-02-13 | x86: make bootblock size for C_ENVIRONMENT_BOOTBLOCK configurable | Aaron Durbin |
2016-02-12 | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner |
2016-02-11 | arches: lib: add main_decl.h for main() declaration | Aaron Durbin |