Find a file
Dmitriy Korovkin c3c75902fe Fix UART on Quark platform
UART on Quark platfor, according to Quark BSP Programmer's
Reference Manual, is located in the following order on PCI bus:
COM2 BAR0: 16550 registers
     BAR1: DMA registers
COM1 BAR0: 16550 registers
     BAR1: DMA registers

So, the driver on Quark platform has to specify BAR (Base
Address Registers) number, the pci_bus_scan() function looks for.

As long as UART is a concole device, calling pci_show() during
it's initialization does not make any output.

Change-Id: I2261fbcc8f9e3ebc22d5307fdcbb18cb649c1224
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:11 -05:00
arch Fix UART on Quark platform 2016-02-05 20:14:11 -05:00
config Cleanup config/ directory for kbuild 2016-02-05 20:14:10 -05:00
doc doc: Fixed instructions for building documentation 2016-02-05 20:14:11 -05:00
drivers Fix UART on Quark platform 2016-02-05 20:14:11 -05:00
host move scripts to scripts/ 2016-02-05 20:14:07 -05:00
include PCI scan by BAR number 2016-02-05 20:14:11 -05:00
kernel Kconfig: remove extra line from nano kconfig 2016-02-05 20:14:11 -05:00
lib/libc libc: add license header 2016-02-05 20:14:09 -05:00
misc Kconfig: add general options and debugging in misc/ 2016-02-05 20:14:11 -05:00
net remove defs.objs file 2016-02-05 20:14:10 -05:00
samples Kbuild: Output files at outdir directory. 2016-02-05 20:14:10 -05:00
scripts Kbuild: Tools build at TIMO_BASE directory. 2016-02-05 20:14:10 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:59 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore Add tools and Makefiles for Documentation 2016-02-05 20:13:58 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig Kconfig: make architecture kconfig independent 2016-02-05 20:14:11 -05:00
Makefile Kbuild: Tools build at TIMO_BASE directory. 2016-02-05 20:14:10 -05:00
Makefile.inc Kbuild: Fix to distclean target. 2016-02-05 20:14:10 -05:00
timo-env.sh rename environment variables: vxmicro->timo 2016-02-05 20:14:08 -05:00
vxmicro-env.bash rename environment variables: vxmicro->timo 2016-02-05 20:14:08 -05:00