Re: [coreboot] [PATCH] Initialize i8259 in i82371eb southbridge code

2011-04-25 Thread Peter Stuge
Stefan Reinauer wrote: > Initialize i8259 in the i82371eb southbridge (isa/lpc) code. > > All southbridges should do this, yet almost none do. > > Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/co

[coreboot] [PATCH] Initialize i8259 in i82371eb southbridge code

2011-04-25 Thread Stefan Reinauer
This should allow to get rid of a hack when running u-boot as a coreboot payload. Stefan Initialize i8259 in the i82371eb southbridge (isa/lpc) code. All southbridges should do this, yet almost none do. Signed-off-by: Stefan Reinauer diff --git a/src/southbridge/intel/i82371eb/isa.c b/src/s