[coreboot] [PATCH] flashrom: 3COM 3C90xB fixups, partial AT29C010A support

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Sat May 16 23:27:24 CEST 2009


On 16.05.2009 23:13, Uwe Hermann wrote:
> Add proper workaround for 3COM 3C90xB cards, which need special fixups
> (the 3C90xC ones don't). This is tested on hardware.
>
> Also, Add initial support for the Atmel AT29C010A chip (which I inserted
> in a 3COM 3C90xB card for testing). It can be detected, read works, erase
> works, but write will need some additional code (will post in another
> patch later).
>
> Acked-by: Uwe Hermann <uwe at hermann-uwe.de>
>   

Signed-off-by instead? ;-)

> Index: pcidev.c
> ===================================================================
> --- pcidev.c	(revision 518)
> +++ pcidev.c	(working copy)
> @@ -32,6 +32,7 @@
>  struct pci_access *pacc;
>  struct pci_filter filter;
>  char *pcidev_bdf = NULL;
> +struct pci_dev *pcidev_dev = NULL;
>   

Would pcidev be an acceptable name? pcidev_dev sounds a bit strange.
Your choice, though.

Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Regards,
Carl-Daniel

-- 
http://www.hailfinger.org/





More information about the coreboot mailing list