diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2022-07-19 17:48:03 +1000 |
---|---|---|
committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-08-30 16:20:01 -0300 |
commit | c49b67f72b1a875ca355a170759303b0faa959ca (patch) | |
tree | ba32304ab993ef36730177e17c9d6ef375a310bf /docs | |
parent | 93fac696d241dccb04ebb9d23da55fc1e9d8ee36 (diff) |
pseries: Update SLOF firmware image
The only change is that now SLOF can also boot big endian zImage
but kernel-addr=0 is still required.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/ppc/pseries.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/ppc/pseries.rst b/docs/system/ppc/pseries.rst index 3e1bbe6726..a876d897b6 100644 --- a/docs/system/ppc/pseries.rst +++ b/docs/system/ppc/pseries.rst @@ -62,7 +62,7 @@ Booting via ``-kernel`` supports the following: +-------------------+-------------------+------------------+ | vmlinux LE | ✓ | ✓ | +-------------------+-------------------+------------------+ -| zImage.pseries BE | x | ✓¹ | +| zImage.pseries BE | ✓¹ | ✓¹ | +-------------------+-------------------+------------------+ | zImage.pseries LE | ✓ | ✓ | +-------------------+-------------------+------------------+ |