dingusppc/devices/memctrl
joevt 09d374f626 Log PCI config write values MSB first
Writes to config registers of invalid or non-existent PCI devices are logged. They should be logged with most significant byte first.
The values enter the methods in reverse byte order so they need to be byte swapped (except when size is 1) for logging.
The result is that this command in Open Firmware:
`12345678 16800 config-l!`
will log this:
`VCI0 err: write attempt to non-existing VCI device ??:0d.0 @00.l = 12345678`
2022-11-23 19:55:05 +01:00
..
hammerhead.cpp Fix read/write argument names 2022-08-22 17:16:22 -07:00
hammerhead.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
hmc.cpp Fix read/write argument names 2022-08-22 17:16:22 -07:00
hmc.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
memctrlbase.cpp Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
memctrlbase.h Move DRAM capacity constants to memctrlbase.h 2022-08-07 15:25:58 +02:00
mpc106.cpp Log PCI config write values MSB first 2022-11-23 19:55:05 +01:00
mpc106.h Revert "PCI fixes" 2022-09-02 23:24:06 +00:00
platinum.cpp Fix read/write argument names 2022-08-22 17:16:22 -07:00
platinum.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
spdram.h Simplify registration of HW component types. 2022-01-26 16:45:21 +01:00