coreboot/payloads/libpayload/drivers
Julius Werner e46b6ebc43 libpayload: usb: Make OHCI work with ARM systems
This patch enables the OHCI driver to use DMA memory, which is necessary
for ARM systems where DMA devices are not cache coherent. I really only
need this to test some later OHCI changes, but it was easy enough...
copied almost verbatim from ehci.c.

BUG=chromium:343415
TEST=Works on Snow.

Change-Id: Ia717eef28340bd6182a6782e83bfdd0693cf0db1
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/193730
Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
2014-04-10 01:07:20 +00:00
..
storage
usb libpayload: usb: Make OHCI work with ARM systems 2014-04-10 01:07:20 +00:00
video
cbmem_console.c libpayload: Fix license headers 2013-02-20 02:41:24 +01:00
hid.c
keyboard.c
Makefile.inc libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE 2013-09-27 14:05:53 +00:00
nvram.c
options.c
pci.c
serial.c libpayload: Add minimal support for PL011 UART 2014-03-17 22:31:36 +00:00
speaker.c