-
- Downloads
x86: Permit bootstage and timer data to be used prior to relocation
It is useful to be able to access the timer before U-Boot has relocated
so that we can fully support bootstage.
Add new global_data members to support this.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/cpu/coreboot/coreboot.c 6 additions, 9 deletionsarch/x86/cpu/coreboot/coreboot.c
- arch/x86/cpu/interrupts.c 3 additions, 4 deletionsarch/x86/cpu/interrupts.c
- arch/x86/include/asm/global_data.h 3 additions, 0 deletionsarch/x86/include/asm/global_data.h
- arch/x86/lib/timer.c 4 additions, 5 deletionsarch/x86/lib/timer.c
Loading
Please register or sign in to comment