Age | Commit message (Expand) | Author |
2024-05-29 | cpu/x86/pae/pgtbl.c: extract reusable code from memset_pae() | Krystian Hebel |
2024-05-15 | cpu/x86/pae/pgtbl.c: remove dead paging_identity_map_addr() | Krystian Hebel |
2024-05-13 | cpu/x86/pae/pgtbl.c: remove dead map_2M_page() | Krystian Hebel |
2024-01-24 | cpu: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-06 | cpu: Add SPDX license headers to Makefiles | Martin Roth |
2023-04-04 | cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target | Felix Held |
2022-11-08 | cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-10-06 | cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h> | Elyes Haouas |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-03-17 | cbfs: Replace more instances of cbfs_boot_locate() with newer APIs | Julius Werner |
2020-06-23 | src/*: Update makefiles to exclude x86 code from psp-verstage | Martin Roth |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-26 | arch/x86: Simplify <arch/early_variables.h> | Kyösti Mälkki |
2019-07-02 | cpu/x86/pae/pgtbl: Add memset with PAE | Patrick Rudolph |
2019-05-16 | {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling | Jacob Garber |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-12-05 | cpu/x86/pae: Fix pointer casts | Patrick Rudolph |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-04-26 | cpu/x86: add limited runtime identity page mapping | Aaron Durbin |
2018-04-25 | arch/x86: add support for cache-as-ram paging | Aaron Durbin |
2018-04-23 | cpu/x86: add paging_set_default_pat() function | Aaron Durbin |
2018-04-23 | cpu/x86: expose and add paging helper functions | Aaron Durbin |
2018-04-23 | cpu/x86: move NXE and PAT accesses to paging module | Aaron Durbin |
2018-04-23 | cpu/x86: add pae paging module to all stages | Aaron Durbin |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-03-16 | cpu/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/x86: Remove braces and else if unnecessary | Lee Leahy |
2017-03-16 | cpu/x86: Fix various issues detected by checkpatch.pl | Lee Leahy |
2017-02-22 | src/cpu/x86: Update/Add license headers to all files | Martin Roth |
2016-08-28 | src/cpu: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2014-06-29 | cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always false | Edward O'Callaghan |
2014-04-26 | Rename coreboot_ram stage to ramstage | Furquan Shaikh |
2012-07-31 | Revert "Use broadcast SIPI to startup siblings" | Sven Schnelle |
2012-07-02 | Use broadcast SIPI to startup siblings | Sven Schnelle |
2012-03-30 | drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not needed | Stefan Reinauer |
2010-10-20 | Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial. | Myles Watson |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-08-12 | This now builds. | Ronald G. Minnich |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2005-12-14 | issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1M | Yinghai Lu |
2004-10-19 | - Fix bug with > 4GB of memory where PAE was left enabled. | Eric Biederman |
2004-10-14 | - Add new cvs code to cvs | Eric Biederman |