Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Christian Melki
On 2/5/24 21:49, Sebastian Muxel wrote: > [Du f?r inte e-post ofta fr?n sebastian.mu...@entner-electronics.com. L?s om > varf?r det h?r ?r viktigt p? https://aka.ms/LearnAboutSenderIdentification ] > > Hello > >> Just curious. In what situation would you need to alter the default >> padding

Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Sebastian Muxel
Hello Just curious. In what situation would you need to alter the default padding bytes? 0xff suits most (if not all) NVM types. Flash transition layers usually just give an illusion of the traditional zero:ed block on flash to block translation? I had to tweak it to 0x00 after noticing that

Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Christian Melki
On 2/5/24 21:16, Sebastian Muxel wrote: > [Du får inte e-post ofta från sebastian.mu...@entner-electronics.com. Läs om > varför det här är viktigt på https://aka.ms/LearnAboutSenderIdentification ] > > The env image is currently always padded with the default bytes 0xFF. > New configuration

[ptxdist] [PATCH] sdl2: Version bump. 2.28.5 -> 2.30.0

2024-02-05 Thread Christian Melki
Some changes, but interface wise looks ok. Ie mostly fixes and some enhancements. Still (if I got it right), 400+ commits... So something interesting might pop up. https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file

[ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Sebastian Muxel
The env image is currently always padded with the default bytes 0xFF. New configuration U_BOOT_ENV_IMAGE_CUSTOM_PADDING_BYTES is added to allow specification for custom env images. Signed-off-by: Sebastian Muxel --- platforms/u-boot.in | 9 + rules/u-boot.make | 1 + 2 files changed,

[ptxdist] [PATCH] libpciaccess: Version bump. 0.17 -> 0.18

2024-02-05 Thread Christian Melki
Some minor bugfixes and a dropped autotools build system. * Convert to meson. * Remove MTRR overrides. Don't think there are x86s without MTRR/PATs this side of the millenia. It should be automatically detected just fine. * Explicitly enable HWDATA dependency. Signed-off-by: Christian Melki

[ptxdist] [PATCH] batctl: Version bump. 2023.2 -> 2024.0

2024-02-05 Thread Christian Melki
Some minor changes. https://github.com/open-mesh-mirror/batman-adv/blob/v2024.0/CHANGELOG.rst Signed-off-by: Christian Melki --- rules/batctl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/batctl.make b/rules/batctl.make index 8545e4c05..035fa42b1 100644 ---

[ptxdist] [PATCH] libpng: Version bump. 1.6.41 -> 1.6.42

2024-02-05 Thread Christian Melki
Minor bugfix only. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES Signed-off-by: Christian Melki --- rules/libpng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpng.make b/rules/libpng.make index aaada5825..4fe4bb7c3 100644 ---