On Thu, 11 Jan 2024 14:00:14 +0100, Ahmad Fatoum wrote: > char is generally unsigned on ARM, but we shouldn't rely on that. HAB > code does though and compare a char against 0xdb, which would never > succeed if chars were signed. Switch to an explicitly unsigned type to > fix this. > > Applied, thanks! [1/2] hab: habv4: use explicitly unsigned types for pointers into SRAM https://git.pengutronix.de/cgit/barebox/commit/?id=225368d37470 (link may not be stable) [2/2] hab: habv4: warn if more than 10 HAB events are found https://git.pengutronix.de/cgit/barebox/commit/?id=f90d6e70bce6 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>