[U-Boot] [PATCH v3 1/5] fdt: Support for ISA busses

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Thu May 26 00:07:58 CEST 2016



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 at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160526/94b3e775/attachment.sig>


More information about the U-Boot mailing list