From: Grant Likely Date: Mon, 31 Mar 2014 07:10:55 +0000 (+0100) Subject: Merge remote-tracking branch 'robh/for-next' into devicetree/next X-Git-Tag: firefly_0821_release~176^2~4175^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d88cf7d7b4240b8df170ba105e414e476fb51cce;hp=-c;p=firefly-linux-kernel-4.4.55.git Merge remote-tracking branch 'robh/for-next' into devicetree/next --- d88cf7d7b4240b8df170ba105e414e476fb51cce diff --combined Makefile index 48a4a5b3f741,1a2628ee5d91..c2bb9d3c3a78 --- a/Makefile +++ b/Makefile @@@ -1,7 -1,7 +1,7 @@@ VERSION = 3 PATCHLEVEL = 14 SUBLEVEL = 0 - EXTRAVERSION = -rc5 + EXTRAVERSION = -rc6 NAME = Shuffling Zombie Juror # *DOCUMENTATION* @@@ -728,13 -728,6 +728,13 @@@ export KBUILD_IMAGE ?= vmlinu # images. Default is /boot, but you can set it to other values export INSTALL_PATH ?= /boot +# +# INSTALL_DTBS_PATH specifies a prefix for relocations required by build roots. +# Like INSTALL_MOD_PATH, it isn't defined in the Makefile, but can be passed as +# an argument if needed. Otherwise it defaults to the kernel install path +# +export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) + # # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory # relocations required by build roots. This is not defined in the diff --combined arch/arm/Kconfig index d0262bea8020,15949459611f..8b562c82d8a2 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@@ -1578,6 -1578,7 +1578,7 @@@ config BL_SWITCHER_DUMMY_I choice prompt "Memory split" + depends on MMU default VMSPLIT_3G help Select the desired split between kernel and user memory. @@@ -1595,6 -1596,7 +1596,7 @@@ endchoic config PAGE_OFFSET hex + default PHYS_OFFSET if !MMU default 0x40000000 if VMSPLIT_1G default 0x80000000 if VMSPLIT_2G default 0xC0000000 @@@ -1903,6 -1905,7 +1905,7 @@@ config XE depends on ARM && AEABI && OF depends on CPU_V7 && !CPU_V6 depends on !GENERIC_ATOMIC64 + depends on MMU select ARM_PSCI select SWIOTLB_XEN select ARCH_DMA_ADDR_T_64BIT @@@ -1918,7 -1921,6 +1921,7 @@@ config USE_O select IRQ_DOMAIN select OF select OF_EARLY_FLATTREE + select OF_RESERVED_MEM help Include support for flattened device tree machine descriptions.