Hi all,
Thank you for the clarifications. I'll use gpio-scripts instead of intelp2m
and cross-reference the ICH7 datasheet to filter out GPIOs that don't exist
on ICH7. Good to know about the watchdog timer risk in early_init.c too.

The Enter E-G41D2 is on order but delivery is about two weeks out. In the
meantime I've also ordered a Consistent H-81 (Intel H81, LGA1150) which
should arrive sooner. I'm planning to port coreboot to that as well and
test Haswell native raminit using the patch series at
review.coreboot.org/q/topic:haswell-nri, and will report findings back to
the list.

I'll share inteltool and superiotool output from both boards before
proceeding further with either port, and will submit the work to
review.coreboot.org once I have something working.

Best regards,
Ashok

On Sun, Jun 28, 2026 at 2:45 AM Florian Jung via coreboot <
[email protected]> wrote:

> Hi Ashok,
>
> Am 26.06.26 um 07:16 schrieb Ashok Arora:
> > Hi all,
> > I am planning to port coreboot to the *Enter ATX E-G41D2*(Intel G41 +
> > ICH7), a low-cost, popular alternative to the supported *Gigabyte GA-
> > G41M-ES2L*in the Indian market.
> >
> > Using the |gigabyte/ga-g41m-es2l| port as a baseline, I have a few quick
> > questions before I begin:
> >
> >  1.
> >
> >     *GPIO Mapping:* Is dumping registers via |inteltool| the most
> >     reliable method to identify ICH7 GPIO differences from the vendor
> BIOS?
>
> yes, absolutely. You may want to use the intelp2m tool afterwards to
> turn the output of inteltool into C code for the gpio.h file.
>
> I'm not sure from which comparison you want to draw those differences;
> I'd start with just dumping the vendor bios' GPIO configuration and then
> using that as a starting point in coreboot.
>
> >
> >  2.
> >
> >     *Super I/O Delta:* If the physical Super I/O chip differs from
> >     Gigabyte's ITE IT8718F, which primary configuration files (aside
> >     from |Kconfig| and |devicetree.cb|) require updates?
>
> If you're in luck, you'd just adjust devicetree.cb with the correct
> superio chip (if already supported) and tune some settings. If coreboot
> does not support your chip already, you may need to write some code
> inside src/superio/.
>
> >
> >  3.
> >
> >     *Native Raminit:* Are there any known routing or DIMM slot layout
> >     edge cases that cause native |x4x| raminit to fail on non-reference
> >     boards?
>
> Not that I know of. It will likely "just work" if the RAM SPDs are on
> the default addresses, and if not, you'll figure it out ;). (Worst-case
> is that raminit fails, but there should be no hardware damage, so you
> can just try it out.)
>
> Happy hacking!
> Florian
>
>
> --
> Florian Jung
> Development
> --
> TUXEDO Computers GmbH
> Alter Postweg 101 ~ D-86159 Augsburg
> --
> E-Mail: [email protected]
> --
> www.tuxedocomputers.com
> --
> Amtsgericht Augsburg: HRB 27755
> USt-IdNr.: DE815420876
> CEO: Herbert Feiler
>
> _______________________________________________
> coreboot mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
_______________________________________________
coreboot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to