v2 has some code which does not like the current state of Kconfig. The list below is a small sample only, it was taken for the Asus M2V-MX SE.
src/northbridge/amd/amdk8/raminit_f.c:1069:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:81:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:94:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:858:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:1705:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:1924:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:2010:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/northbridge/amd/amdk8/raminit_f_dqs.c:2084:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/northbridge/amd/amdk8/raminit_f.c:2883:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/exit_from_self.c:159:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/raminit_f.c:3146:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/raminit_f.c:3178:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/northbridge/amd/amdk8/raminit_f.c:3209:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/sdram/generic_sdram.c:8:5: warning: "CONFIG_USE_INIT" is not defined src/cpu/amd/car/copy_and_run.c:18:5: warning: "CONFIG_AP_CODE_IN_CAR" is not defined src/northbridge/amd/amdk8/northbridge.c:140:5: warning: "CONFIG_SB_HT_CHAIN_ON_BUS0" is not defined src/northbridge/amd/amdk8/northbridge.c:242:5: warning: "CONFIG_SB_HT_CHAIN_ON_BUS0" is not defined src/northbridge/amd/amdk8/northbridge.c:251:5: warning: "CONFIG_SB_HT_CHAIN_ON_BUS0" is not defined src/northbridge/amd/amdk8/northbridge.c:478:5: warning: "CONFIG_CONSOLE_VGA_MULTI" is not defined src/northbridge/amd/amdk8/northbridge.c:491:5: warning: "CONFIG_CONSOLE_VGA_MULTI" is not defined src/northbridge/amd/amdk8/northbridge.c:639:5: warning: "CONFIG_PCI_64BIT_PREF_MEM" is not defined src/northbridge/amd/amdk8/northbridge.c:687:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/northbridge.c:846:5: warning: "CONFIG_PCI_64BIT_PREF_MEM" is not defined src/northbridge/amd/amdk8/northbridge.c:853:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/northbridge.c:863:5: warning: "CONFIG_PCI_64BIT_PREF_MEM" is not defined src/northbridge/amd/amdk8/northbridge.c:931:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/northbridge/amd/amdk8/northbridge.c:1027:9: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/cpu/amd/model_fxx/model_fxx_init.c:35:5: warning: "CONFIG_MEM_TRAIN_SEQ" is not defined src/cpu/amd/model_fxx/model_fxx_init.c:292:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/cpu/amd/model_fxx/model_fxx_init.c:325:5: warning: "CONFIG_HW_MEM_HOLE_SIZEK" is not defined src/include/part/watchdog.h:4:5: warning: "CONFIG_USE_WATCHDOG_ON_BOOT" is not defined src/console/console.c:78:5: warning: "CONFIG_SERIAL_POST" is not defined src/devices/device.c:533:5: warning: "CONFIG_PCI_64BIT_PREF_MEM" is not defined src/devices/pci_device.c:38:5: warning: "CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:41:5: warning: "CONFIG_PCIX_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:44:5: warning: "CONFIG_PCIEXP_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:47:5: warning: "CONFIG_AGP_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:50:5: warning: "CONFIG_CARDBUS_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:747:5: warning: "CONFIG_PCIX_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:754:5: warning: "CONFIG_AGP_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:757:5: warning: "CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:770:5: warning: "CONFIG_PCIEXP_PLUGIN_SUPPORT" is not defined src/devices/pci_device.c:834:5: warning: "CONFIG_CARDBUS_PLUGIN_SUPPORT" is not defined src/cpu/x86/tsc/delay_tsc.c:10:6: warning: "CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2" is not defined src/cpu/x86/mtrr/mtrr.c:421:6: warning: "CONFIG_GFXUMA" is not defined src/cpu/x86/lapic/lapic_cpu_init.c:451:5: warning: "CONFIG_WAIT_BEFORE_CPUS_INIT" is not defined
Any fixes (which still work with the old config style) appreciated. We may have to change Kconfig for this.
Regards, Carl-Daniel
I have a patch submitted that is the start of fixing these problems, awaiting an ACK. It also begins putting those configure variables in places other than the mainboard Kconfig files.
We'll get there. :-)
ron