Age | Commit message (Expand) | Author |
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-22 | x86: make PCI MMIO CFG functions 64bit proof | Stefan Reinauer |
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-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 | 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-01 | SLIC: Check SLIC signature. | Vladimir Serbinenko |
2015-05-28 | Add TCPA table. | Vladimir Serbinenko |
2015-05-27 | AGESA: Split S3 backup in CBMEM | Kyösti Mälkki |
2015-05-26 | coreboot: introduce boot_device | Aaron Durbin |
2015-05-26 | Make acpi_fill_hest into parameter | Vladimir Serbinenko |
2015-05-26 | acpigen: Remove all explicit length tracking | Vladimir Serbinenko |
2015-05-26 | acpigen: Remove acpigen_patch_len | Vladimir Serbinenko |
2015-05-26 | cbmem: remove cbmem_set_top() | Aaron Durbin |
2015-05-26 | CBMEM console: Fix buffer without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-26 | CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-26 | x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INIT | Aaron Durbin |
2015-05-26 | ACPI: slic support | Vladimir Serbinenko |
2015-05-26 | acpi: Remove monolithic ACPI | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-20 | acpi: make fill_slit and fill_srat into arguments. | Vladimir Serbinenko |
2015-05-20 | build system: use archives, not linker action to shorten command lines | Patrick Georgi |
2015-04-29 | Use __ROMSTAGE__ to denote romstage | Patrick Georgi |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-21 | x86: Allow builds without ACPI tables | Lee Leahy |
2015-04-14 | rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE | Julius Werner |
2015-04-14 | CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool | Julius Werner |
2015-04-10 | x86: Support reset routines in bootblock | Lee Leahy |
2015-04-10 | build system: Fix SeaBIOS integration with multilib compilers | Patrick Georgi |
2015-04-07 | kconfig: drop intermittend forwarder files | Stefan Reinauer |
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-05 | acpi: protect acpi generators from PRE_RAM & SMM | Alexander Couzens |
2015-04-04 | build system: rename __BOOT_BLOCK__ and __VER_STAGE__ | Patrick Georgi |
2015-04-04 | build system x86: deprecate bootblock_lds and ldscripts variables | Patrick Georgi |
2015-04-04 | build system: use full (in-tree) paths | Patrick Georgi |
2015-04-04 | x86: rename ldscript_failover.ld to failover.ld | Patrick Georgi |
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 | Clean up architecture-specific Kconfigs | Julius Werner |
2015-04-02 | build system: extend src-to-obj for non-.c/.S files | Patrick Georgi |
2015-04-02 | smbios: add a family id in smbios type1 family | Kane Chen |
2015-04-01 | x86: set smbios rom size based on CONFIG_ROM_SIZE | Aaron Durbin |
2015-03-31 | cbfs: add cbfs_serialized.h header file | Aaron Durbin |
2015-03-29 | arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make public | Timothy Pearson |
2015-03-29 | arch/x86/boot/smbios: Add additional SMBIOS defines and enums | Timothy Pearson |
2015-03-28 | arch/x86: Guard option table specific rules with HAVE_OPTION_TABLE | Patrick Georgi |
2015-03-28 | build system: normalize linker script file names | Patrick Georgi |
2015-03-27 | smbios: add funtion for smbios type17 | Kane Chen |
2015-03-21 | x86: fix romstage_null.debug link w/o --gc-sections | Aaron Durbin |
2015-03-20 | loaders: add program_loading.h header file | Aaron Durbin |
2015-03-18 | bootstate: use structure pointers for scheduling callbacks | Aaron Durbin |
2015-03-17 | arch/x86/Kconfig: Add license header | Stefan Reinauer |
2015-03-17 | coreboot: x86: enable gc-sections | Aaron Durbin |
2015-03-10 | ACPI: Get S3 resume state from romstage_handoff | Kyösti Mälkki |
2015-03-10 | x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE option | Kyösti Mälkki |
2015-03-10 | x86: simplify early_variables.h header | Aaron Durbin |
2015-03-09 | AMD fam10: Drop PCI_BUS_SEGN_BITS | Kyösti Mälkki |
2015-03-04 | Add stage information to coreboot banner | Stefan Reinauer |
2015-02-23 | Remove */cpu/amd/agesa/* from excluded illegal globals file | Dave Frodin |
2015-02-16 | acpi: Generate valid ACPI processor objects | Timothy Pearson |
2015-02-16 | nvram: Add option to reset NVRAM to default parameters on every boot | Timothy Pearson |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-02-14 | arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end` | Paul Menzel |
2015-02-09 | Get rid of .car.global_data warnings for GCC build | Martin Roth |
2015-02-02 | src/arch/*/include/stdint.h: Provide definitions for bool type | Alexandru Gagniuc |
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: Do not use get_top_of_ram() with DYNAMIC_CBMEM | Kyösti Mälkki |
2015-01-27 | CBMEM: Tidy up CAR migration | Kyösti Mälkki |
2015-01-27 | CBMEM: Tag chipsets with LATE_CBMEM_INIT | 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 | vboot2: add verstage | Stefan Reinauer |
2015-01-10 | ACPI: Add acpi_is_wakeup_s3() for romstage | Kyösti Mälkki |
2015-01-10 | ACPI: Prepare for HAVE_ACPI_RESUME changes | Kyösti Mälkki |
2015-01-09 | misc: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2015-01-05 | timestamps: Switch from tsc_t to uint64_t | Stefan Reinauer |