File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # About this document
2
+ This document describes plans of implementing SCOM init steps 8.9 and 8.10
3
+
4
+ # soc
5
+ Here files that are directly responsible for soc
6
+ - Add ibm directory
7
+ - Add power9 directory
8
+ - Add Kconfig specific to POWER9 family
9
+ - Add bootblock, and romstage that are responsible for cpu configuration
10
+ - Memlayout is already defined in Motherboard section,\
11
+ so it is probably not needed here.\
12
+ Memlayout should be moved to SoC directory
13
+ - Add chip.c for cpu structures
14
+ - Add Kconfig for all POWER processors
15
+
16
+ # Access to scom
17
+ According to Christian Geddes, access to SCOM is possible through XSCOM
18
+ using offset 0x000603FC00000000\
19
+ [ source] ( https://lists.ozlabs.org/pipermail/openpower-firmware/2020-December/000602.html )
20
+
21
+ # Mainboard
22
+ - Memory layout
23
+ - Bootblock
24
+
25
+ # Summary
You can’t perform that action at this time.
0 commit comments