[PATCH] bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attempted

Tom Rini trini at konsulko.com
Sun Nov 17 17:46:41 CET 2024


On Tue, 05 Nov 2024 22:30:49 +0100, Yuri Zaporozhets wrote:

> Currently the PM_{inp,outp}* macros are completely broken on non-x86 architectures,
> because they will essentially access random memory locations if called (and produce
> a lot of rightful compilation warnings too). For now, replace those macros with
> warnings (until the code is fixed), so the user at least knows that the emulator
> attempted to access some x86 I/O port.
> 
> 
> [...]

Applied to u-boot/next, thanks!

-- 
Tom




More information about the U-Boot mailing list