summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/pae
Commit message (Expand)AuthorAgeFilesLines
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-4/+0
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-261-2/+2
* cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph2019-07-021-0/+127
* {arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber2019-05-161-2/+2
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-2/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* cpu/x86/pae: Fix pointer castsPatrick Rudolph2018-12-051-4/+4
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-111-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* cpu/x86: add limited runtime identity page mappingAaron Durbin2018-04-261-0/+214
* arch/x86: add support for cache-as-ram pagingAaron Durbin2018-04-251-0/+47
* cpu/x86: add paging_set_default_pat() functionAaron Durbin2018-04-231-0/+25
* cpu/x86: expose and add paging helper functionsAaron Durbin2018-04-231-33/+37
* cpu/x86: move NXE and PAT accesses to paging moduleAaron Durbin2018-04-231-0/+21
* cpu/x86: add pae paging module to all stagesAaron Durbin2018-04-232-1/+10
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-3/+4
* cpu/x86: Wrap lines at 80 columnsLee Leahy2017-03-161-5/+12
* cpu/x86: Remove braces and else if unnecessaryLee Leahy2017-03-161-5/+3
* cpu/x86: Fix various issues detected by checkpatch.plLee Leahy2017-03-161-1/+1
* src/cpu/x86: Update/Add license headers to all filesMartin Roth2017-02-221-2/+13
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-2/+2
* cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always falseEdward O'Callaghan2014-06-291-1/+1
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-1/+1
* Revert "Use broadcast SIPI to startup siblings"Sven Schnelle2012-07-311-12/+0
* Use broadcast SIPI to startup siblingsSven Schnelle2012-07-021-0/+12
* drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not neededStefan Reinauer2012-03-301-1/+1
* Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial.Myles Watson2010-10-201-17/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-1/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-6/+6
* This now builds. Ronald G. Minnich2009-08-121-0/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-1/+1
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-301-3/+3
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1MYinghai Lu2005-12-141-0/+22
* - Fix bug with > 4GB of memory where PAE was left enabled.Eric Biederman2004-10-191-0/+1
* - Add new cvs code to cvsEric Biederman2004-10-142-0/+95