Issue #446 has been reported by Aaron Burton.
---------------------------------------- Bug #446: Optiplex 9010 No Post https://ticket.coreboot.org/issues/446
* Author: Aaron Burton * Status: New * Priority: Normal * Target version: none * Start date: 2023-01-09 ---------------------------------------- Working with an Optiplex 9010 SFF, configured and built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig. Left every other setting alone in terms of configuration. Included EC firmware, ME, GBE, IFD blobs from stock firmware into my build. Turns on with fans at normal speed (not full blast), but no keyboard illumination or display output. Using SeaBIOS 1.16.1. Any suggestions as to what may be going on? Thanks.
Issue #446 has been updated by Aaron Burton.
Target version changed from none to 4.19
---------------------------------------- Bug #446: Optiplex 9010 No Post https://ticket.coreboot.org/issues/446#change-1338
* Author: Aaron Burton * Status: New * Priority: Normal * Target version: 4.19 * Start date: 2023-01-09 ---------------------------------------- Working with an Optiplex 9010 SFF, configured and built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig. Left every other setting alone in terms of configuration. Included EC firmware, ME, GBE, IFD blobs from stock firmware into my build. Turns on with fans at normal speed (not full blast), but no keyboard illumination or display output. Using SeaBIOS 1.16.1. Any suggestions as to what may be going on? Thanks.
Issue #446 has been updated by Paul Menzel.
built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig
Does the “as usual” mean it worked for you in the past?
You could try to get early log message over the serial console or the flash console (`CONSOLE_SPI_FLASH`, cf the Kconfig help text).
---------------------------------------- Bug #446: Optiplex 9010 No Post https://ticket.coreboot.org/issues/446#change-1339
* Author: Aaron Burton * Status: New * Priority: Normal * Target version: 4.19 * Start date: 2023-01-09 ---------------------------------------- Working with an Optiplex 9010 SFF, configured and built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig. Left every other setting alone in terms of configuration. Included EC firmware, ME, GBE, IFD blobs from stock firmware into my build. Turns on with fans at normal speed (not full blast), but no keyboard illumination or display output. Using SeaBIOS 1.16.1. Any suggestions as to what may be going on? Thanks.
Issue #446 has been updated by Michał Żygowski.
You could try to get early log message over the serial console or the flash console (CONSOLE_SPI_FLASH, cf the Kconfig help text).
I recall CONSOLE_SPI_FLASH causing the OptiPlex to hang at postcar, so I doubt anything useful will come out of it.
Try removing the CMOS battery, unplug the power supply cable, and let the board discharge for about 30 seconds. In some cases it helped. I will try a fresh build with SeaBIOS to see if I can reproduce the problem.
Also what was the power button LED color? Was it blinking orange?
---------------------------------------- Bug #446: Optiplex 9010 No Post https://ticket.coreboot.org/issues/446#change-1340
* Author: Aaron Burton * Status: New * Priority: Normal * Target version: 4.19 * Start date: 2023-01-09 ---------------------------------------- Working with an Optiplex 9010 SFF, configured and built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig. Left every other setting alone in terms of configuration. Included EC firmware, ME, GBE, IFD blobs from stock firmware into my build. Turns on with fans at normal speed (not full blast), but no keyboard illumination or display output. Using SeaBIOS 1.16.1. Any suggestions as to what may be going on? Thanks.
Issue #446 has been updated by Aaron Burton.
Thanks for your replies, I will try removing the battery and discharging the board. The power LED comes on normally, orange then white like the stock bios. Fans spin normally as well like stock bios as if coreboot initializes but doesn't get to SeaBIOS. This is my first time flashing this system (with multiple tries). I will note my SFF Optiplex is more of a mATX size with two x16 PCI-e slots (4 expansion slots total on the board). That could be my whole problem if coreboot expects a certain PCI layout. If so I'll try to get my hands on an actual SFF going forward.
---------------------------------------- Bug #446: Optiplex 9010 No Post https://ticket.coreboot.org/issues/446#change-1341
* Author: Aaron Burton * Status: New * Priority: Normal * Target version: 4.19 * Start date: 2023-01-09 ---------------------------------------- Working with an Optiplex 9010 SFF, configured and built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig. Left every other setting alone in terms of configuration. Included EC firmware, ME, GBE, IFD blobs from stock firmware into my build. Turns on with fans at normal speed (not full blast), but no keyboard illumination or display output. Using SeaBIOS 1.16.1. Any suggestions as to what may be going on? Thanks.
Issue #446 has been updated by Michał Żygowski.
If there are 4 expansion slots, that means you have a DT or MT variant. To support the MT/DT you should at least add an overridetree.cb file, like how I have done it for Precision T1650: https://github.com/coreboot/coreboot/blob/master/src/mainboard/dell/snb_ivb_... Basically the overridetree.cb will be the same for OptiPlex MT/DT (because the Precision and OptiPlex MT/DT board is exactly the same, just a different chipset), you would have to change the subsystem ID only for OptiPlex MT/DT if needed. That will enable the rest of the expansion slots besides the x16 ports.
---------------------------------------- Bug #446: Optiplex 9010 No Post https://ticket.coreboot.org/issues/446#change-1342
* Author: Aaron Burton * Status: New * Priority: Normal * Target version: 4.19 * Start date: 2023-01-09 ---------------------------------------- Working with an Optiplex 9010 SFF, configured and built coreboot as usual against the Optiplex 9010 SFF platform in menuconfig. Left every other setting alone in terms of configuration. Included EC firmware, ME, GBE, IFD blobs from stock firmware into my build. Turns on with fans at normal speed (not full blast), but no keyboard illumination or display output. Using SeaBIOS 1.16.1. Any suggestions as to what may be going on? Thanks.