diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/usr/lpc/lpc_const.H | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/lpc/lpc_const.H b/src/include/usr/lpc/lpc_const.H index a7857e707..897a2df71 100644 --- a/src/include/usr/lpc/lpc_const.H +++ b/src/include/usr/lpc/lpc_const.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -42,7 +42,9 @@ namespace LPC /** Physical addr of the start of LPC address space*/ LPC_PHYS_BASE = 0x6030000000000, + + FW_WINDOW_SIZE = 0x10000000, //Size of FW Window }; } -#endif
\ No newline at end of file +#endif |