[coreboot] [PATCH] flashrom: add AMD-768 chipset support

Peter Stuge peter at stuge.se
Tue Jan 6 01:11:41 CET 2009


Hi Sven,

Sven Schnelle wrote:
> the patch attached adds support for the AMD-768 chipset.
..

> +static int enable_flash_amd768(struct pci_dev *dev, const char *name)
> +{
> +	/* enable address decoding for LPC */
> +	pci_write_byte(dev, 0x40, pci_read_byte(dev, 0x40) | 0x01);
> +	pci_write_byte(dev, 0x43, 0xbf);
> +
> +	return 0;
> +}

Does this chipset supporty anything else than LPC?


//Peter




More information about the coreboot mailing list