Skip to content

Commit

Permalink
soc/power9/istep_10_1.c: configure SMP and enable XSCOM
Browse files Browse the repository at this point in the history
Change-Id: I8b48503bc995b9d187f2e5edc011d1be6731af3d
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Jan 17, 2022
1 parent 68f53e0 commit 2c852e8
Show file tree
Hide file tree
Showing 4 changed files with 843 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/cpu/power/istep_10.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <stdint.h>

void istep_10_1(uint8_t chips);
void istep_10_10(uint8_t *phb_active_mask, uint8_t *iovalid_enable);
void istep_10_12(void);
void istep_10_13(void);
Expand Down
1 change: 1 addition & 0 deletions src/soc/ibm/power9/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ romstage-y += istep_9_2.c
romstage-y += istep_9_4.c
romstage-y += istep_9_6.c
romstage-y += istep_9_7.c
romstage-y += istep_10_1.c
romstage-y += istep_10_10.c
romstage-y += istep_10_12.c
romstage-y += istep_10_13.c
Expand Down
Loading

0 comments on commit 2c852e8

Please sign in to comment.