Age | Commit message (Expand) | Author |
2015-10-07 | x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection | Alexandru Gagniuc |
2015-09-30 | x86: prepare cache-as-ram to allow multiple stages | Aaron Durbin |
2015-09-30 | x86: provide common macro for linking early stages | Aaron Durbin |
2015-09-29 | Makefile: Replace the way to test if a string is empty | zbao |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-09-23 | RISCV: modify arch_prog_run to handle payloads correctly. | Ronald G. Minnich |
2015-09-22 | coreboot: introduce commonlib | Aaron Durbin |
2015-09-16 | riscv-virtual-memory: move page tables into virtual address space | Thaminda Edirisooriya |
2015-09-16 | riscv-memlayout: fix existing memlayout issues, add sbi interface | Thaminda Edirisooriya |
2015-09-16 | x86: remove double link step for romstage | Aaron Durbin |
2015-09-15 | riscv-trap-handling: Add functionality, prevent stack corruption | Thaminda Edirisooriya |
2015-09-10 | riscv-trap-handling: Add implementation for trap calls in riscv | Thaminda Edirisooriya |
2015-09-10 | riscv-virtual-memory: Add virtual memory setup | Thaminda Edirisooriya |
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 | x86: link romstage and ramstage with 1 file | Aaron Durbin |
2015-09-09 | rmodule: use program.ld for linking | Aaron Durbin |
2015-09-09 | x86: link romstage like the other architectures | Aaron Durbin |
2015-09-09 | x86: link ramstage like the other architectures | Aaron Durbin |
2015-09-09 | linking: lay the groundwork for a unified linking approach | Aaron Durbin |
2015-09-09 | x86: provide minimum alignment for romstage | Aaron Durbin |
2015-09-09 | x86: remove unused sections from romstage.ld | Aaron Durbin |
2015-09-09 | x86: add romstage.S to bind program flow and ordering | Aaron Durbin |
2015-09-09 | x86: don't create MAINBOARDDIR/romstage.inc for !ROMCC boards | Aaron Durbin |
2015-09-09 | x86: bootblock: remove linking and program flow from build system | 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 | x86: remove cpu_incs as romstage Make variable | Aaron Durbin |
2015-08-31 | timestamp: add tick frequency to exported table | Aaron Durbin |
2015-08-31 | armv7/arm64: remove timestamp.c | Aaron Durbin |
2015-08-28 | arm64: xcompile: Add support for A53 erratum 843419 | Julius Werner |
2015-08-28 | arm64: Fix 'verstage-objs: command not found' error | Yidi Lin |
2015-08-28 | arm64: declare do_dcsw_op as function | Jimmy Huang |
2015-08-26 | riscv-trap-handling: Add preliminary trap handling for riscv | Thaminda Edirisooriya |
2015-08-25 | x86: Get rid of empty loadable segment warning | Martin Roth |
2015-08-14 | acpi: 64bit fixes | Stefan Reinauer |
2015-08-13 | x86: parameterize asl_template for CBFS inclusion | Aaron Durbin |
2015-08-13 | amd: raminit sysinfo offset fix | Aaron Durbin |
2015-08-09 | riscv-spike: support for Spike emulation of riscv | Thaminda Edirisooriya |
2015-08-09 | acpi: Align FACS to 64 bytes | Patrick Georgi |
2015-08-04 | x86: Make sure boot device is mapped below 4G | Stefan Reinauer |
2015-07-29 | arm, arm64, mips: Add rough static stack size checks with -Wstack-usage | Julius Werner |
2015-07-27 | arch/x86: make dependency explicit | Patrick Georgi |
2015-07-22 | riscv: Link in libgcc | Patrick Georgi |
2015-07-21 | arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serial | Furquan Shaikh |
2015-07-15 | cbfs: hardcode file alignment | Patrick Georgi |
2015-07-13 | x86: flatten hierarchy | Stefan Reinauer |
2015-07-13 | x86: Port x86 over to compile cleanly with x86-64 | Stefan Reinauer |
2015-07-13 | arm64: Define stage_entry as weak symbol | Furquan Shaikh |
2015-07-13 | arm64/a57: Move cortex_a57.h under include directory | Furquan Shaikh |
2015-07-12 | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth |
2015-07-11 | arch/x86/Makefile.inc: Calculate CBFS_BASE_ADDRESS variable | Martin Roth |
2015-07-09 | arm: add __umoddi3() to libgcc implementation | Stefan Reinauer |
2015-07-09 | arm: enhance eabi compat functions | Stefan Reinauer |
2015-07-09 | arm64: Print sp value when dumping registers for exception | Furquan Shaikh |
2015-07-07 | payloads: Reorganize Makefile.incs for external payloads | Stefan Reinauer |
2015-07-07 | timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPS | Aaron Durbin |
2015-07-07 | timestamp: add generic cache region | Aaron Durbin |
2015-07-07 | x86 makefile: Use preprocessed linker files | Marc Jones |
2015-07-07 | smbios: fix copy&paste error | Patrick Georgi |
2015-07-07 | x86: Drop -Wa,--divide | Stefan Reinauer |
2015-07-07 | Unconditionally compile romstage with -Wa,--divide | Stefan Reinauer |
2015-07-07 | smbios: Calculate SMBIOS Max Struct size | Ben Frisch |
2015-06-30 | arch/arm64: Avoid race condition when building bl31 | Patrick Georgi |
2015-06-30 | arch/arm64: Fix compilation without CONFIG_SMP | Patrick Georgi |
2015-06-30 | arm64: Fix Kconfig issues for secure OS loading | Furquan Shaikh |
2015-06-30 | arm64: Add support for loading secure os | Furquan Shaikh |
2015-06-26 | x86: Move architecture selection from linker script to Makefile.inc | Stefan Reinauer |
2015-06-23 | acpi: bring back ability to link DSDT into ramstage | Patrick Georgi |
2015-06-23 | SeaBIOS: Clean up build command line. | Martin Roth |
2015-06-23 | Revert "arm64: remove assembly code string functions" | Furquan Shaikh |
2015-06-22 | x86: make PCI MMIO CFG functions 64bit proof | Stefan Reinauer |
2015-06-21 | Remove obsolete EARLY_CONSOLE usage | Martin Roth |
2015-06-20 | x86: Make ACPI 64bit clean | Stefan Reinauer |
2015-06-20 | x86: make memcpy 64bit safe | Stefan Reinauer |
2015-06-17 | x86 cpu: Allow some cpuid functions during romstage | Lee Leahy |
2015-06-17 | arm64: Move enabling floating point ahead of dev init | Jimmy Zhang |
2015-06-16 | x86: Make stdint.h x64 proof | Stefan Reinauer |
2015-06-16 | x86: Make x86 architecture makefiles x64 aware | Stefan Reinauer |
2015-06-16 | Add x64 support to src/arch/x86/Kconfig | Stefan Reinauer |
2015-06-11 | lenovo: Hide SMBIOS config | Vladimir Serbinenko |
2015-06-10 | mips: implement arch_segment_loaded callback | Ionela Voinescu |
2015-06-10 | mips: CBMEM table reference is passed to payload | Ionela Voinescu |
2015-06-10 | smbios: Fix type1 family setting | Marc Jones |
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-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-07 | smbios: Use smbios_mainboard_manufacturer instead MAINBOARD_SMBIOS_MANUFACTURER. | Vladimir Serbinenko |
2015-06-05 | device_ops: add device_t argument to write_acpi_tables | Alexander Couzens |
2015-06-05 | device_ops: add device_t argument to acpi_fill_ssdt_generator | Alexander Couzens |
2015-06-05 | device_ops: add device_t argument to acpi_inject_dsdt_generator | Alexander Couzens |
2015-06-05 | lib: Unify log2() and related functions | Julius Werner |
2015-06-04 | arch/x86: No need to specify -Wa,--divide in a Makefile | Patrick Georgi |
2015-06-02 | cbfs: Fix mismerge. | Vladimir Serbinenko |
2015-06-02 | Make DSDT a file in CBFS rather than embedding it into ramstage. | Vladimir Serbinenko |
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-06-02 | arm64: correct cacheable/non-cacheable tag string in print_tag | Jimmy Huang |
2015-06-02 | arm64: Guard prints in mmu.c | Furquan Shaikh |
2015-06-02 | arm64: Decouple MMU functions from memranges | Julius Werner |