9
0
Fork 0
barebox/arch/x86
Michel Stam 9f556d4b6f x86: ns16550: Rework driver to allow for x86 I/O space
The current implementation fakes a memory-mapped I/O device
at 0x3f8 and 0x2f8, then uses platform read/write functions
to do the actual reading and writing. These platform functions
only exist for the x86 platform; better to move the I/O
routines into the driver and have the driver request I/O ports
using request_ioport_region.

Signed-off-by: Michel Stam <michel@reverze.net>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-09 19:31:42 +02:00
..
boards/x86_generic x86: ns16550: Rework driver to allow for x86 I/O space 2014-04-09 19:31:42 +02:00
boot x86: initialize malloc pool before start_barebox() 2013-03-14 08:41:40 +01:00
configs x86 Generic platform: Fix prompt name 2011-03-10 11:15:04 +01:00
include/asm x86: ns16550: Rework driver to allow for x86 I/O space 2014-04-09 19:31:42 +02:00
lib scripts: add arch/x86/lib/barebox.lds to gitignore 2013-12-10 08:40:32 +01:00
mach-i386 x86: ns16550: Rework driver to allow for x86 I/O space 2014-04-09 19:31:42 +02:00
Kconfig Set model and hostname at boardlevel 2013-08-16 08:40:55 +02:00
Makefile arch/x86: fix link with recent gcc 2013-11-11 08:53:43 +01:00
mach-x86.dox doc: eliminate nonexisting reference 2010-10-22 20:47:02 +02:00