Hi,
No problem. Just about to reply.
Yes, that is the correct definition.
Thanks
Maurice
> -----Original Message-----
> From: avinok(a)gmail.com <avinok(a)gmail.com>
> Sent: Friday, April 3, 2020 7:14
> To: sbl-devel(a)lists.01.org
> Subject: [Sbl-devel] Re: APL UART and PlatformID settings
>
> Just found the description, looks good to me, sorry for the post
>
> PLAT_DATA is a DWORD containing platform data to configure debug UART
> port number. Format is defined below:
> typedef struct {
> UINT8 PlatformId : 5; /* Platform ID */
> UINT8 Reserved1 : 3;
> UINT8 DebugUart : 2; /* UART port index */
> UINT8 Reserved2 : 6;
> UINT8 Reserved3;
> UINT8 Marker; /* 'AA' */
> } STITCH_DATA;
>
>
https://slimbootloader.github.io/tools/index.html#stitch-tool
> --
> Sbl-devel mailing list -- sbl-devel(a)lists.01.org To unsubscribe send an email to
> sbl-devel-leave(a)lists.01.org