Re: [PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835

2024-06-24 Thread Rayhan Faizel
No worries, and thanks! On Mon, Jun 24, 2024 at 3:52 PM Peter Maydell wrote: > > On Mon, 24 Jun 2024 at 10:12, Rayhan Faizel wrote: > > > > Hi, > > > > The patch series is still not merged. > > Oops, sorry about that -- not sure how it got lost. I have > applied it to target-arm.next for real

Re: [PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835

2024-06-24 Thread Peter Maydell
On Mon, 24 Jun 2024 at 10:12, Rayhan Faizel wrote: > > Hi, > > The patch series is still not merged. Oops, sorry about that -- not sure how it got lost. I have applied it to target-arm.next for real this time... -- PMM

Re: [PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835

2024-06-24 Thread Rayhan Faizel
Hi, The patch series is still not merged. On Thu, May 30, 2024 at 6:57 PM Peter Maydell wrote: > > On Sun, 19 May 2024 at 10:42, Rayhan Faizel wrote: > > > > All BCM2835 boards have on-board OTP memory with 66 32-bit rows. Usually, > > its contents are accessible via mailbox commands. > > > >

Re: [PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835

2024-05-30 Thread Peter Maydell
On Sun, 19 May 2024 at 10:42, Rayhan Faizel wrote: > > All BCM2835 boards have on-board OTP memory with 66 32-bit rows. Usually, > its contents are accessible via mailbox commands. > > [Changes in v3] > > - Forgot to replace constant with macro in one particular spot. > > [Changes in v2] > > -

[PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835

2024-05-19 Thread Rayhan Faizel
All BCM2835 boards have on-board OTP memory with 66 32-bit rows. Usually, its contents are accessible via mailbox commands. [Changes in v3] - Forgot to replace constant with macro in one particular spot. [Changes in v2] - Replace read/write with get/set in bcm2835_otp.c. - Use impl instead of