diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/sys/mmio.h | 8 | ||||
-rw-r--r-- | src/include/usr/ibscom/ibscomreasoncodes.H | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/src/include/sys/mmio.h b/src/include/sys/mmio.h index 470c74e48..a06982eb9 100644 --- a/src/include/sys/mmio.h +++ b/src/include/sys/mmio.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2016 */ +/* Contributors Listed Below - COPYRIGHT 2010,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -146,10 +146,10 @@ mutex_t * mmio_xscom_mutex(); */ static const uint64_t MMIO_IBSCOM_UE_DETECTED = 0x53434F4D4641494C; -/** Constants used to define IBSCOM MMIO address range +/** Constants used to define IBSCOM MMIO address ranges */ -static const uint64_t MMIO_IBSCOM_START = 0x0003E00000000000; -static const uint64_t MMIO_IBSCOM_END = 0x0003F02000000000; +static const uint64_t MMIO_IBSCOM_BASE = 0x6030220000000; +static const uint64_t MMIO_IBSCOM_SIZE = 0x0000020000000; #ifdef __cplusplus } diff --git a/src/include/usr/ibscom/ibscomreasoncodes.H b/src/include/usr/ibscom/ibscomreasoncodes.H index 27f203ce4..b04a72ae6 100644 --- a/src/include/usr/ibscom/ibscomreasoncodes.H +++ b/src/include/usr/ibscom/ibscomreasoncodes.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -34,6 +36,7 @@ namespace IBSCOM IBSCOM_SANITY_CHECK = 0x02, IBSCOM_GET_TARG_VIRT_ADDR = 0x03, IBSCOM_DO_IBSCOM = 0x04, + IBSCOM_GET_PARRENT_DMI = 0x05, }; enum ibscomReasonCode |