* Scott Duplichan <[email protected]> [110224 05:03]: > The attached patch gets coreboot going on the ASRock E350M1 board. > This is an AMD family 14h Fusion board I bought for US $120, including > processor. The video option rom is from the supplied UEFI BIOS. > > The patch modifies the persimmon project and is for development use, > not for commit. With this patch it can boot DOS from a SATA drive. > It can also boot WinPE from a USB flash drive. I was unable to get > Windows setup to run. > > The board has a socketed SPI flash BIOS chip and a serial port > header. The SIO is Nuvoton NCT5572D. Using coreboot's existing > Winbond w83627hf is a good enough match to at least get the serial > port and keyboard going. > > Here are pictures of the board: > http://notabs.org/pictures/ASRock-E350M1/
> +#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) > > > if CONFIG_SIO_PORT is defined in Kconfig (why?) we could as well use it in romstage.c. Is there a chance to remove it from Kconfig instead? -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

