cpu/x86: add pae paging module to all stages
commit7f5e73463882a92b64dc9f3ffd72a3bc0762300c
authorAaron Durbin <adurbin@chromium.org>
Tue, 17 Apr 2018 16:55:14 +0000 (17 10:55 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 23 Apr 2018 09:17:34 +0000 (23 09:17 +0000)
tree0ada2bbbda4c43d792516fb0731981f928a12d6c
parentb5eee682dc770e784f4805cdf9fe9e71447adbe1
cpu/x86: add pae paging module to all stages

In preparation for bringing in paging early always provide the
paging pae module to all stages. Since we cull unused symbols this
is a no-op. Compilation testing will happen all the time since the module
currently doesn't compile without <arch/cpu.h> include.  The current
file is completely guarded with ENV_RAMSTAGE because it's using
cpu_index() which is a ramstage-only construct.

BUG=b:72728953

Change-Id: Ib4310b8206e5247fa220b42203bcd18d522d51ea
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/25712
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
src/cpu/x86/Makefile.inc
src/cpu/x86/pae/Makefile.inc
src/cpu/x86/pae/pgtbl.c