summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-03-04 15:35:36 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-03-06 20:04:23 +0000
commit3397386399b95cef55b6a7e048e2f4366810de0e (patch)
tree263de02bbed5ffda40203ee6177f687091974023
parent89989cf61f93fdbb0b61474d16fbc0dfdf419944 (diff)
downloadcoreboot-3397386399b95cef55b6a7e048e2f4366810de0e.tar.gz
coreboot-3397386399b95cef55b6a7e048e2f4366810de0e.tar.bz2
coreboot-3397386399b95cef55b6a7e048e2f4366810de0e.zip
soc/intel/braswell/include/soc/pci_devs.h: Add PUNIT_DEV
Intel Braswell P-UNIT is missing in pci_devs.h Add PUNIT device, function and device ID BUG=N/A TEST=Facebook FBG-1701 booting Embedded Linux Change-Id: I80c87c8964b3ba830571e0c03c424b67729a0c1a Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31711 Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/braswell/include/soc/pci_devs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/include/soc/pci_devs.h b/src/soc/intel/braswell/include/soc/pci_devs.h
index c26eefbc25f8..8b06aff8f69d 100644
--- a/src/soc/intel/braswell/include/soc/pci_devs.h
+++ b/src/soc/intel/braswell/include/soc/pci_devs.h
@@ -3,6 +3,7 @@
*
* Copyright (C) 2013 Google Inc.
* Copyright (C) 2015 Intel Corp.
+ * Copyright (C) 2019 Eltan B.V.
*
* 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
@@ -29,6 +30,11 @@
#define GFX_FUNC 0
# define GFX_DEVID 0x22b1
+/* P-Unit DPTF */
+#define PUNIT_DEV 0xB
+#define PUNIT_FUNC 0
+#define PUNIT_DEVID 0x22DC
+
/* MMC Port */
#define MMC_DEV 0x10
#define MMC_FUNC 0