soc/ibm/power9/*: add file structure for SOC
commit5fe9aa6ba9c5cc0ceb18f40509d7961d4b4a600e
authorIgor Bagnucki <igor.bagnucki@3mdeb.com>
Mon, 14 Dec 2020 13:52:50 +0000 (14 14:52 +0100)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Thu, 2 May 2024 23:14:22 +0000 (2 23:14 +0000)
tree7618b426ce26aa7fc0d444e5f2189d7b463e1115
parent104308090058914657a032cdcbd3a869846f31b4
soc/ibm/power9/*: add file structure for SOC

Boot device is stubbed to be able to build boards without errors.

Change-Id: Ie74b1e34f9aebe151d0fdb0e95c003510fd864c3
Signed-off-by: Igor Bagnucki <bagnucki02@gmail.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67062
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
src/soc/ibm/power9/Kconfig [new file with mode: 0644]
src/soc/ibm/power9/Makefile.mk [new file with mode: 0644]
src/soc/ibm/power9/bootblock.c [new file with mode: 0644]
src/soc/ibm/power9/cbmem.c [new file with mode: 0644]
src/soc/ibm/power9/chip.c [new file with mode: 0644]
src/soc/ibm/power9/rom_media.c [new file with mode: 0644]
src/soc/ibm/power9/romstage.c [new file with mode: 0644]
src/soc/ibm/power9/timer.c [new file with mode: 0644]