aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/abm/Kconfig
diff options
context:
space:
mode:
authorDave Frodin <dave.frodin@se-eng.com>2014-06-05 11:49:04 -0600
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-01-05 17:02:36 +0100
commit83405a1241f4b8f516f687bd00f8ea981f7c7d87 (patch)
tree8432ec886158d7d5941128094c6208136f23381d /src/mainboard/hp/abm/Kconfig
parente75deb69cc9678248f2b3ad73bc75b5d5d164842 (diff)
hp/abm: Add new mainboard
The hp/abm board is used in network/server applications. Notes: - The hp/abm board is headless and therefore does not define CONFIG_GFXUMA, and does not require a video bios. - The micro USB connector on the board edge is connected to COM4 (i.e. I/O=2E8h). Coreboot needs to be configured to use Index=3. - If you are using SeaBIOS it would also need to be configured to use the UART at I/O=2E8h. - This board has been tested with headless installed versions of Ubuntu 12.10 and Fedora 19. Change-Id: I60bde98411c40a184c8d053199bac8d04df8ab07 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6116 Tested-by: build bot (Jenkins) Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Diffstat (limited to 'src/mainboard/hp/abm/Kconfig')
-rw-r--r--src/mainboard/hp/abm/Kconfig31
1 files changed, 9 insertions, 22 deletions
diff --git a/src/mainboard/hp/abm/Kconfig b/src/mainboard/hp/abm/Kconfig
index f88ce040f0..83ce7a8a16 100644
--- a/src/mainboard/hp/abm/Kconfig
+++ b/src/mainboard/hp/abm/Kconfig
@@ -1,7 +1,8 @@
#
# This file is part of the coreboot project.
#
-# Copyright (C) 2012 Advanced Micro Devices, Inc.
+# Copyright (C) 2012-2014 Advanced Micro Devices, Inc.
+# Copyright (C) 2014 Sage Electronic Engineering, LLC
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,29 +18,27 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-if BOARD_ASROCK_IMB_A180
+if BOARD_HP_ABM
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select CPU_AMD_AGESA_FAMILY16_KB
select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
select SOUTHBRIDGE_AMD_AGESA_YANGTZE
- select SUPERIO_WINBOND_W83627UHG
+ select SUPERIO_NUVOTON_NCT5104D
select HAVE_OPTION_TABLE
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
- select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
- select BOARD_ROMSIZE_KB_4096
- select GFXUMA
+ select BOARD_ROMSIZE_KB_8192
config MAINBOARD_DIR
string
- default asrock/imb-a180
+ default hp/abm
config MAINBOARD_PART_NUMBER
string
- default "IMB-A180"
+ default "ABM"
config HW_MEM_HOLE_SIZEK
hex
@@ -57,20 +56,8 @@ config IRQ_SLOT_COUNT
int
default 11
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
config HUDSON_LEGACY_FREE
bool
- default y
-
-# bit 1,0 - pin 0
-# bit 3,2 - pin 1
-# bit 5,4 - pin 2
-# bit 7,6 - pin 3
-config AZ_PIN
- hex
- default 0x2
+ default n
-endif # BOARD_ASROCK_IMB_A180
+endif # BOARD_HP_ABM