Re: [PATCH u-boot-mvebu 0/7] arm: mvebu: Boot support for 4K Native disks

2023-04-13 Thread Stefan Roese
On 3/29/23 21:25, Pali Rohár wrote: This patch series allows to build SATA kwbimage for disks which do not have sector size 512 bytes long. For example 4K Native disks. SATA kwbimage differs from other kwbimage types in that way, that offset in its header is stored in SATA sectors units instead

Re: [PATCH u-boot-mvebu 0/7] arm: mvebu: Boot support for 4K Native disks

2023-03-30 Thread Tony Dinh
Hi Pali, On Wed, Mar 29, 2023 at 12:28 PM Pali Rohár wrote: > > This patch series allows to build SATA kwbimage for disks which do not > have sector size 512 bytes long. For example 4K Native disks. > > SATA kwbimage differs from other kwbimage types in that way, that offset > in its header is st

[PATCH u-boot-mvebu 0/7] arm: mvebu: Boot support for 4K Native disks

2023-03-29 Thread Pali Rohár
This patch series allows to build SATA kwbimage for disks which do not have sector size 512 bytes long. For example 4K Native disks. SATA kwbimage differs from other kwbimage types in that way, that offset in its header is stored in SATA sectors units instead of byte units. Therefore image generat