The attached patch fixes vsmsetup for the AMD GX2 . It was broken at least since rev 4611. This patch is newconfig build and boot tested, it now gives a : VSA2 VR signature verified message.
Signed-off-by: Nils Jacobs njacobs8@hetnet.nl
There is at least one "little" problem with this patch: it breaks KBUILD! After days of searching i could not find the culprit. Maybe someone else can fix that, or at least give me a hint? I also attached the build log.
Thanks,Nils.
Am 13.01.2010 23:16, schrieb Nils:
The attached patch fixes vsmsetup for the AMD GX2 . It was broken at least since rev 4611. This patch is newconfig build and boot tested, it now gives a : VSA2 VR signature verified message.
Signed-off-by: Nils Jacobs njacobs8@hetnet.nl
There is at least one "little" problem with this patch: it breaks KBUILD! After days of searching i could not find the culprit. Maybe someone else can fix that, or at least give me a hint? I also attached the build log.
Try setting RAMBASE to 0x4000 (or whatever the newconfig build uses - very likely something <1MB). The error message looks a lot like that might fix it. We use a default of 1MB with kconfig, and try to get away from the <1MB RAMBASEs (and ideally all non-1MB, but that's another topic)
I'm still looking into the details of the patch, so no Ack by me yet (but no Nack either)
Patrick