Skip to content

Commit d1ce920

Browse files
committed
wip: reference RPI backend
1 parent 0423b30 commit d1ce920

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/reference.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,3 +2687,32 @@ EFI
26872687
targets etc. It may also depend on the actual implementation if EFI variable
26882688
writing is atomic or not.
26892689
Thus make sure your EFI works as expected and required.
2690+
2691+
Raspberry Pi Firmware
2692+
~~~~~~~~~~~~~~~~~~~~~
2693+
2694+
.. note:: This is valid for Rapsberry Pi 4 and 5 only.
2695+
2696+
:state bad:
2697+
booted normally:
2698+
'booted': <NotSupported>
2699+
'other': remove from 'tryboot'
2700+
booted via tryboot:
2701+
'booted': remove from 'tryboot'
2702+
'other: <NotSupported>
2703+
2704+
:state good:
2705+
In normal mode:
2706+
'active': <No-Op>
2707+
'other': <NotSupported>
2708+
In tryboot mode:
2709+
'active': commit
2710+
'other: <NotSupported>
2711+
2712+
:primary:
2713+
In normal mode:
2714+
'active': <No-Op>
2715+
'other': <NotSupported>
2716+
In tryboot mode:
2717+
'active': commit
2718+
'other: <NotSupported>

0 commit comments

Comments
 (0)