
26 May
2016
26 May
'16
12:07 a.m.
Am 17.05.2016 um 08:43 schrieb Paul Burton:
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
Changes in v3: None Changes in v2:
- Document the match function pointer in struct of_bus.
- Make CONFIG_OF_ISA_BUS not user-selectable, and explain it in help text.
- assert() that of_match_bus didn't fail instead of BUG(), and comment why.
- s/&of_busses[0]/of_busses/
common/fdt_support.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++-- drivers/core/Kconfig | 23 ++++++++++++ 2 files changed, 121 insertions(+), 3 deletions(-)
applied to u-boot-mips, thanks.
--
- Daniel