[PATCH v4] bloblist: fix bloblist convention check.
Tom Rini
trini at konsulko.com
Thu Jul 18 15:41:37 CEST 2024
On Wed, 10 Jul 2024 14:53:20 +0100, Levi Yun wrote:
> According to recently firmware handsoff spec [1]'s "Register usage at handoff
> boundary", Transfer List's signature value was changed from 0x40_b10b
> (3 bytes) to 4a0f_b10b (4 bytes).
>
> As updating of TL's signature, register value of x1/r1 should be:
>
> In aarch32's r1 value should be
> R1[23:0]: set to the TL signature (4a0f_b10b -> masked range value: 0f_b10b)
> R1[31:24]: version of the register convention == 1
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list