Actually, both BIOS dumps are obviously unreliable. The small dump most likely should read "Copyright SystemSoft Corporation, 1990-1991." instead of "Bopxrhghp RxrpemRobp Borpor`phoj( 0880(0880*". Bits 0 and 2 (values 01 and 04) are bad. This looks very much like a contact problem to me. As the dump of the big ROM contains similar errors, I suspect that the PLCC32 socket in the reader is correded and doesn't make sufficient contact to the ROM chips. If you use an PLCC32-to-DIP adapter on your reader, the issue might also be a bad contact between the adapter and the reader. Probably the issue can be fixed using contact cleaner and mechanical scraping.
There is no reason to assume bits being swapped or bytes being interleaved given the data in the ROM files. weedeewee already pointed out that the big ROM dump contains similar issues. The start of the big ROM dump is the graphics BIOS, which is 32K. As a legacy EGA/VGA detection algorithm is looking for the string "IBM" in the video BIOS ROM, the graphics ROM is supposed to contain "IBM" at 1E, but this dump says "HBM" instead. Furthermore, it is supposed to read something like "SystemSoft Cirrus 6225 SGD BIOS "<CR><LF>"Copyright 1992 SystemSoft corp. - All Rights Reserved"<CR><LF> (not sure about the "SGD" part). but it reads "RxrpemRobp Bhrrur 2225 RG@ BHOR "<CR><LF>"Bopxrhghp 0882 RxrpemRobp Borp* - @hh Rhghpr Rererre`"<CR><LF>. I don't know what the second 32K of the big ROM dump are for, but the final 64K are the standard mainboard BIOS.
The small ROM might contain power management firmware (if the processor is an SL-type processor with system management mode - a 486SLC would be an obvious choice for a laptop like this) or fimrware for a keyboard/system management processor.
I don't see any obvious signs of addressing errors, so it's "just" two data bits that are bad.