Re: [PATCH] rockchip: puma: fix GPT table corruption when saving U-Boot environment

2022-12-18 Thread Kever Yang
On 2022/10/25 18:58, Quentin Schulz wrote: From: Quentin Schulz The GPT table is taking the first 34 sectors, which amounts to 0x4400 bytes. Saving the environment below this address in storage will corrupt the GPT table. While technically the table ends at 0x4400, some tools (e.g. bmaptool)

[PATCH] rockchip: puma: fix GPT table corruption when saving U-Boot environment

2022-10-25 Thread Quentin Schulz
From: Quentin Schulz The GPT table is taking the first 34 sectors, which amounts to 0x4400 bytes. Saving the environment below this address in storage will corrupt the GPT table. While technically the table ends at 0x4400, some tools (e.g. bmaptool) are rounding everything to the logical block s