commit | c14a3669b22d3e430b416cdee92b751f13697a1f | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Apr 24 00:05:43 2010 +1000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 06 00:15:43 2010 +0200 |
tree | e3f4618a7f39951848f123dd717533d77ae5eec6 | |
parent | 077e1958ca4afe12d88043b123ded058c51b89f7 [diff] |
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: Graeme Russ <graeme.russ@gmail.com>