
Hello Sergey,
On Thu, 16 Apr 2015 16:15:09 -0700, Sergey Temerkhanov s.temerkhanov@gmail.com wrote:
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov s.temerkhanov@gmail.com Signed-off-by: Radha Mohan Chintakuntla rchintakuntla@cavium.com
arch/arm/Kconfig | 4 + board/cavium/thunderx/Kconfig | 19 +++++ board/cavium/thunderx/Makefile | 8 ++ board/cavium/thunderx/thunderx.c | 59 +++++++++++++ configs/thunderx_88xx_defconfig | 3 + include/configs/thunderx_88xx.h | 173 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 266 insertions(+) create mode 100644 board/cavium/thunderx/Kconfig create mode 100644 board/cavium/thunderx/Makefile create mode 100644 board/cavium/thunderx/thunderx.c create mode 100644 configs/thunderx_88xx_defconfig create mode 100644 include/configs/thunderx_88xx.h
There should also be a board/cavium/thunderx/MAINTAINERS file.
Amicalement,