Re: [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation

2025-02-27 Thread BALATON Zoltan
On Thu, 27 Feb 2025, Nicholas Piggin wrote: On Thu Feb 27, 2025 at 11:48 AM AEST, BALATON Zoltan wrote: On Thu, 27 Feb 2025, Nicholas Piggin wrote: On Sun Feb 23, 2025 at 3:52 AM AEST, BALATON Zoltan wrote: The board has a battery backed NVRAM where U-Boot environment is stored which is also a

Re: [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation

2025-02-27 Thread Nicholas Piggin
On Thu Feb 27, 2025 at 11:48 AM AEST, BALATON Zoltan wrote: > On Thu, 27 Feb 2025, Nicholas Piggin wrote: >> On Sun Feb 23, 2025 at 3:52 AM AEST, BALATON Zoltan wrote: >>> The board has a battery backed NVRAM where U-Boot environment is >>> stored which is also accessed by AmigaOS and e.g. C:NVGetV

Re: [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation

2025-02-26 Thread BALATON Zoltan
On Thu, 27 Feb 2025, Nicholas Piggin wrote: On Sun Feb 23, 2025 at 3:52 AM AEST, BALATON Zoltan wrote: The board has a battery backed NVRAM where U-Boot environment is stored which is also accessed by AmigaOS and e.g. C:NVGetVar command crashes without it having at least a valid checksum. Signe

Re: [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation

2025-02-26 Thread Nicholas Piggin
On Sun Feb 23, 2025 at 3:52 AM AEST, BALATON Zoltan wrote: > The board has a battery backed NVRAM where U-Boot environment is > stored which is also accessed by AmigaOS and e.g. C:NVGetVar command > crashes without it having at least a valid checksum. > > Signed-off-by: BALATON Zoltan > --- > hw/

[PATCH 2/4] ppc/amigaone: Implement NVRAM emulation

2025-02-22 Thread BALATON Zoltan
The board has a battery backed NVRAM where U-Boot environment is stored which is also accessed by AmigaOS and e.g. C:NVGetVar command crashes without it having at least a valid checksum. Signed-off-by: BALATON Zoltan --- hw/ppc/amigaone.c | 116 -- 1 f