]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/fdt_support.c
fdt: Support for ISA busses
authorPaul Burton <paul.burton@imgtec.com>
Tue, 17 May 2016 06:43:24 +0000 (07:43 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 25 May 2016 21:13:09 +0000 (23:13 +0200)
commit0a222d53d81cbd4f7a440a6f83e243a7b4e80544
tree0821799702e6caf6c49af26614d4310eb0f623b3
parentfc15b9beed05dec6cc092c265042381a0eadb0e9
fdt: Support for ISA busses

Support ISA busses in much the same way as Linux does. This allows for
ISA bus addresses to be translated, and only if CONFIG_OF_ISA_BUS is
selected in order to avoid including the code in builds which won't need
it.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c
drivers/core/Kconfig