Re: [U-Boot] [PATCH] armv8/ls1043a: Add MTD partition scheme

2016-07-19 Thread york sun
On 04/06/2016 10:46 PM, Wenbin Song wrote: > Hi: York > > Please see my inline comments. > > Best Regards > Wenbin Song > >> -Original Message- >> From: York Sun [mailto:york@nxp.com] >> Sent: Thursday, April 07, 2016 1:18 AM >> To: Wenbin Song ; Mingkai Hu >> ; u-boot@lists.denx.de >>

[U-Boot] [PATCH] powerpc/85xx: Increase fdt address

2016-07-19 Thread Scott Wood
Loading the fdt at 0xc0 fails if the uncompressed kernel image is greater than 12 MiB, which is quite common with modern kernels and multiplatform defconfigs. Move fdtaddr to 0x1e0 which is just under the ramdiskaddr on most targets. Signed-off-by: Scott Wood Cc: Peter Tyser Cc: Dirk Ei

[U-Boot] [PATCH] powerpc/86xx: Increase boot map size to 256 MiB

2016-07-19 Thread Scott Wood
This is what Linux maps on classic PPC during boot, and modern kernel images don't fit within the current 8 MiB uncompressed limit. Adjust image load addresses to be above this limit to avoid conflicts. Signed-off-by: Scott Wood --- include/configs/MPC8610HPCD.h | 13 +++-- include/conf

Re: [U-Boot] [PATCH v5 0/8] ARMv7: PSCI: add PSCI v1.0 support

2016-07-19 Thread york sun
On 07/04/2016 07:26 PM, Hongbo Zhang wrote: > On Mon, Jul 4, 2016 at 9:11 PM, Hans de Goede wrote: >> Hi, >> >> On 04-07-16 09:20, Hongbo Zhang wrote: >>> >>> I said I would send a new iteration of this series, but there are code >>> dependencies/conflicts with Chenyu's work, so I'd like to wait f

Re: [U-Boot] [PATCH v3] driver: spi: fsl-qspi: disable AHB buffer prefetch

2016-07-19 Thread york sun
On 07/11/2016 08:00 PM, Yunhui Cui wrote: > From: Yunhui Cui > > Errata: A-009282: QuadSPI data pre-fetch can result in incorrect data > We need this errata workaround when CONFIG_SYS_FSL_QSPI_AHB is enabled. > > Signed-off-by: Yunhui Cui > --- > drivers/spi/fsl_qspi.c | 12 +++- > 1 fil

Re: [U-Boot] [PATCH] Revert "T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue"

2016-07-19 Thread york sun
On 04/20/2016 06:12 PM, York Sun wrote: > +Roy to comment on iNIC. > > On 04/20/2016 06:05 PM, Qiang Zhao wrote: >> On 04/21/2016 12:58 AM, York Sun wrote: >>> -Original Message- >>> From: York Sun [mailto:york@nxp.com] >>> Sent: Thursday, April 21, 2016 12:58 AM >>> To: Qiang Zhao >>>

Re: [U-Boot] [PATCH] usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ

2016-07-19 Thread Marek Vasut
On 07/19/2016 07:11 AM, Siva Durga Prasad Paladugu wrote: > Add Kconfig entry config option for USB_EHCI_ZYNQ > and update the same to enable for all zynq boards > which supports USB > > Signed-off-by: Siva Durga Prasad Paladugu Looks ok, except for a bit below. Michal, please double-check. > -

Re: [U-Boot] [PATCH] spl: fit: Fix the number of bytes read in raw mode

2016-07-19 Thread Tom Rini
On Tue, Jul 19, 2016 at 02:56:14PM +0530, Lokesh Vutla wrote: > In raw mode a full sector is to be read even if image covers part of > a sector. Number of sectors are calculated as ROUND_UP(size)/sec_size by FIT > framework. This calculation assumes that image is at the 0th offset of a > sector,

Re: [U-Boot] [PATCH 1/2] ARM: Add save_boot_params for ARMv8

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 05:01:50PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Implement a hook to allow boards to save boot-time CPU state for later > use. When U-Boot is chain-loaded by another bootloader, CPU registers may > contain useful information such as system configuration

Re: [U-Boot] Please pull u-boot-fsl-qoriq master

2016-07-19 Thread Tom Rini
On Tue, Jul 19, 2016 at 08:29:53PM +, york sun wrote: > Tom, > > The following changes since commit 3a592a1349ac3961b0f4f2db0a8d9f128225d897: > >Revert "armv8: Enable CPUECTLR.SMPEN for coherency" (2016-07-14 > 17:36:18 -0400) > > are available in the git repository at: > >git://g

Re: [U-Boot] [PATCH] powerpc/85xx: Increase fdt address

2016-07-19 Thread Paul Gortmaker
[[PATCH] powerpc/85xx: Increase fdt address] On 19/07/2016 (Tue 17:52) Scott Wood wrote: > Loading the fdt at 0xc0 fails if the uncompressed kernel image is > greater than 12 MiB, which is quite common with modern kernels and > multiplatform defconfigs. Move fdtaddr to 0x1e0 which is jus

[U-Boot] [PATCH] configs: rockchip: remove CONFIG_ROCKCHIP_COMMON

2016-07-19 Thread Kever Yang
The CONFIG_ROCKCHIP_COMMON is no use now, remove it. Signed-off-by: Kever Yang --- include/configs/rk3036_common.h | 2 -- include/configs/rk3288_common.h | 1 - 2 files changed, 3 deletions(-) diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index ae4b101..b003ba

Re: [U-Boot] [PATCH] configs: rockchip: remove CONFIG_ROCKCHIP_COMMON

2016-07-19 Thread Ziyuan Xu
Hi kever, If you intend to remove CONFIG_ROCKCHIP_COMMON, please also remove it in Kconfig.(arch/arm/mach-rockchip/rk3036/Kconfig) And CONFIG_SPL_ROCKCHIP_COMMON? On 2016年07月20日 11:31, Kever Yang wrote: The CONFIG_ROCKCHIP_COMMON is no use now, remove it. Signed-off-by: Kever Yang --- inc

Re: [U-Boot] [PATCH] powerpc: p1_p2_rdb_pc: rename to P2020RDB_PC

2016-07-19 Thread york sun
On 01/05/2016 01:57 PM, york@nxp.com wrote: > On 01/05/2016 01:38 PM, York Sun wrote: >> >> >> On 01/05/2016 10:40 AM, Bryan Hundven wrote: >>> On Tue, Jan 05, 2016 at 09:01:17AM -0800, York Sun wrote: On 12/23/2015 07:40 AM, Bryan Hundven wrote: > York, > > Just chec

Re: [U-Boot] [PATCH 2/4] SECURE_BOOT: Enable chain of trust in SPL framework

2016-07-19 Thread Sumit Garg
> -Original Message- > From: york sun > Sent: Wednesday, July 20, 2016 3:08 AM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > ; tr...@konsulko.com; > teddy.r...@gmail.com; s...@chromium.org; dannenb...@ti.com; Aneesh > Bansal > Subject: Re: [PATCH 2/4]

Re: [U-Boot] [PATCH] drivers:usb:common:fsl-dt-fixup: Fix the dt for all type of usb controllers

2016-07-19 Thread Marek Vasut
On 07/20/2016 05:55 AM, Sriram Dash wrote: >> From: Marek Vasut [mailto:ma...@denx.de] >> On 06/20/2016 06:15 AM, Sriram Dash wrote: >>> Currently, U-boot doesn't allow to compile more than one type of USB >>> protocol simultaneously. Hence, EHCI and XHCI controllers cannot >>> co-exist and CONFIG_

Re: [U-Boot] [PATCH] usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ

2016-07-19 Thread Michal Simek
On 20.7.2016 03:38, Marek Vasut wrote: > On 07/19/2016 07:11 AM, Siva Durga Prasad Paladugu wrote: >> Add Kconfig entry config option for USB_EHCI_ZYNQ >> and update the same to enable for all zynq boards >> which supports USB >> >> Signed-off-by: Siva Durga Prasad Paladugu > > Looks ok, except f

Re: [U-Boot] [PATCH v1 0/6] Convert FSL LayerScape ARMv8 SoCs to use common MMU code

2016-07-19 Thread york sun
On 06/24/2016 04:46 PM, York Sun wrote: > To use common MMU code, non-identical mapping needs to be supported. > Minior change in the MMU framework is required to support splitting > blocks. With these changes, using common code is straight forward. > Attention is needed where the tables are for ea

[U-Boot] [PATCH v2] common: fit: Allow U-Boot images to be booted

2016-07-19 Thread Mario Six
In certain circumstances it comes in handy to be able to boot into a second U-Boot. But as of now it is not possible to boot a U-Boot binary that is inside a FIT image, which is problematic for projects that e.g. need to guarantee a unbroken chain of trust from SOC all the way into the OS, since th

<    1   2