-
- Downloads
x86: chromebook_link: Implement CAR support (cache as RAM)
Add support for CAR so that we have memory to use prior to DRAM init.
On link there is a total of 128KB of CAR available, although some is
used for the memory reference code.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/Kconfig 16 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/cpu/ivybridge/car.S 160 additions, 2 deletionsarch/x86/cpu/ivybridge/car.S
- arch/x86/cpu/ivybridge/cpu.c 2 additions, 0 deletionsarch/x86/cpu/ivybridge/cpu.c
- arch/x86/include/asm/mtrr.h 121 additions, 0 deletionsarch/x86/include/asm/mtrr.h
- arch/x86/include/asm/post.h 12 additions, 1 deletionarch/x86/include/asm/post.h
- board/google/chromebook_link/Kconfig 12 additions, 0 deletionsboard/google/chromebook_link/Kconfig
Loading
Please register or sign in to comment