Skip to content

Commit db6aa3a

Browse files
authored
Merge pull request #9 from 3mdeb/scom_init_notes
Notes about SCOM init implementation
2 parents bc7cf76 + c2c8701 commit db6aa3a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

devnotes/scom_init_plan.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)