Ron,
authorJon Harrison <bothlyn@blueyonder.co.uk>
Wed, 1 Jul 2009 10:57:25 +0000 (10:57 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Wed, 1 Jul 2009 10:57:25 +0000 (10:57 +0000)
commitcfb9cd2f8ab545296f94cbc0580d0a9ae73efc06
tree42646b998067600f07518b5dde4a8222aaf32127
parentdb8b4114ff73cc002bb4e15fd9e8f2fc012cf39e
Ron,

Attached is the third revision of the CN400/EPIA-N(L) patch for CB V2.

Patch should work against r4381 (or later ?)

This version now boots all of the way through to attempting to launch a
payload (I'm trying FILO right now), where it falls over with exception
6 (invalid opcode)

The coreboot_table issue seems to have been automagically resolved by
the latest core files.

It may still be that the reason for the payload not starting is down to
some issue with the tables initialising, I'll look closer at that.

Signed-off-by: Jon Harrison <bothlyn@blueyonder.co.uk>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4386 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
26 files changed:
src/config/Options.lb
src/mainboard/via/epia-n/Config.lb [new file with mode: 0644]
src/mainboard/via/epia-n/Options.lb [new file with mode: 0644]
src/mainboard/via/epia-n/acpi_tables.c [new file with mode: 0644]
src/mainboard/via/epia-n/auto.c [new file with mode: 0644]
src/mainboard/via/epia-n/chip.h [new file with mode: 0644]
src/mainboard/via/epia-n/cmos.layout [new file with mode: 0644]
src/mainboard/via/epia-n/dsdt.asl [new file with mode: 0644]
src/mainboard/via/epia-n/dsdt.c [new file with mode: 0644]
src/mainboard/via/epia-n/fadt.c [new file with mode: 0644]
src/mainboard/via/epia-n/failover.c [new file with mode: 0644]
src/mainboard/via/epia-n/irq_tables.c [new file with mode: 0644]
src/mainboard/via/epia-n/mainboard.c [new file with mode: 0644]
src/northbridge/via/cn400/Config.lb [new file with mode: 0644]
src/northbridge/via/cn400/agp.c [new file with mode: 0644]
src/northbridge/via/cn400/chip.h [new file with mode: 0644]
src/northbridge/via/cn400/cn400.h [new file with mode: 0644]
src/northbridge/via/cn400/northbridge.c [new file with mode: 0644]
src/northbridge/via/cn400/northbridge.h [new file with mode: 0644]
src/northbridge/via/cn400/raminit.c [new file with mode: 0644]
src/northbridge/via/cn400/raminit.h [new file with mode: 0644]
src/northbridge/via/cn400/vga.c [new file with mode: 0644]
src/northbridge/via/cn400/vgabios.c [new file with mode: 0644]
src/northbridge/via/cn400/vgachip.h [new file with mode: 0644]
targets/via/epia-n/Config-abuild.lb [new file with mode: 0644]
targets/via/epia-n/Config.lb [new file with mode: 0644]