~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/skiboot/external/memboot/README

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

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