From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Tue, 16 Jul 2019 11:50:05 +0900 Subject: [U-Boot] [PATCH v2 0/2] arm: qemu: fix failure if booting from TF-A In-Reply-To: <20190703014440.25449-1-takahiro.akashi@linaro.org> References: <20190703014440.25449-1-takahiro.akashi@linaro.org> Message-ID: <20190716025004.GL21948@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, Tuomas, Ping. Can you review this patch, please? -Takahiro Akashi On Wed, Jul 03, 2019 at 10:44:38AM +0900, AKASHI Takahiro wrote: > With this patch, hang-up of U-Boot, as described in patch#2, will be fixed > if it is loaded and started from TF-A. > > Changes in v2 (July 3, 2019) > * add patch#1 (preparatory patch) > * remove a reference to unnecessary patch in the commit message > > AKASHI Takahiro (2): > arm: move CONFIG_TFABOOT to generic Kconfig > arm: qemu: fix failure in flash initialization if booting from TF-A > > arch/arm/Kconfig | 29 +++++++++++++++++++++++ > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 7 ------ > include/configs/qemu-arm.h | 5 ++++ > 3 files changed, 34 insertions(+), 7 deletions(-) > > -- > 2.21.0 >