Hi,
attached patch does: - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively - set them to span the last 64k, instead of the last 128k by default - fixes via CAR for tiny bootblock - enabled tiny bootblock for via/vt8454c
Other C7 based boards should be simple to adapt, too. They will however require some refactoring if ROM mappings must be configured.
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
On Fri, Apr 09, 2010 at 11:43:03PM +0200, Patrick Georgi wrote:
Hi,
attached patch does:
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
- set them to span the last 64k, instead of the last 128k by default
- fixes via CAR for tiny bootblock
- enabled tiny bootblock for via/vt8454c
Other C7 based boards should be simple to adapt, too. They will however require some refactoring if ROM mappings must be configured.
Looks correct to me. (If I'm allowed to ack, then I ack.)
-Kevin
On Fri, Apr 09, 2010 at 11:43:03PM +0200, Patrick Georgi wrote:
Hi,
attached patch does:
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
- set them to span the last 64k, instead of the last 128k by default
- fixes via CAR for tiny bootblock
- enabled tiny bootblock for via/vt8454c
Other C7 based boards should be simple to adapt, too. They will however require some refactoring if ROM mappings must be configured.
Looks correct to me. (If I'm allowed to ack, then I ack.)
Yes, of course you are!
me too.
Acked-by: Stefan Reinauer stepan@coresystems.de