Issue created by Sebastian Huber: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5698



The BSP prints a message at startup for each of: no video mode requested, an
ELCR present, a working PCI BIOS interface, the legacy UART ports, no
PCI-to-PCI bridge, and the console which the command line selected. The
`i386: isr=%x irr=%x` message fires whenever the in service and interrupt
request registers of the 8259A disagree about a line, which is the normal state
of a device with work pending, so it appears at every boot.

The messages fall inside the report of a test which opens its report early, and
a non-protocol line inside the report block makes the report hash disagree with
the calculated one, so the report is rejected. `printk()` before the console
driver exists also goes nowhere on a board with no monitor.

Found while running the full test suite on Qemu. This description was created
with Claude Code assistance.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5698
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/5-9nd6uf6s7wmoy2tuxokss9kdx-1d/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to