Re: [PATCH 3/3] rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin

2025-04-10 Thread Quentin Schulz
Hi Jonas, On 4/8/25 7:48 PM, Jonas Karlman wrote: Hi Quentin, On 2025-02-11 12:43, Quentin Schulz wrote: Hi Jonas, On 2/11/25 12:35 PM, Jonas Karlman wrote: Hi Quentin, On 2025-02-11 11:29, Quentin Schulz wrote: From: Quentin Schulz Essentially the only differences between u-boot-rockchi

Re: [PATCH 3/3] rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin

2025-04-08 Thread Jonas Karlman
Hi Quentin, On 2025-02-11 12:43, Quentin Schulz wrote: > Hi Jonas, > > On 2/11/25 12:35 PM, Jonas Karlman wrote: >> Hi Quentin, >> >> On 2025-02-11 11:29, Quentin Schulz wrote: >>> From: Quentin Schulz >>> >>> Essentially the only differences between u-boot-rockchip.bin and >>> u-boot-rockchip-s

Re: [PATCH 3/3] rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin

2025-02-11 Thread Quentin Schulz
Hi Jonas, On 2/11/25 12:35 PM, Jonas Karlman wrote: Hi Quentin, On 2025-02-11 11:29, Quentin Schulz wrote: From: Quentin Schulz Essentially the only differences between u-boot-rockchip.bin and u-boot-rockchip-spi.bin are the formatting of idbloader.img which is handled by mkimage (via -T rks

Re: [PATCH 3/3] rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin

2025-02-11 Thread Jonas Karlman
Hi Quentin, On 2025-02-11 11:29, Quentin Schulz wrote: > From: Quentin Schulz > > Essentially the only differences between u-boot-rockchip.bin and > u-boot-rockchip-spi.bin are the formatting of idbloader.img which is > handled by mkimage (via -T rkspi/rksd) and the offset at which U-Boot > prop

[PATCH 3/3] rockchip: avoid rebuilding most binaries for u-boot-rockchip-spi.bin

2025-02-11 Thread Quentin Schulz
From: Quentin Schulz Essentially the only differences between u-boot-rockchip.bin and u-boot-rockchip-spi.bin are the formatting of idbloader.img which is handled by mkimage (via -T rkspi/rksd) and the offset at which U-Boot proper is flashed, the content of the binaries are identical otherwise.