From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 2 Jul 2015 21:47:46 +0200 Subject: [U-Boot] [PATCH 5/7] armv8: cavium: Add ThunderX 88xx board definition In-Reply-To: <1429226111-29823-6-git-send-email-s.temerkhanov@gmail.com> References: <1429226111-29823-1-git-send-email-s.temerkhanov@gmail.com> <1429226111-29823-6-git-send-email-s.temerkhanov@gmail.com> Message-ID: <20150702214746.3712bdef@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Sergey, On Thu, 16 Apr 2015 16:15:09 -0700, Sergey Temerkhanov wrote: > This commit adds basic Cavium ThunderX 88xx board definitions and support. > > Signed-off-by: Sergey Temerkhanov > Signed-off-by: Radha Mohan Chintakuntla > --- > 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, -- Albert.