From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 20 Nov 2018 13:15:37 +0100 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <88e65b53-5ff7-03c1-5c5c-cf9657b1f749@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, please pull the first batch of Marvell patches with: - Clearfog GT-8K support added by Baruch / Raheeb - const and sizes cleanup (also in MIPS) from Baruch - Minor cleanup to db-88f6820 from Chris Thanks, Stefan The following changes since commit d73d81fd85e4a030ade42c4b2d13466d45090aa3: Merge tag 'mips-pull-2018-11-18' of git://git.denx.de/u-boot-mips (2018-11-18 15:47:16 -0500) are available in the Git repository at: git://www.denx.de/git/u-boot-marvell.git for you to fetch changes up to 5bbf36af7ff6f4ff77d903320e95e5628c68884d: ARM: mvebu: dts: add Clearfog GT-8K (2018-11-20 13:08:44 +0100) ---------------------------------------------------------------- Baruch Siach (5): linux/const.h: import from kernel Use _AC and UL macros from linux/const.h MIPS: drop asm/const.h linux/sizes.h: sync from kernel arm64: mvebu: a8k: autodetect RAM size Chris Packham (1): ARM: mvebu: db-88f6820: remove redundant comment Rabeeh Khoury (1): ARM: mvebu: dts: add Clearfog GT-8K arch/arm/dts/Makefile | 1 + arch/arm/dts/armada-8040-clearfog-gt-8k.dts | 315 +++++++++++++++++++++++ arch/arm/include/asm/armv8/mmu.h | 2 + arch/arm/mach-mvebu/arm64-common.c | 50 +++- arch/arm/mach-tegra/tegra186/nvtboot_mem.c | 3 +- arch/mips/include/asm/mach-generic/spaces.h | 2 +- arch/riscv/include/asm/csr.h | 2 + configs/clearfog_gt_8k_defconfig | 75 ++++++ include/common.h | 9 - include/configs/db-88f6820-amc.h | 5 - include/configs/db-88f6820-gp.h | 5 - {arch/mips/include/asm => include/linux}/const.h | 23 +- include/linux/sizes.h | 4 + 13 files changed, 465 insertions(+), 31 deletions(-) create mode 100644 arch/arm/dts/armada-8040-clearfog-gt-8k.dts create mode 100644 configs/clearfog_gt_8k_defconfig rename {arch/mips/include/asm => include/linux}/const.h (52%)