[coreboot-gerrit] Change in coreboot[master]: src/soc/intel/braswell/southcluster.c: Config ISA DMA controller

Frans Hendriks (Code Review) gerrit at coreboot.org
Thu Nov 1 09:09:34 CET 2018


Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/29415


Change subject: src/soc/intel/braswell/southcluster.c: Config ISA DMA controller
......................................................................

src/soc/intel/braswell/southcluster.c: Config ISA DMA controller

ISA dma controller is not configured.
Add call isa_dma_init().

BUG=N/A
TEST=Intel CherryHill CRB

Change-Id: Ib7af3f4ef6d6a29628bb2c27d32071be63ff6af2
Signed-off-by: Frans Hendriks <fhendriks at eltan.com>
---
M src/soc/intel/braswell/southcluster.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/29415/1

diff --git a/src/soc/intel/braswell/southcluster.c b/src/soc/intel/braswell/southcluster.c
index ca87d63..44f1626 100644
--- a/src/soc/intel/braswell/southcluster.c
+++ b/src/soc/intel/braswell/southcluster.c
@@ -26,6 +26,7 @@
 #include <device/device.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
+#include <pc80/isa-dma.h>
 #include <pc80/mc146818rtc.h>
 #include <romstage_handoff.h>
 #include <soc/acpi.h>
@@ -168,6 +169,8 @@
 	printk(BIOS_SPEW, "%s/%s (%s)\n",
 			__FILE__, __func__, dev_name(dev));
 
+	isa_dma_init();
+
 	/* Set up the PIRQ PIC routing based on static config. */
 	for (i = 0; i < NUM_PIRQS; i++)
 		write8((void *)(pr_base + i*sizeof(ir->pic[i])),

-- 
To view, visit https://review.coreboot.org/29415
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7af3f4ef6d6a29628bb2c27d32071be63ff6af2
Gerrit-Change-Number: 29415
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks at eltan.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181101/a0e9e4e1/attachment-0001.html>


More information about the coreboot-gerrit mailing list