ARC: [plat-hsdk] initial port for HSDK board
This initial port adds support of ARC HS Development Kit board with some basic features such serial port, USB, SD/MMC and Ethernet. Essentially we run Linux kernel on all 4 cores (i.e. utilize SMP) and heavily use IO Coherency for speeding-up DMA-aware peripherals. Note as opposed to other ARC boards we link Linux kernel to 0x9000_0000 intentionally because cores 1 and 3 configured with DCCM situated at our more usual link base 0x8000_0000. We still can use memory region starting at 0x8000_0000 as we reallocate DCCM in our platform code. Note that PAE remapping for DMA clients does not work due to an RTL bug, so CREG_PAE register must be programmed to all zeroes, otherwise it will cause problems with DMA to/from peripherals even if PAE40 is not used. Acked-by:Rob Herring <robh@kernel.org> Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by:
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by:
Vineet Gupta <vgupta@synopsys.com>
Showing
- Documentation/devicetree/bindings/arc/hsdk.txt 7 additions, 0 deletionsDocumentation/devicetree/bindings/arc/hsdk.txt
- arch/arc/Kconfig 1 addition, 0 deletionsarch/arc/Kconfig
- arch/arc/Makefile 1 addition, 0 deletionsarch/arc/Makefile
- arch/arc/boot/dts/hsdk.dts 189 additions, 0 deletionsarch/arc/boot/dts/hsdk.dts
- arch/arc/configs/hsdk_defconfig 80 additions, 0 deletionsarch/arc/configs/hsdk_defconfig
- arch/arc/kernel/devtree.c 3 additions, 2 deletionsarch/arc/kernel/devtree.c
- arch/arc/plat-hsdk/Kconfig 9 additions, 0 deletionsarch/arc/plat-hsdk/Kconfig
- arch/arc/plat-hsdk/Makefile 9 additions, 0 deletionsarch/arc/plat-hsdk/Makefile
- arch/arc/plat-hsdk/platform.c 66 additions, 0 deletionsarch/arc/plat-hsdk/platform.c
Loading
Please register or sign in to comment