summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0025-mainboard-asus-kgpe-d16-Use-W83667HG-A-SuperIO-inste.patch
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0025-mainboard-asus-kgpe-d16-Use-W83667HG-A-SuperIO-inste.patch')
-rw-r--r--resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0025-mainboard-asus-kgpe-d16-Use-W83667HG-A-SuperIO-inste.patch109
1 files changed, 0 insertions, 109 deletions
diff --git a/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0025-mainboard-asus-kgpe-d16-Use-W83667HG-A-SuperIO-inste.patch b/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0025-mainboard-asus-kgpe-d16-Use-W83667HG-A-SuperIO-inste.patch
deleted file mode 100644
index ea534fa..0000000
--- a/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0025-mainboard-asus-kgpe-d16-Use-W83667HG-A-SuperIO-inste.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 35727a48c8a48f0cc1bbf8c95dd9d0d3fdafa6d9 Mon Sep 17 00:00:00 2001
-From: Timothy Pearson <tpearson@raptorengineeringinc.com>
-Date: Tue, 24 Nov 2015 14:11:57 -0600
-Subject: [PATCH 25/45] mainboard/asus/kgpe-d16: Use W83667HG-A SuperIO instead
- of NCT5572D
-
-Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
----
- src/mainboard/asus/kgpe-d16/Kconfig | 2 +-
- src/mainboard/asus/kgpe-d16/devicetree.cb | 16 +++++++++-------
- src/mainboard/asus/kgpe-d16/romstage.c | 8 ++++----
- 3 files changed, 14 insertions(+), 12 deletions(-)
-
-diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig
-index f394ca9..23c91f0 100644
---- a/src/mainboard/asus/kgpe-d16/Kconfig
-+++ b/src/mainboard/asus/kgpe-d16/Kconfig
-@@ -12,7 +12,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
- select SOUTHBRIDGE_AMD_SB700
- select SOUTHBRIDGE_AMD_SB700_DISABLE_ISA_DMA
- select SOUTHBRIDGE_AMD_SUBTYPE_SP5100
-- select SUPERIO_NUVOTON_NCT5572D
-+ select SUPERIO_WINBOND_W83667HG_A
- select PARALLEL_CPU_INIT
- select HAVE_ROMSTAGE_CONSOLE_SPINLOCK
- select HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK
-diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb
-index 96372f9..8d64ac7 100644
---- a/src/mainboard/asus/kgpe-d16/devicetree.cb
-+++ b/src/mainboard/asus/kgpe-d16/devicetree.cb
-@@ -177,24 +177,27 @@ chip northbridge/amd/amdfam10/root_complex # Root complex
- device pci 14.1 on end # IDE 0x439c
- device pci 14.2 on end # HDA 0x4383 (ASUS MIO add-on card)
- device pci 14.3 on # LPC 0x439d (SMBUS primary controller)
-- chip superio/nuvoton/nct5572d # Super I/O
-+ chip superio/winbond/w83667hg-a # Super I/O
- device pnp 2e.0 off end # FDC; Not available on the KGPE-D16
- device pnp 2e.1 off end # LPT1; Not available on the KGPE-D16
- device pnp 2e.2 on # Com1
- io 0x60 = 0x3f8
- irq 0x70 = 4
- end
-- device pnp 2e.3 off end # IR: Not available on the KGPE-D16
-+ device pnp 2e.3 on # Com2
-+ io 0x60 = 0x2f8
-+ irq 0x70 = 3
-+ end
- device pnp 2e.5 on # PS/2 keyboard & mouse
- io 0x60 = 0x60
- io 0x62 = 0x64
- irq 0x70 = 1
- irq 0x72 = 12
- end
-- device pnp 2e.6 off end # CIR: Not available on the KGPE-D16
-- device pnp 2e.7 off end # GIPO689
-+ device pnp 2e.6 off end # SPI: Not available on the KGPE-D16
-+ device pnp 2e.7 off end # GIPO6789
- device pnp 2e.8 off end # WDT
-- device pnp 2e.9 off end # GPIO235
-+ device pnp 2e.9 off end # GPIO2345
- device pnp 2e.a on end # ACPI
- device pnp 2e.b on # HW Monitor
- io 0x60 = 0x290
-@@ -202,8 +205,7 @@ chip northbridge/amd/amdfam10/root_complex # Root complex
- irq 0x70 = 5
- end
- device pnp 2e.c off end # PECI
-- device pnp 2e.d off end # SUSLED
-- device pnp 2e.e off end # CIRWKUP
-+ device pnp 2e.d off end # VID_BUSSEL
- device pnp 2e.f off end # GPIO_PP_OD
- end
- end
-diff --git a/src/mainboard/asus/kgpe-d16/romstage.c b/src/mainboard/asus/kgpe-d16/romstage.c
-index 20ba6f2..6fb7668 100644
---- a/src/mainboard/asus/kgpe-d16/romstage.c
-+++ b/src/mainboard/asus/kgpe-d16/romstage.c
-@@ -35,8 +35,8 @@
- #include "lib/delay.c"
- #include <cpu/x86/lapic.h>
- #include "northbridge/amd/amdfam10/reset_test.c"
--#include <superio/nuvoton/common/nuvoton.h>
--#include <superio/nuvoton/nct5572d/nct5572d.h>
-+#include <superio/winbond/common/winbond.h>
-+#include <superio/winbond/w83667hg-a/w83667hg-a.h>
- #include <cpu/x86/bist.h>
- #include <smp/spinlock.h>
- // #include "northbridge/amd/amdk8/incoherent_ht.c"
-@@ -46,7 +46,7 @@
- #include "northbridge/amd/amdfam10/debug.c"
- #include "northbridge/amd/amdfam10/setup_resource_map.c"
-
--#define SERIAL_DEV PNP_DEV(0x2e, NCT5572D_SP1)
-+#define SERIAL_DEV PNP_DEV(0x2e, W83667HG_A_SP1)
-
- static void activate_spd_rom(const struct mem_controller *ctrl);
-
-@@ -393,7 +393,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
- sb7xx_51xx_pci_port80();
-
- /* Initialize early serial */
-- nuvoton_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
-+ winbond_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
- console_init();
-
- /* Disable LPC legacy DMA support to prevent lockup */
---
-2.1.4
-