Skip to content
Snippets Groups Projects
Commit c14a3669 authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

x86: Move GDT to a safe location in RAM


Currently, the GDT is either located in FLASH or in the non-relocated
U-Boot image in RAM. Both of these locations are unsafe as those
locations can be erased during a U-Boot update. Move the GDT into the
highest available memory location and relocate U-Boot to just below it

Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
parent 077e1958
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment