• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Sep-2020-

MakefileH A D15-Sep-2020187 1510

READMEH A D15-Sep-2020653 2517

memboot.cH A D15-Sep-20203.6 KiB151104

README

1memboot
2=======
3
4This is a small utility designed to be run on the ASPEED BMC used in
5some OpenPower systems. It allows you to boot the P8 host from the
6main system memory of the BMC rather than from the flash memory.
7
8This is mainly useful for firmware development as it makes it possible
9to try new firmware images without first having to write the new image
10to flash memory which can be a lengthy process.
11
12Building:
13---------
14
15CC=<arm toolchain> make
16
17Usage:
18-----
19
20./memboot <flash image> - Will cause the P8 host to boot from BMC
21	  	 	  system memory at next power on.
22
23./memboot 		- Will boot the system from flash memory at next
24			  power on.
25