blob: e9baa9d06895fc90ae103db6153b6353f2ceae63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
cec-power-off
cec-power-on
#Tell the SBE to just go to runtime state
($hb_masterproc).proc_chip.invoke parallel_store SCOM 0x5003A "40000000_00000000" 64
system_cmp0.phys_mem.del-map p9Proc0.l3_cache_ram
($hb_cpu)->hrmor=0x00000000
p9Proc0.p9_mem_map.host_xscom_device_mm.write 0x050000000 0x0
p9Proc0.p9_mem_map.host_xscom_device_mm.write 0x050000010 0xa00000 -b size=8
p9Proc0.p9_mem_map.host_xscom_device_mm.write 0x050000020 0x1
system_cmp0.phys_mem.load-file ../obj/ppc/hbfw/img/fake6m.pnor 0x00400000
system_cmp0.phys_mem.load-file ../obj/ppc/hbfw/img/hostboot.bin 0x00000000
#system_cmp0.phys_mem.del-map p9Proc0.lpcm # still exists in VPO
($hb_cpu).disable
($hb_cpu).enable
|