Dave Frodin (dave.frodin@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5944
-gerrit
commit 4c1892d356bea27a604bb2b756deaa86114c33e3 Author: Dave Frodin dave.frodin@se-eng.com Date: Thu Jun 5 12:01:36 2014 -0600
superio: Update the defined nuvoton/nct5104d LDNs
Change-Id: I4e4bc09a8f8fabe68519a29dc421af82c76c9873 Signed-off-by: Dave Frodin dave.frodin@se-eng.com --- src/superio/nuvoton/nct5104d/nct5104d.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/superio/nuvoton/nct5104d/nct5104d.h b/src/superio/nuvoton/nct5104d/nct5104d.h index 98baf81..4caab53 100644 --- a/src/superio/nuvoton/nct5104d/nct5104d.h +++ b/src/superio/nuvoton/nct5104d/nct5104d.h @@ -2,6 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2011 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 @@ -22,10 +23,14 @@ #define SUPERIO_NUVOTON_NCT5104D_NCT5104D_H
/* Logical Device Numbers (LDN). */ -#define NCT5104D_SP1 0x02 /* Com1 */ -#define NCT5104D_SP2 0x03 /* Com2 */ -#define NCT5104D_GPIO_WDT 0x08 /* GPIO WDT Interface */ -#define NCT5104D_GPIO_PP_OD 0xF /* GPIO Push-Pull / Open drain select */ +#define NCT5104D_FDC 0x00 /* FDC - not pinned out */ +#define NCT5104D_SP1 0x02 /* UARTA */ +#define NCT5104D_SP2 0x03 /* UARTB */ +#define NCT5104D_GPIO_WDT 0x08 /* GPIO WDT Interface */ +#define NCT5104D_GPIO_PP_OD 0x0F /* GPIO Push-Pull / Open drain select */ +#define NCT5104D_SP3 0x10 /* UARTC */ +#define NCT5104D_SP4 0x11 /* UARTD */ +#define NCT5104D_PORT80 0x14 /* PORT 80 */
/* Virtual Logical Device Numbers (LDN) */ #define NCT5104D_GPIO_V 0x07 /* GPIO - 0,1,6 Interface */