1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-24 14:25:56 +00:00
u-boot/drivers/bios_emulator
Yuri Zaporozhets 18115aae53 bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attempted
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.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
2024-11-16 20:54:16 -06:00
..
include bios_emulator: define the comment symbol for RISC-V assembler too 2024-11-04 16:41:38 -06:00
x86emu drivers: bios_emulator: Remove duplicate newlines 2024-07-22 10:53:04 -06:00
atibios.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
besys.c bios_emulator: fix first argument of pci_{read,write}_config_* function calls 2024-11-04 18:01:58 -06:00
bios.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
biosemu.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
biosemui.h bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attempted 2024-11-16 20:54:16 -06:00
Kconfig bios_emulator: Add Kconfig and adjust Makefile for SPL 2023-07-17 17:08:44 +08:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00