[coreboot] Board enable for Epox 8K5A2.
Luc Verhaegen
libv at skynet.be
Thu May 7 19:58:52 CEST 2009
On Thu, May 07, 2009 at 07:14:03PM +0200, Luc Verhaegen wrote:
> @@ -152,6 +152,65 @@
> }
>
> /**
> + * w83627: Enable MEMW# and set ROM size to max.
> + */
> +static void w8326xx_memw_enable(uint16_t index)
> +{
> + w836xx_ext_enter(index);
> + if (!(wbsio_read(index, 0x24) & 0x02)) { /* Flash ROM enabled? */
> + /* Enable MEMW# and set ROM size select to max. (4M). */
> + wbsio_mask(0x2e, 0x24, 0x28, 0x28);
> + }
> + w836xx_ext_leave(index);
> +}
^^^^
Eagle-eyed Uwe caught this here.
...
And now, as i was typing this email, he also spotted the fact that the
function name is wrong...
Fixed locally, will send in with [PATCH] after testing on the epia-m
(unless more things are found).
Thanks!
Luc Verhaegen.
More information about the coreboot
mailing list