On Mon, Oct 12, 2009 at 11:54 AM, Myles Watson mylesgw@gmail.com wrote:
The big_bootblock patch fixes building but breaks booting. It is only for seeing what needs to be fixed with fam10 boards.
fam10.diff makes serengeti_cheetah_fam10 build with a broken bootblock, and updates lots of Kconfig variables.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks Myles, I was just getting interested in Fam10 stuff again. I had two issues using the patches
I get this on a make config
src/mainboard/msi/ms7135/Kconfig:56:warning: type of 'MEM_TRAIN_SEQ' redefined from 'integer' to 'boolean'
I tried building and get an ACPI build error.
/home/marc/svn/coreboot-v2/build/coreboot_ram.o: In function `write_acpi_tables': (.text+0xc3f4): undefined reference to `AmlCode_ssdt3' /home/marc/svn/coreboot-v2/build/coreboot_ram.o: In function `write_acpi_tables': (.text+0xc401): undefined reference to `AmlCode_ssdt4' /home/marc/svn/coreboot-v2/build/coreboot_ram.o: In function `write_acpi_tables': (.text+0xc409): undefined reference to `AmlCode_ssdt5' /home/marc/svn/coreboot-v2/build/coreboot_ram.o: In function `write_acpi_tables': (.text+0xc410): undefined reference to `AmlCode_ssdt2' collect2: ld returned 1 exit status
Marc