Changeset 5082


Ignore:
Timestamp:
Feb 4, 2010 2:32:43 AM (3 years ago)
Author:
stepan
Message:

Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.
This automatically adds the settings for those boards that didn't have settings
at all yet. Also, small fixup to compareboard.

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Stefan Reinauer <stepan@…>

--> Please help porting all boards from newconfig to Kconfig <--

This is a lot of janitor work and we can use your helping hands.
The sooner we can get rid of Kbuild, the better. The KBuild report
on the mailing list shows the config differences between newconfig
and Kconfig. In theory, all Kconfig configs should be equal to their
newconfig pendant. In practice it's better to come close but stay
clean.

--> Please help porting all boards from newconfig to Kconfig <--

Location:
trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cpu/amd/model_gx1/Kconfig

    r4753 r5082  
    2222        bool 
    2323 
     24config DCACHE_RAM_BASE 
     25        hex 
     26        default 0xc0000 
     27        depends on CPU_AMD_GX1 
     28 
     29config DCACHE_RAM_SIZE 
     30        hex 
     31        default 0x01000 
     32        depends on CPU_AMD_GX1 
     33 
  • trunk/src/cpu/amd/model_gx2/Kconfig

    r4753 r5082  
     1## 
     2## This file is part of the coreboot project. 
     3## 
     4## Copyright (C) 2010 coresystems GmbH 
     5## 
     6## This program is free software; you can redistribute it and/or modify 
     7## it under the terms of the GNU General Public License as published by 
     8## the Free Software Foundation; version 2 of the License. 
     9## 
     10## This program is distributed in the hope that it will be useful, 
     11## but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13## GNU General Public License for more details. 
     14## 
     15## You should have received a copy of the GNU General Public License 
     16## along with this program; if not, write to the Free Software 
     17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA 
     18## 
     19 
    120config CPU_AMD_GX2 
    221        bool 
     22 
     23config DCACHE_RAM_BASE 
     24        hex 
     25        default 0xc0000 
     26        depends on CPU_AMD_GX2 
     27 
     28config DCACHE_RAM_SIZE 
     29        hex 
     30        default 0x01000 
     31        depends on CPU_AMD_GX2 
     32 
  • trunk/src/cpu/amd/model_lx/Kconfig

    r4753 r5082  
    22        bool 
    33 
     4config DCACHE_RAM_BASE 
     5        hex 
     6        default 0xc8000 
     7        depends on CPU_AMD_LX 
     8 
     9config DCACHE_RAM_SIZE 
     10        hex 
     11        default 0x8000 
     12        depends on CPU_AMD_LX 
     13 
  • trunk/src/cpu/intel/slot_2/Kconfig

    r4753 r5082  
    2222        bool 
    2323 
     24config DCACHE_RAM_BASE 
     25        hex 
     26        default 0xc0000 
     27        depends on CPU_INTEL_SLOT_2 
     28 
     29config DCACHE_RAM_SIZE 
     30        hex 
     31        default 0x01000 
     32        depends on CPU_INTEL_SLOT2 
     33 
  • trunk/src/mainboard/amd/db800/Kconfig

    r5052 r5082  
    3333        depends on BOARD_AMD_DB800 
    3434 
    35 config DCACHE_RAM_BASE 
    36         hex 
    37         default 0xc8000 
    38         depends on BOARD_AMD_DB800 
    39  
    40 config DCACHE_RAM_SIZE 
    41         hex 
    42         default 0x8000 
    43         depends on BOARD_AMD_DB800 
    44  
    4535config RAMBASE 
    4636        hex 
  • trunk/src/mainboard/amd/norwich/Kconfig

    r5051 r5082  
    3232        depends on BOARD_AMD_NORWICH 
    3333 
    34 config DCACHE_RAM_BASE 
    35         hex 
    36         default 0xc8000 
    37         depends on BOARD_AMD_NORWICH 
    38  
    39 config DCACHE_RAM_SIZE 
    40         hex 
    41         default 0x8000 
    42         depends on BOARD_AMD_NORWICH 
    43  
    4434config RAMBASE 
    4535        hex 
  • trunk/src/mainboard/artecgroup/dbe61/Kconfig

    r5051 r5082  
    3232        depends on BOARD_ARTECGROUP_DBE61 
    3333 
    34 config DCACHE_RAM_BASE 
    35         hex 
    36         default 0xc8000 
    37         depends on BOARD_ARTECGROUP_DBE61 
    38  
    39 config DCACHE_RAM_SIZE 
    40         hex 
    41         default 0x8000 
    42         depends on BOARD_ARTECGROUP_DBE61 
    43  
    4434config RAMBASE 
    4535        hex 
  • trunk/src/mainboard/digitallogic/msm800sev/Kconfig

    r5052 r5082  
    3333        depends on BOARD_DIGITALLOGIC_MSM800SEV 
    3434 
    35 config DCACHE_RAM_BASE 
    36         hex 
    37         default 0xc8000 
    38         depends on BOARD_DIGITALLOGIC_MSM800SEV 
    39  
    40 config DCACHE_RAM_SIZE 
    41         hex 
    42         default 0x8000 
    43         depends on BOARD_DIGITALLOGIC_MSM800SEV 
    44  
    4535config RAMBASE 
    4636        hex 
  • trunk/src/mainboard/iei/pcisa-lx-800-r10/Kconfig

    r5054 r5082  
    3232        depends on BOARD_IEI_PCISA_LX_800_R10 
    3333 
    34 config DCACHE_RAM_BASE 
    35         hex 
    36         default 0xc8000 
    37         depends on BOARD_IEI_PCISA_LX_800_R10 
    38  
    39 config DCACHE_RAM_SIZE 
    40         hex 
    41         default 0x8000 
    42         depends on BOARD_IEI_PCISA_LX_800_R10 
    43  
    4434config RAMBASE 
    4535        hex 
  • trunk/src/mainboard/lippert/roadrunner-lx/Kconfig

    r5051 r5082  
    3333        depends on BOARD_LIPPERT_ROADRUNNER_LX 
    3434 
    35 config DCACHE_RAM_BASE 
    36         hex 
    37         default 0xc8000 
    38         depends on BOARD_LIPPERT_ROADRUNNER_LX 
    39  
    40 config DCACHE_RAM_SIZE 
    41         hex 
    42         default 0x8000 
    43         depends on BOARD_LIPPERT_ROADRUNNER_LX 
    44  
    4535config RAMBASE 
    4636        hex 
  • trunk/src/mainboard/lippert/spacerunner-lx/Kconfig

    r5051 r5082  
    3333        depends on BOARD_LIPPERT_SPACERUNNER_LX 
    3434 
    35 config DCACHE_RAM_BASE 
    36         hex 
    37         default 0xc8000 
    38         depends on BOARD_LIPPERT_SPACERUNNER_LX 
    39  
    40 config DCACHE_RAM_SIZE 
    41         hex 
    42         default 0x8000 
    43         depends on BOARD_LIPPERT_SPACERUNNER_LX 
    44  
    4535config RAMBASE 
    4636        hex 
  • trunk/src/mainboard/pcengines/alix1c/Kconfig

    r5051 r5082  
    3333        depends on BOARD_PCENGINES_ALIX1C 
    3434 
    35 config DCACHE_RAM_BASE 
    36         hex 
    37         default 0xc8000 
    38         depends on BOARD_PCENGINES_ALIX1C 
    39  
    40 config DCACHE_RAM_SIZE 
    41         hex 
    42         default 0x8000 
    43         depends on BOARD_PCENGINES_ALIX1C 
    44  
    4535config RAMBASE 
    4636        hex 
  • trunk/util/compareboard/compareboard

    r5071 r5082  
    5757sed \ 
    5858        -e "/^CONFIG_CONSOLE_/ d" \ 
     59        -e "/^CONFIG_MAXIMUM_CONSOLE_LOGLEVEL/ d" \ 
     60        -e "/^CONFIG_DEFAULT_CONSOLE_LOGLEVEL/ d" \ 
    5961        -e "/^CONFIG_RESET_/ d" \ 
    6062        -e "/^CONFIG_XIP_ROM_/ d" \ 
     
    7880        -e "/^CONFIG_GDB_STUB / d" \ 
    7981        -e "/^CONFIG_VIDEO_MB / d" \ 
    80         -e "/^CONFIG_IOAPIC / d" \ 
    8182        -e "/^CONFIG_HAVE_MOVNTI / d" \ 
    8283        -e "/^CONFIG_PCIE_CONFIGSPACE_HOLE / d" \ 
Note: See TracChangeset for help on using the changeset viewer.