And pls commit the port in the review.coreboot.org Obter o Outlook para Android<https://aka.ms/AAb9ysg> ________________________________ From: Florian Jung via coreboot <[email protected]> Sent: Friday, 26 June 2026 08:36:56 To: [email protected] <[email protected]> Subject: [coreboot] Re: porting coreboot to Enter ATX Motherboard E-G41D2
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] -- https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.tuxedocomputers.com%2F&data=05%7C02%7C%7Cb87aa5fbf4274b8f527808ded3774965%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639180706446847593%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=UC4POLeqIDxRbnkXxkJ1RCEQeRoaXo54L5d%2FsNYaQgw%3D&reserved=0<http://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]

