Search found 17 matches
- Sun Oct 06, 2024 2:33 pm
- Forum: Hardware
- Topic: coreboot Asrock H110 Pro BTC+
- Replies: 2
- Views: 10972
Re: coreboot Asrock H110 Pro BTC+
IGPU The graphics initialization for the igpu using "libgfxinit" in "txt mode" and SeaBIOS is compatible with both IGPU and or PCIE 16X slot used GPU from AMD/NVIDIA at the same time. It can show SeaBIOS screen on both devices. Also the G4900T CoffeeLake iGPU works fine! Using onboard GPU with ...
- Sun Oct 06, 2024 2:14 pm
- Forum: Hardware
- Topic: coreboot Asrock H110 Pro BTC+
- Replies: 2
- Views: 10972
Re: coreboot Asrock H110 Pro BTC+
The built-in intel Gbe option ROM can also be included during coreboot build time, by adding the following line to "Kconfig": select MAINBOARD_USES_IFD_GBE_REGION From the make menuconfig chipset you can than enable the "Add gigabit ethernet configuration" and give location for the GBE.BIN file just ...
- Sun Oct 06, 2024 1:59 pm
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
Could you also review your coreboot bootlogs on the Asrock H110M DVS and see if it also mentions some PCIe root Port remapping, because of ports not or wrong defined in devicetree... also the same ports? [INFO ] Found PCIe Root Port #5 at PCI: 00:1c.0. [INFO ] Found PCIe Root Port #7 at PCI: 00:1c.6 ...
- Tue Oct 01, 2024 9:11 pm
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
Indeed good idea, before it really seems to look like a thread hijack ;-) Still I'm interested in your CoffeeLake CPU experience possibly R0 / P0 steppings, and if you modify the CPU or motherboard to fake CPU occupation. Did you know on "nuvoton pin 102" based boards it maybe possible to pin mod on ...
- Sun Sep 29, 2024 9:16 am
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
Coffeelake Celeron G4900T works (B0 stepping without HW pin mods nor isolation) on Asrock H110 Pro BTC+ with coreboot! I did use the original Intel ME from the original OEM 1.10 BIOS which is version 11.6.1126.0 without any ME disabler, since I read that any ME version above 11.7 will not work with ...
- Wed Sep 25, 2024 2:05 pm
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
Progress: E3-1270-V6 Xeon on Coreboot with Asrock H110 Pro BTC+ While using the me-region from the 1.10 bios cleaned with -S option, coreboot does give Serial Debug output, recognizes CPU but no POST the system but it stays ON, previous coreboot attempts it powered down instantly after powering on ...
- Wed Sep 25, 2024 11:54 am
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
More GOOD News for Asrock H110 Pro BTC+! PCI-E Switch ASM1187e 7-Port PCIe x1 Gen2 Packet Switch detected using these "devicetree.cb" edits: .............................. device ref pcie_rp7 on register "PcieRpEnable[6]" = "1" register "PcieRpClkReqSupport[6]" = "1" register "PcieRpClkReqNumber[6 ...
- Wed Sep 25, 2024 10:29 am
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
NEWS: Onboard I219-V LAN works on Asrock H110 Pro BTC+ ! Compiled own coreboot.rom using all defaults, but edited "devicetree.cb" to mimic older legacy pci definitions with extra disabled 1f.6 location found here look at the end of the file: https://www.coreboot.org/fossology/?mod=view&upload=2&show ...
- Tue Sep 17, 2024 5:53 pm
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
Some food for thought about C232/C236 with native supported XEONS like the e3-1270-v6 or perhaps coffeelake XEONS. Found a 8MB flashrom sized motherboard with same similar sized IntelME, its the Gigabye ga-x150-plus-ws with BIOS F21 and F22 supporting these Kabylake XEONS.... https://www.gigabyte ...
- Sun Sep 15, 2024 3:28 pm
- Forum: Hardware
- Topic: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
- Replies: 26
- Views: 137839
Re: coreboot on ASRock H110M-DVS rev 3.0 and rev 2.0 and me_cleaner
Also tried adding option rom via "cbfstool" instead of "ifdtool" but it probably won't load options roms did you enable that on your build? cbfstool corebootMECLEAN.rom print FMAP REGION: COREBOOT Name Offset Type Size Comp cbfs_master_header 0x0 cbfs header 32 none cpu_microcode_blob.bin 0x80 ...