Author: myles Date: Tue Sep 28 18:16:58 2010 New Revision: 5875 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5875
Log: Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. Signed-off-by: Myles Watson <[email protected]> Acked-by: Myles Watson <[email protected]> Modified: trunk/src/mainboard/amd/dbm690t/Kconfig trunk/src/mainboard/amd/mahogany/Kconfig trunk/src/mainboard/amd/mahogany_fam10/Kconfig trunk/src/mainboard/amd/pistachio/Kconfig trunk/src/mainboard/amd/serengeti_cheetah/Kconfig trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig trunk/src/mainboard/amd/tilapia_fam10/Kconfig trunk/src/mainboard/arima/hdama/Kconfig trunk/src/mainboard/asrock/939a785gmh/Kconfig trunk/src/mainboard/asus/a8n_e/Kconfig trunk/src/mainboard/asus/m4a785-m/Kconfig trunk/src/mainboard/broadcom/blast/Kconfig trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig trunk/src/mainboard/gigabyte/m57sli/Kconfig trunk/src/mainboard/gigabyte/ma785gmt/Kconfig trunk/src/mainboard/gigabyte/ma78gm/Kconfig trunk/src/mainboard/hp/dl145_g1/Kconfig trunk/src/mainboard/hp/dl145_g3/Kconfig trunk/src/mainboard/hp/dl165_g6_fam10/Kconfig trunk/src/mainboard/ibm/e325/Kconfig trunk/src/mainboard/ibm/e326/Kconfig trunk/src/mainboard/iei/kino-780am2-fam10/Kconfig trunk/src/mainboard/iwill/dk8_htx/Kconfig trunk/src/mainboard/iwill/dk8s2/Kconfig trunk/src/mainboard/iwill/dk8x/Kconfig trunk/src/mainboard/jetway/pa78vm5/Kconfig trunk/src/mainboard/kontron/kt690/Kconfig trunk/src/mainboard/msi/ms7135/Kconfig trunk/src/mainboard/msi/ms7260/Kconfig trunk/src/mainboard/msi/ms9185/Kconfig trunk/src/mainboard/msi/ms9282/Kconfig trunk/src/mainboard/msi/ms9652_fam10/Kconfig trunk/src/mainboard/newisys/khepri/Kconfig trunk/src/mainboard/nvidia/l1_2pvv/Kconfig trunk/src/mainboard/sunw/ultra40/Kconfig trunk/src/mainboard/supermicro/h8dme/Kconfig trunk/src/mainboard/supermicro/h8dmr/Kconfig trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig trunk/src/mainboard/technexion/tim5690/Kconfig trunk/src/mainboard/technexion/tim8690/Kconfig trunk/src/mainboard/tyan/s2850/Kconfig trunk/src/mainboard/tyan/s2875/Kconfig trunk/src/mainboard/tyan/s2880/Kconfig trunk/src/mainboard/tyan/s2881/Kconfig trunk/src/mainboard/tyan/s2882/Kconfig trunk/src/mainboard/tyan/s2885/Kconfig trunk/src/mainboard/tyan/s2891/Kconfig trunk/src/mainboard/tyan/s2892/Kconfig trunk/src/mainboard/tyan/s2895/Kconfig trunk/src/mainboard/tyan/s2912/Kconfig trunk/src/mainboard/tyan/s2912_fam10/Kconfig trunk/src/mainboard/tyan/s4880/Kconfig trunk/src/mainboard/tyan/s4882/Kconfig Modified: trunk/src/mainboard/amd/dbm690t/Kconfig ============================================================================== --- trunk/src/mainboard/amd/dbm690t/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/dbm690t/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -45,10 +45,6 @@ string default "DBM690T" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -57,10 +53,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/amd/mahogany/Kconfig ============================================================================== --- trunk/src/mainboard/amd/mahogany/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/mahogany/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -48,10 +48,6 @@ string default "MAHOGANY" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -60,10 +56,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/amd/mahogany_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/amd/mahogany_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/mahogany_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ string default "Mahogany (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/amd/pistachio/Kconfig ============================================================================== --- trunk/src/mainboard/amd/pistachio/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/pistachio/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -45,10 +45,6 @@ string default "Pistachio" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -57,10 +53,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/amd/serengeti_cheetah/Kconfig ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/serengeti_cheetah/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -49,10 +49,6 @@ string default "Serengeti Cheetah" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -61,10 +57,6 @@ int default 4 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 1 Modified: trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -38,10 +38,6 @@ string default "Serengeti Cheetah (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - # 6 * MAX_PHYSICAL_CPUS config MAX_CPUS int @@ -51,10 +47,6 @@ int default 8 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/amd/tilapia_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/amd/tilapia_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/amd/tilapia_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ string default "Tilapia (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/arima/hdama/Kconfig ============================================================================== --- trunk/src/mainboard/arima/hdama/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/arima/hdama/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -49,10 +49,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/asrock/939a785gmh/Kconfig ============================================================================== --- trunk/src/mainboard/asrock/939a785gmh/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/asrock/939a785gmh/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -48,10 +48,6 @@ string default "939A785GMH" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -60,10 +56,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/asus/a8n_e/Kconfig ============================================================================== --- trunk/src/mainboard/asus/a8n_e/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/asus/a8n_e/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -44,10 +44,6 @@ string default "A8N-E" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 Modified: trunk/src/mainboard/asus/m4a785-m/Kconfig ============================================================================== --- trunk/src/mainboard/asus/m4a785-m/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/asus/m4a785-m/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -39,10 +39,6 @@ string default "M4A785-M" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -51,10 +47,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/broadcom/blast/Kconfig ============================================================================== --- trunk/src/mainboard/broadcom/blast/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/broadcom/blast/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -46,10 +46,6 @@ string default "Blast" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -54,10 +54,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -66,10 +62,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 Modified: trunk/src/mainboard/gigabyte/m57sli/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/m57sli/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/gigabyte/m57sli/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -57,10 +57,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -69,10 +65,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 Modified: trunk/src/mainboard/gigabyte/ma785gmt/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/ma785gmt/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/gigabyte/ma785gmt/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ string default "Gigabyte GA785GMT" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/gigabyte/ma78gm/Kconfig ============================================================================== --- trunk/src/mainboard/gigabyte/ma78gm/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/gigabyte/ma78gm/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ string default "GIGABYTE MA78GM" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/hp/dl145_g1/Kconfig ============================================================================== --- trunk/src/mainboard/hp/dl145_g1/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/hp/dl145_g1/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -41,10 +41,6 @@ hex default 0x7460 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -53,10 +49,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x1 Modified: trunk/src/mainboard/hp/dl145_g3/Kconfig ============================================================================== --- trunk/src/mainboard/hp/dl145_g3/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/hp/dl145_g3/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -49,10 +49,6 @@ string default "ProLiant DL145 G3" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/hp/dl165_g6_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/hp/dl165_g6_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/hp/dl165_g6_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -51,10 +51,6 @@ string default "ProLiant DL165 G6 (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 12 Modified: trunk/src/mainboard/ibm/e325/Kconfig ============================================================================== --- trunk/src/mainboard/ibm/e325/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/ibm/e325/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -42,10 +42,6 @@ string default "eServer 325" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 1 @@ -54,10 +50,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 0 Modified: trunk/src/mainboard/ibm/e326/Kconfig ============================================================================== --- trunk/src/mainboard/ibm/e326/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/ibm/e326/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -42,10 +42,6 @@ string default "eServer 326" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -54,10 +50,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 0 Modified: trunk/src/mainboard/iei/kino-780am2-fam10/Kconfig ============================================================================== --- trunk/src/mainboard/iei/kino-780am2-fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/iei/kino-780am2-fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ string default "Kino-780AM2(Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/iwill/dk8_htx/Kconfig ============================================================================== --- trunk/src/mainboard/iwill/dk8_htx/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/iwill/dk8_htx/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -46,10 +46,6 @@ string default "DK8-HTX" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -58,10 +54,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 2 Modified: trunk/src/mainboard/iwill/dk8s2/Kconfig ============================================================================== --- trunk/src/mainboard/iwill/dk8s2/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/iwill/dk8s2/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -43,10 +43,6 @@ string default "DK8S2" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -55,10 +51,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 0 Modified: trunk/src/mainboard/iwill/dk8x/Kconfig ============================================================================== --- trunk/src/mainboard/iwill/dk8x/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/iwill/dk8x/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -42,10 +42,6 @@ string default "DK8X" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -54,10 +50,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 0 Modified: trunk/src/mainboard/jetway/pa78vm5/Kconfig ============================================================================== --- trunk/src/mainboard/jetway/pa78vm5/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/jetway/pa78vm5/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ string default "PA78VM5 (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 @@ -52,10 +48,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MEM_TRAIN_SEQ int default 2 Modified: trunk/src/mainboard/kontron/kt690/Kconfig ============================================================================== --- trunk/src/mainboard/kontron/kt690/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/kontron/kt690/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -46,10 +46,6 @@ hex default 0x8000 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -58,10 +54,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/msi/ms7135/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms7135/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/msi/ms7135/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -40,10 +40,6 @@ hex default 0x7135 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -52,10 +48,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0 Modified: trunk/src/mainboard/msi/ms7260/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms7260/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/msi/ms7260/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -55,10 +55,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -67,10 +63,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 Modified: trunk/src/mainboard/msi/ms9185/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms9185/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/msi/ms9185/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -49,10 +49,6 @@ string default "MS-9185" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/msi/ms9282/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms9282/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/msi/ms9282/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -51,10 +51,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -63,10 +59,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 Modified: trunk/src/mainboard/msi/ms9652_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/msi/ms9652_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/msi/ms9652_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -135,14 +135,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x20 Modified: trunk/src/mainboard/newisys/khepri/Kconfig ============================================================================== --- trunk/src/mainboard/newisys/khepri/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/newisys/khepri/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -45,10 +45,6 @@ string default "Khepri" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/nvidia/l1_2pvv/Kconfig ============================================================================== --- trunk/src/mainboard/nvidia/l1_2pvv/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/nvidia/l1_2pvv/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -56,10 +56,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -68,10 +64,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 Modified: trunk/src/mainboard/sunw/ultra40/Kconfig ============================================================================== --- trunk/src/mainboard/sunw/ultra40/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/sunw/ultra40/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -44,10 +44,6 @@ string default "Ultra 40" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/supermicro/h8dme/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dme/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/supermicro/h8dme/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -52,10 +52,6 @@ string default "H8DME-2" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/supermicro/h8dmr/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dmr/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/supermicro/h8dmr/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -51,10 +51,6 @@ string default "H8DMR-i2" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 Modified: trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -65,10 +65,6 @@ string default "H8DMR-i2 (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 Modified: trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -66,10 +66,6 @@ string default "H8QME-2+ (Fam10)" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 16 Modified: trunk/src/mainboard/technexion/tim5690/Kconfig ============================================================================== --- trunk/src/mainboard/technexion/tim5690/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/technexion/tim5690/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -46,10 +46,6 @@ string default "TIM-5690" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -58,10 +54,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/technexion/tim8690/Kconfig ============================================================================== --- trunk/src/mainboard/technexion/tim8690/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/technexion/tim8690/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -45,10 +45,6 @@ string default "TIM-8690" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -57,10 +53,6 @@ int default 1 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config SB_HT_CHAIN_ON_BUS0 int default 1 Modified: trunk/src/mainboard/tyan/s2850/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2850/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2850/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -27,10 +27,6 @@ hex default 0x2850 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 Modified: trunk/src/mainboard/tyan/s2875/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2875/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2875/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -28,10 +28,6 @@ hex default 0x2875 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -40,10 +36,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config IRQ_SLOT_COUNT int default 13 Modified: trunk/src/mainboard/tyan/s2880/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2880/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2880/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -36,10 +36,6 @@ hex default 0x2880 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 2 @@ -48,10 +44,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x1 Modified: trunk/src/mainboard/tyan/s2881/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2881/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2881/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -38,10 +38,6 @@ hex default 0x2881 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -50,10 +46,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0xa Modified: trunk/src/mainboard/tyan/s2882/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2882/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2882/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -37,10 +37,6 @@ hex default 0x2882 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -49,10 +45,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x1 Modified: trunk/src/mainboard/tyan/s2885/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2885/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2885/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -38,10 +38,6 @@ hex default 0x2885 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -50,10 +46,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0xa Modified: trunk/src/mainboard/tyan/s2891/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2891/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2891/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -39,10 +39,6 @@ hex default 0x2891 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -51,10 +47,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0 Modified: trunk/src/mainboard/tyan/s2892/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2892/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2892/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -38,10 +38,6 @@ hex default 0x2892 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -50,10 +46,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0 Modified: trunk/src/mainboard/tyan/s2895/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2895/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2895/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -38,10 +38,6 @@ hex default 0x2895 -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -50,10 +46,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0 Modified: trunk/src/mainboard/tyan/s2912/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2912/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2912/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -56,10 +56,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 @@ -68,10 +64,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x0 Modified: trunk/src/mainboard/tyan/s2912_fam10/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s2912_fam10/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s2912_fam10/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -58,10 +58,6 @@ bool default n -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 12 @@ -70,10 +66,6 @@ int default 2 -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config HT_CHAIN_UNITID_BASE hex default 0x1 Modified: trunk/src/mainboard/tyan/s4880/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s4880/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s4880/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -45,10 +45,6 @@ string default "S4880" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 Modified: trunk/src/mainboard/tyan/s4882/Kconfig ============================================================================== --- trunk/src/mainboard/tyan/s4882/Kconfig Tue Sep 28 06:43:16 2010 (r5874) +++ trunk/src/mainboard/tyan/s4882/Kconfig Tue Sep 28 18:16:58 2010 (r5875) @@ -45,10 +45,6 @@ string default "S4882" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 8 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

