Hello all!
I just would like to inform the list that during the last few days I have commenced the adaption of coreboot to fit the mainboard MS-6147 from MSI. In one of the settings I have tested, the coreboot ROM successfully booted via an IDE-to-CF adapter, into a custom built router (based on Debian Sarge). The test was continued to the point that I used wget to pull into the router a copy of the homepage of Debian GNU/Linux.
As a first contribution, let me mention two suggestion for patches. Best regards for now!
Mats Erik Andersson
Index: src/northbridge/intel/i440bx/raminit.c =================================================================== --- src/northbridge/intel/i440bx/raminit.c (revision 3531) +++ src/northbridge/intel/i440bx/raminit.c (arbetskopia) @@ -282,7 +282,7 @@ * 1 = 2 clocks of RAS# precharge */ SDRAMC + 0, 0x00, 0x00, - SDRAMC + 0, 0x00, 0x00, + SDRAMC + 1, 0x00, 0x00,
/* PGPOL - Paging Policy Register * 0x78 - 0x79 Index: targets/buildtarget =================================================================== --- targets/buildtarget (revision 3531) +++ targets/buildtarget (arbetskopia) @@ -69,7 +69,7 @@
rm -rf .$$.tmp
-if $CC -Wl,--help | grep -q build-id; then +if $CC -Wl,--help 2>&1 | grep -q build-id; then EXTRA_LFLAGS="$EXTRA_LFLAGS -Wl,--build-id=none" fi