Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39377
to look at the new patch set (#2).
Change subject: amd/agesa/hudson: Do not write to DMA1_RESET_REG ......................................................................
amd/agesa/hudson: Do not write to DMA1_RESET_REG
coreboot on the ASUS F2A85-M PRO hangs there. After removing it, it runs through. SeaBIOS also hangs at the same spot.
diff --git a/src/hw/dma.c b/src/hw/dma.c index 20c9fbb..ff6cb84 100644 --- a/src/hw/dma.c +++ b/src/hw/dma.c @@ -58,7 +58,7 @@ void dma_setup(void) { // first reset the DMA controllers - outb(0, PORT_DMA1_MASTER_CLEAR); + /* outb(0, PORT_DMA1_MASTER_CLEAR); */ outb(0, PORT_DMA2_MASTER_CLEAR);
// then initialize the DMA controllers
Change-Id: I7f581606f9f234cfb7a3fec2cc7f4172589f8153 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/drivers/pc80/pc/isa-dma.c M src/southbridge/amd/agesa/hudson/lpc.c 2 files changed, 7 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/39377/2