coreboot/northbridge/amd/geodelx
Carl-Daniel Hailfinger f1321e1ded Move GeodeLX register name array to .rodata and make my checker happy.
This one is far from obvious, so let me explain:
Basically, *msrnames[] is an array of pointers (strings) and pointers
need relocation. That's why they end up in .data.rel.ro.local and make
lots of trouble.
This should fix the crash Ron was seeing when register name printing was
enabled.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@793 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-08-21 17:34:06 +00:00
..
apic This started out as a trivial change and turned into a big change. This 2008-02-16 04:13:44 +00:00
domain Cosmetic fixes, coding style issues, added comments (trivial). 2008-03-13 14:16:38 +00:00
geodelink.h Cosmetic fixes, coding style issues, added comments (trivial). 2008-03-13 14:16:38 +00:00
geodelx.c The named unions in the device tree code are obnoxious and degrade 2008-08-10 00:20:24 +00:00
geodelxinit.c Fix GeodeLX init variables in stage1 to be const. Real global 2008-08-20 15:10:23 +00:00
grphinit.c Cosmetic fixes, coding style issues, added comments (trivial). 2008-03-13 14:16:38 +00:00
Makefile Convert stage2 and initram makefile rules from object to source files. 2008-08-02 20:56:11 +00:00
pci Fix Geode graphics init. The functions to enable graphics were misplaced 2008-02-23 16:31:50 +00:00
raminit.c Move GeodeLX register name array to .rodata and make my checker happy. 2008-08-21 17:34:06 +00:00
raminit.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
vsmsetup.c Cosmetic fixes, coding style issues, added comments (trivial). 2008-03-13 14:16:38 +00:00