Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43763 )
Change subject: [NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot ......................................................................
[NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot
Magic.
Change-Id: I729d24402a14e45e4e1abb87e58e83fb72da9844 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asrock/b85m_pro4/devicetree.cb 1 file changed, 13 insertions(+), 22 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/43763/1
diff --git a/src/mainboard/asrock/b85m_pro4/devicetree.cb b/src/mainboard/asrock/b85m_pro4/devicetree.cb index a044d0a..7039be6 100644 --- a/src/mainboard/asrock/b85m_pro4/devicetree.cb +++ b/src/mainboard/asrock/b85m_pro4/devicetree.cb @@ -5,12 +5,12 @@
device cpu_cluster 0 on chip cpu/intel/haswell - register "c1_acpower" = "1" - register "c1_battery" = "1" - register "c2_acpower" = "3" - register "c2_battery" = "3" - register "c3_acpower" = "5" - register "c3_battery" = "5" + register "c1_acpower" = "0" + register "c1_battery" = "0" + register "c2_acpower" = "0" + register "c2_battery" = "0" + register "c3_acpower" = "0" + register "c3_battery" = "0"
device lapic 0 on end device lapic 0xacac off end @@ -21,39 +21,30 @@ subsystemid 0x1849 0x0c00 inherit
device pci 00.0 on end # Host bridge - device pci 01.0 on end # PCIe graphics + device pci 01.0 off end # PCIe graphics device pci 02.0 on end # iGPU - device pci 03.0 on end # Mini-HD audio + device pci 03.0 off end # Mini-HD audio
chip southbridge/intel/lynxpoint register "gen1_dec" = "0x000c0291" # Super I/O HWM - register "pirqa_routing" = "0x8b" - register "pirqb_routing" = "0x80" - register "pirqc_routing" = "0x83" - register "pirqd_routing" = "0x8a" - register "pirqe_routing" = "0x83" - register "pirqf_routing" = "0x80" - register "pirqg_routing" = "0x8b" - register "pirqh_routing" = "0x8a" register "sata_ahci" = "1" register "sata_port_map" = "0x3f"
device pci 14.0 on end # xHCI controller - device pci 16.0 on end # MEI #1 + device pci 16.0 off end # MEI #1 device pci 16.1 off end # MEI #2 device pci 16.2 off end # ME IDE-R - device pci 16.3 on end # ME KT + device pci 16.3 off end # ME KT device pci 19.0 on end # Intel GbE through I217-V PHY device pci 1a.0 on end # EHCI #2 - device pci 1b.0 on end # HD Audio - device pci 1c.0 on end # RP #1: ASM1083 PCI bridge + device pci 1b.0 off end # HD Audio + device pci 1c.0 off end # RP #1: ASM1083 PCI bridge device pci 1c.1 off end # RP #2 device pci 1c.2 off end # RP #3 device pci 1c.3 off end # RP #4 - device pci 1c.4 on end # RP #5: PCIe x16 (electrical x4) + device pci 1c.4 off end # RP #5: PCIe x16 (electrical x4) device pci 1d.0 on end # EHCI #1 device pci 1f.0 on # LPC bridge - chip superio/nuvoton/nct6776 device pnp 2e.0 off end # Floppy device pnp 2e.1 on # Parallel
Angel Pons has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/43763 )
Change subject: [NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot ......................................................................
[NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot
Magic.
PS1: Good PS2: Good
Change-Id: I729d24402a14e45e4e1abb87e58e83fb72da9844 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asrock/b85m_pro4/devicetree.cb 1 file changed, 5 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/43763/2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43763 )
Change subject: [NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot ......................................................................
Patch Set 9:
This change is ready for review.
Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43763
to look at the new patch set (#10).
Change subject: [NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot ......................................................................
[NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot
Blame the PCH PCIe code, which assumes that all root ports are visible.
PS1: Good PS2: Good PS3: BAD BAD BAD PS4: Good PS5: Good PS6: BAD BAD BAD PS7: Good PS8: BAD BAD BAD PS9: Good PS10: Good
Change-Id: I729d24402a14e45e4e1abb87e58e83fb72da9844 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asrock/b85m_pro4/devicetree.cb M src/southbridge/intel/lynxpoint/pcie.c 2 files changed, 18 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/43763/10
Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43763
to look at the new patch set (#11).
Change subject: [NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot ......................................................................
[NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot
Blame the PCH PCIe code, which assumes that all root ports are visible.
PS1: Good PS2: Good PS3: BAD BAD BAD PS4: Good PS5: Good PS6: BAD BAD BAD PS7: Good PS8: BAD BAD BAD PS9: Good PS10: Good PS11: Good
Change-Id: I729d24402a14e45e4e1abb87e58e83fb72da9844 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/southbridge/intel/lynxpoint/pcie.c 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/43763/11
Angel Pons has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/43763 )
Change subject: [NOTFORMERGE] mb/asrock/b85m_pro4/devicetree.cb: Make Windows 10 boot ......................................................................
Abandoned
Prefer CB:44155