Attention is currently required from: ChrisEric1 CECL.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/71999
to look at the new patch set (#2).
Change subject: src/mainboard/dell/inspiron_*: Add Support for Dell Inspiron 620 & 3847 ......................................................................
src/mainboard/dell/inspiron_*: Add Support for Dell Inspiron 620 & 3847
Add Initial Support for Dell Inspiron 620 and Dell Inspiron 3847. (using Autoport) On my 620, UEFI freezes up for ~5m then boots, my 2nd RAM slot doesn't get recognized (even in stock rom, although stock doesn't boot up and gives freeze or POST), else everything works from what I can tell (could mean my board is partially damaged) On my 3847, everything works, UEFI doesn't freeze up, but my external GPU doesn't work (internal does), it is a NVIDIA GEFORCE GT 710 and cannot figure out how to default to it, though the linux driver works fine with it (windows was also untested on both machines). NOTE: As of 2022, I need to get a replacement 620 MB, due to the fact that the BIOS chip fried. My 3847 Works fine though. Someone also had the same freezing issue on a SNB in coreboot discord, which later upgraded to IVY Bridge, could also need a SATA Patch, not known yet until a get a new MB.
Change-Id: I17df5204e285055e7afb8a2545b0153994670e45 Signed-off-by: Christopher Lentocha christopherericlentocha@gmail.com --- A src/mainboard/dell/inspiron_3847/Kconfig A src/mainboard/dell/inspiron_3847/Kconfig.name A src/mainboard/dell/inspiron_3847/Makefile.inc A src/mainboard/dell/inspiron_3847/acpi/ec.asl A src/mainboard/dell/inspiron_3847/acpi/platform.asl A src/mainboard/dell/inspiron_3847/acpi/superio.asl A src/mainboard/dell/inspiron_3847/board_info.txt A src/mainboard/dell/inspiron_3847/bootblock.c A src/mainboard/dell/inspiron_3847/devicetree.cb A src/mainboard/dell/inspiron_3847/dsdt.asl A src/mainboard/dell/inspiron_3847/gma-mainboard.ads A src/mainboard/dell/inspiron_3847/gpio.c A src/mainboard/dell/inspiron_3847/hda_verb.c A src/mainboard/dell/inspiron_3847/romstage.c A src/mainboard/dell/inspiron_620/Kconfig A src/mainboard/dell/inspiron_620/Kconfig.name A src/mainboard/dell/inspiron_620/Makefile.inc A src/mainboard/dell/inspiron_620/acpi/ec.asl A src/mainboard/dell/inspiron_620/acpi/platform.asl A src/mainboard/dell/inspiron_620/acpi/superio.asl A src/mainboard/dell/inspiron_620/acpi_tables.c A src/mainboard/dell/inspiron_620/board_info.txt A src/mainboard/dell/inspiron_620/devicetree.cb A src/mainboard/dell/inspiron_620/dsdt.asl A src/mainboard/dell/inspiron_620/early_init.c A src/mainboard/dell/inspiron_620/gma-mainboard.ads A src/mainboard/dell/inspiron_620/gpio.c A src/mainboard/dell/inspiron_620/hda_verb.c A src/mainboard/dell/inspiron_620/mainboard.c 29 files changed, 1,095 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/71999/2