Re: [U-Boot] [PATCH] ti: clocks: Fix do_enable_clocks() to accept NULL pointers as input parameters

2017-03-24 Thread Lukasz Majewski
Hi Lokesh, > > > On 3/24/2017 3:54 AM, Lukasz Majewski wrote: > > Up till this commit passing NULL as input parameter was allowed, > > but not handled properly. > > > > When one passed NULL to one of this function parameters, the code > > was executed causing data abort. > > > > However, what

[U-Boot] [patch v2] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-24 Thread Wenbin song
Fix the offsets of MTD partitions on Nor flash on ls1043ardb, ls1043aqds and ls1046aqds boards. Delete the rcw, uboot env and fman partitions. Add user partitions for general usage. Signed-off-by: Wenbin Song --- Changes for v1: Delete the rcw, uboot env and fman

Re: [U-Boot] [PATCH 6/8] rockchip: rk3188: Switch to new i2c IP blocks

2017-03-24 Thread Heiko Stübner
Am Donnerstag, 23. März 2017, 21:28:08 CET schrieb Simon Glass: > Hi Heiko, > > On 20 March 2017 at 05:40, Heiko Stuebner wrote: > > The rk3066/rk3188 introduced new i2c IP blocks but kept the old ones > > around just in case. The default also points to these old controllers. >

Re: [U-Boot] [PATCH] rockchip: Add support for MiQi rk3288 board

2017-03-24 Thread Jernej Škrabec
Hi Kever, Dne petek, 24. marec 2017 ob 03:38:16 CET je Kever Yang napisal(a): > Hi Jernej, > > On 03/24/2017 08:11 AM, Jernej Skrabec wrote: > > MiQi is rk3288 based development board with 1 or 2 GB SDRAM, 16 GB eMMC, > > micro SD card interface, 4 USB 2.0 ports, HDMI, gigabit Ethernet and > >

Re: [U-Boot] [PATCH] ti: clocks: Fix do_enable_clocks() to accept NULL pointers as input parameters

2017-03-24 Thread Lokesh Vutla
On Friday 24 March 2017 02:41 PM, Lukasz Majewski wrote: > Hi Lokesh, > >> >> >> On 3/24/2017 3:54 AM, Lukasz Majewski wrote: >>> Up till this commit passing NULL as input parameter was allowed, >>> but not handled properly. >>> >>> When one passed NULL to one of this function parameters, the

Re: [U-Boot] [PATCH] drivers/usb/ehci: Use platform-specific accessors

2017-03-24 Thread Alexey Brodkin
Hi Marek, On Sun, 2017-03-05 at 02:09 +0100, Marek Vasut wrote: > On 03/03/2017 02:22 PM, Alexey Brodkin wrote: > > > > Hi Marek, > > > > On Fri, 2017-03-03 at 00:57 +0100, Marek Vasut wrote: > > > > > > On 03/01/2017 01:52 PM, Alexey Brodkin wrote: > > > > > > > > > > > > Hi Marek, > > > >

Re: [U-Boot] [PATCH v3 0/3] arc: introduce timer driver and update device tree

2017-03-24 Thread Alexey Brodkin
Hi Vlad, On Tue, 2017-03-21 at 14:49 +0300, Vlad Zakharov wrote: > ARC cores may have up to 2 built-in timers: timer0 and timer1, > usually at least one of them exists. They both are driven by the > same core clock. > > They are controlled through auxiliary registers and so we > don't have to

[U-Boot] [PATCH 0/7] OMAP: Move SATA to use block driver model

2017-03-24 Thread Jean-Jacques Hiblot
This series adds support for SATA using the driver model on omap platforms. It is based on the work of Mugunthan V N in Feb 2016 The first 3 patches are preparatory work. The 4th patch adds the actual driver. The 5th and 6th patches are fixes related to the scsi_scan logic

[U-Boot] [PATCH 6/7] dm: scsi: fix scan

2017-03-24 Thread Jean-Jacques Hiblot
With DM_SCSI enabled, scsi scan suffers 2 problems: * blk_create_devicef is called with blkz = 0, leading to a divide-by-0 exception * new blk devices are created at each scan. To fix this we start by removing all known SCSI devices at the beginning of the scan. Then a detection process is

[U-Boot] [PATCH 4/7] drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device

2017-03-24 Thread Jean-Jacques Hiblot
From: Mugunthan V N Implement a sata driver for Synopsys DWC sata device based on U-boot driver model. Signed-off-by: Mugunthan V N Signed-off-by: Jean-Jacques Hiblot --- drivers/block/Kconfig| 9 ++ drivers/block/Makefile

Re: [U-Boot] [PATCH 3/3] arm: mvebu: theadorable: Add 'pcie' test command

2017-03-24 Thread Stefan Roese
On 10.03.2017 15:40, Stefan Roese wrote: This board specific command tests for the presence of a specified PCIe device (via vendor-ID and device-ID). If the device is not detected, this will get printed. If the device is detected, the board will get resetted so that an easy loop test can be

Re: [U-Boot] [PATCH 2/3] arm: mvebu: theadorable: Add board-specific PEX detection pulse width

2017-03-24 Thread Stefan Roese
On 10.03.2017 15:40, Stefan Roese wrote: Define a board-specific detection pulse-width array for the SerDes PCIe interfaces. If not defined in the board code, the default of currently 2 is used. Values from 0...3 are possible (2 bits). In this case of the theadorable board, PEX interface 0

[U-Boot] Please pull ARC changes

2017-03-24 Thread Alexey Brodkin
Hi Tom, Please pull changes which introduce ARC built-in timer support in U-Boot. This replaces legacy arch/arc/lib/timer.c implementation and allows us to describe ARC Timers in Device Tree. Among other things that way we may properly inherit Timer's clock from CPU's clock s they really run

[U-Boot] [PATCH 7/7] defconfig: dra7xx_evm: enable CONFIG_BLK and disk driver model for SCSI

2017-03-24 Thread Jean-Jacques Hiblot
Enable disk driver model for dra7xx_evm as dwc_ahci supports driver model. As a consequence we must also enable CONFIG_BLK and CONFIG_DM_USB. Signed-off-by: Mugunthan V N Signed-off-by: Jean-Jacques Hiblot --- configs/dra7xx_evm_defconfig| 4

[U-Boot] [PATCH 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DM_SCSI is defined

2017-03-24 Thread Jean-Jacques Hiblot
From: Mugunthan V N Compile out sata init/reset apis as this will be implemented in scsi-uclass driver to initialize sata devices. Signed-off-by: Mugunthan V N Signed-off-by: Jean-Jacques Hiblot --- arch/arm/mach-omap2/sata.c | 2 ++

[U-Boot] [PATCH 3/7] arm: omap-common: sata: prepare driver for DM conversion

2017-03-24 Thread Jean-Jacques Hiblot
From: Mugunthan V N Prepare sata driver for DM conversion by abstracting sata phy init to seperate function. Signed-off-by: Mugunthan V N Signed-off-by: Jean-Jacques Hiblot --- arch/arm/mach-omap2/sata.c | 13 +

Re: [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

2017-03-24 Thread Mario Six
On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote: > On 20 March 2017 at 03:28, Mario Six wrote: >> It is sometimes convenient to know how many and/or which resources are >> currently loaded into a TPG, e.g. to test is a flush operation succeeded. >> >>

[U-Boot] [patch v3] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-24 Thread Wenbin song
Fix the offsets of MTD partitions on Nor flash on ls1043ardb, ls1043aqds and ls1046aqds boards. Delete the rcw, uboot env and fman partitions. Add user partitions for general usage. Signed-off-by: Wenbin Song --- Changes for v1: Delete the rcw, uboot env and fman

[U-Boot] [PATCH 5/7] dm: scsi: ahci: fill max_lun and max_id members of scsi_platdata

2017-03-24 Thread Jean-Jacques Hiblot
Those 2 values are required for proper operation of the DM_SCSI version of scsi_scan(). Signed-off-by: Jean-Jacques Hiblot --- drivers/block/ahci.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-24 Thread Stefano Babic
Hi Adam, On 22/03/2017 23:07, Adam Ford wrote: > Logic PD has an i.MX6Q system on module (SOM) with a development kit. > This have been verified to boot the i.MX6Q version over either SD > on the development kit or NAND built into the SOM. A short list of supported peripherals (Ethernet,..) will

[U-Boot] [PATCH 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks()

2017-03-24 Thread Jean-Jacques Hiblot
From: Mugunthan V N All the clocks which has to be enabled has to be done in enable_basic_clocks(), so moving enable sata clock to common clocks enable function. Signed-off-by: Mugunthan V N Signed-off-by: Jean-Jacques Hiblot ---

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-24 Thread Adam Ford
On Fri, Mar 24, 2017 at 6:09 AM, Stefano Babic wrote: > Hi Adam, > > On 22/03/2017 23:07, Adam Ford wrote: >> Logic PD has an i.MX6Q system on module (SOM) with a development kit. >> This have been verified to boot the i.MX6Q version over either SD >> on the development kit or

[U-Boot] [LVDS dual channel] TCON0_LVDS_IF_REG seem have undocumented bit 30 ?

2017-03-24 Thread far5893
I try to read BSP code for enabling dual channel LVDS (for more than 768 Vertical lines),in BSP code : #define LCDC_LVDS_OFF (0x084) /* LVDS

Re: [U-Boot] [PATCH 1/3] arm: mvebu: AXP: Add possiblity to configure PEX detection pulse width

2017-03-24 Thread Stefan Roese
On 10.03.2017 15:40, Stefan Roese wrote: Tests have shown that on some boards the default width of the configuration pulse for the PEX link detection might lead to non-established PCIe links (link down). Especially under certain conditions (higher temperature) and with specific PCIe devices (in

[U-Boot] [PATCH 0/7] OMAP: Move SATA to use block driver model

2017-03-24 Thread Jean-Jacques Hiblot
This series adds support for SATA using the driver model on omap platforms. It is based on the work of Mugunthan V N in Feb 2016 The first 3 patches are preparatory work. The 4th patch adds the actual driver. The 5th and 6th patches are fixes related to the scsi_scan logic

Re: [U-Boot] [EXT] Re: [PATCH 7/7] scsi: dts: a3700: add scsi node

2017-03-24 Thread Stefan Roese
Hi Ken, On 24.03.2017 05:11, Ken Ma wrote: b/arch/arm/dts/armada-3720-db.dts index 85761af..9fc60f6 100644 --- a/arch/arm/dts/armada-3720-db.dts +++ b/arch/arm/dts/armada-3720-db.dts @@ -89,6 +89,10 @@ status = "okay"; }; + { + status = "okay"; +}; +

Re: [U-Boot] [PATCH v2] ARM: socfpga: add fpga build and bsp handoff instructions to readme

2017-03-24 Thread Marek Vasut
On 03/24/2017 02:58 AM, Stephen Arnold wrote: > This patch adds the steps to manually (re)build a Quartus FPGA project, > generate the required BSP glue, and update u-boot handoff files for > mainline SPL support. Requires Quartus toolchain and current U-Boot. > > Signed-off-by: Steve Arnold

Re: [U-Boot] [PATCH v2] Add support for Microchip LAN78xx

2017-03-24 Thread Yuiko.Oshino
From: Yuiko Oshino >-Original Message- >From: Marek Vasut [mailto:ma...@denx.de] >Sent: Friday, March 10, 2017 2:19 PM >To: Yuiko Oshino - C18177; u-boot@lists.denx.de >Subject: Re: [PATCH v2] Add support for Microchip LAN78xx > >On 03/10/2017 07:38 PM,

[U-Boot] [PATCH 5/6] dts: rk3399: add gmac for the rk3399

2017-03-24 Thread Philipp Tomsich
This change adds the gmac node (i.e. the GMAC Ethernet controller) as defined in the Linux DTS. Signed-off-by: Philipp Tomsich --- arch/arm/dts/rk3399.dtsi | 55 1 file changed, 55 insertions(+) diff --git

Re: [U-Boot] [PATCH v2] Add support for Microchip LAN78xx

2017-03-24 Thread Marek Vasut
On 03/24/2017 07:25 PM, yuiko.osh...@microchip.com wrote: > From: Yuiko Oshino >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Friday, March 10, 2017 2:19 PM >> To: Yuiko Oshino - C18177; u-boot@lists.denx.de >> Subject: Re: [PATCH

Re: [U-Boot] Please pull ARC changes

2017-03-24 Thread Tom Rini
On Fri, Mar 24, 2017 at 11:53:43AM +, Alexey Brodkin wrote: > Hi Tom, > > Please pull changes which introduce ARC built-in timer > support in U-Boot. This replaces legacy arch/arc/lib/timer.c implementation > and allows us to describe ARC Timers in Device Tree. Among other things > that way

[U-Boot] [PATCH] ARMv8: add GOT sections to the list of sections copied

2017-03-24 Thread Philipp Tomsich
Recent Linux distributions (e.g. Debian 9) include cross-compilers for AArch64, but only for the aarch64-linux-gnu triplet only. It can thus be expected that users will attempt to use the system cross-compiler (instead of an aarch64-elf variant) to compile U-Boot for their ARMv8 target systems.

Re: [U-Boot] [U-Boot,v2] Add support for Microchip LAN78xx

2017-03-24 Thread Yuiko.Oshino
From: Yuiko Oshino >-Original Message- >From: Tom Rini [mailto:tr...@konsulko.com] >Sent: Thursday, March 16, 2017 5:12 PM >To: Yuiko Oshino - C18177 >Cc: u-boot@lists.denx.de; ma...@denx.de >Subject: Re: [U-Boot,v2] Add support for Microchip LAN78xx > >On Fri,

Re: [U-Boot] [PATCH v2 4/7] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs

2017-03-24 Thread Jernej Škrabec
Dne petek, 24. marec 2017 ob 16:53:07 CET je Maxime Ripard napisal(a): > On Wed, Mar 22, 2017 at 06:19:12PM +0100, Jernej Škrabec wrote: > > Hi, > > > > Dne sreda, 22. marec 2017 ob 08:45:48 CET je Maxime Ripard napisal(a): > > > On Tue, Mar 21, 2017 at 11:26:46PM +0100, Jernej Škrabec wrote: > >

[U-Boot] [PATCH 1/6] rockchip: pinctrl: rk3399: add GMAC (RGMII only) support

2017-03-24 Thread Philipp Tomsich
To add GMAC (Gigabit Ethernet) support (limited to RGMII only at this point), we need support for additional pin-configuration. This commit adds the pinctrl support for GMAC in RGMII signalling mode: * adds a PERIPH_ID_GMAC and the mapping from IRQ number to PERIPH_ID * adds the required

[U-Boot] [PATCH 2/6] rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPL

2017-03-24 Thread Philipp Tomsich
Due to differences in the code paths for SPL and non-SPL, some static constant structures remain unused in each build variant. This raises warnings with recent GCC versions (we currently use GCC-6.3). The warnings addressed in this commit (by matching #if conditions for the variable definition

[U-Boot] [PATCH 0/6] rockchip: rk3399: GMAC support for the RK3399 SoC

2017-03-24 Thread Philipp Tomsich
The RK3399 includes the Designware Gigabit Ethernet controller IP and requires similar configuration as the RK3288. However, the configuration register offsets (within GRF) and bit offsets (within the registers) differ. This changeset refactors the gmac_rockchip.c driver to handle both RK3288

[U-Boot] [PATCH] rockchip: clk: rk3399: 24MHz is not a power of 2

2017-03-24 Thread Philipp Tomsich
The clock driver for the RK3399 mistakenly used (24 * 2^20) where it should have used (24 * 10^6) in a few calculations. This commits fixes this. Signed-off-by: Philipp Tomsich --- drivers/clk/rockchip/clk_rk3399.c | 4 ++-- 1 file changed, 2

[U-Boot] [PATCH 4/6] net: gmac_rockchip: Add support for the RK3399 GMAC

2017-03-24 Thread Philipp Tomsich
The GMAC in the RK3399 is very similar to the RK3288 variant (i.e. it is a Designware GMAC core and requires similar configuration as the RK3288 to switch it to RGMII and set up the TX/RX delays for Gigabit). The key difference is that the register offsets (within the GRF block) and bit-offsets

[U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message

2017-03-24 Thread Philipp Tomsich
An earlier upstream change contained an unconditional debug message which would show up as a message similar to the following in the U-Boot startup (after the ATF and before the U-Boot banner): time 159f019, 0 This commit removes this message (instead of making if conditional on being a

[U-Boot] [PATCH 6/6] dts: rk3399-puma: add gmac for the RK3399-Q7

2017-03-24 Thread Philipp Tomsich
This change enables the Gigabit Ethernet support on the RK3399-Q7. X-AffectedPlatforms: RK3399-Q7 Signed-off-by: Philipp Tomsich --- arch/arm/dts/rk3399-puma.dts | 30 ++ 1 file changed, 30 insertions(+) diff --git

[U-Boot] [PATCH 3/6] rockchip: clk: rk3399: add clocking support for Ethernet

2017-03-24 Thread Philipp Tomsich
The Ethernet driver for the RK3288/3399 GMAC makes sure that the clock is ungated through a call to clk_set_rate(...). Even though nothing needs to be done on the RK3399 (the clock gates are open and the clock is external), we need to implement enough support to at least return success to enable

Re: [U-Boot] Please pull u-boot-marvell/master

2017-03-24 Thread Tom Rini
On Fri, Mar 24, 2017 at 06:58:18AM +0100, Stefan Roese wrote: > Hi Tom, > > please pull the following Marvell patches mainly adding > support for some new boards, like the ARMv8 community > boards MACCHIATOBin and ESPRESSBin. > > Thanks, > Stefan > > The following changes since commit

Re: [U-Boot] [PATCH] imx: i.mx6q: add the initial support for LogicPD i.MX6Q SOM

2017-03-24 Thread Adam Ford
On Wed, Mar 22, 2017 at 7:27 PM, Tom Rini wrote: > On Wed, Mar 22, 2017 at 05:07:02PM -0500, Adam Ford wrote: > >> Logic PD has an i.MX6Q system on module (SOM) with a development kit. >> This have been verified to boot the i.MX6Q version over either SD >> on the development

[U-Boot] [PATCH v5 3/3] apalis-tk1: disable external clock loopback on SDMMC3

2017-03-24 Thread Marcel Ziswiler
From: Marcel Ziswiler Actually make use of that shiny new CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK. Signed-off-by: Marcel Ziswiler Signed-off-by: Marcel Ziswiler --- Changes in v5: None Changes in v4: None Changes

[U-Boot] [PATCH v5 0/3] arm: tegra: apalis-tk1 and ext clock loopback

2017-03-24 Thread Marcel Ziswiler
This series adds support for the Toradex Apalis TK1 and introduces a new option to disable the external clock loopback on SDMMC3. The whole series is also available here: http://git.toradex.com/cgit/u-boot-toradex.git/log/?h=for-next Changes in v5: - Re-enabled EFI loader support after

[U-Boot] [PATCH v5 2/3] mmc: tegra: allow disabling external clock loopback

2017-03-24 Thread Marcel Ziswiler
From: Marcel Ziswiler Introduce CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK to disable the external clock loopback and use the internal one on SDMMC3 as per the SDMMC_VENDOR_MISC_CNTRL_0 register's SDMMC_SPARE1 bits being set to 0xfffd according to the TRM.

[U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL

2017-03-24 Thread Vikas Manocha
This patch replaces SPL_PINCTRL_FULL with SPL_PINCNTRL. It is to avoid removal of pin control properties in case of SPL_PINCTRL. No impact in case of SPL_PINCTRL_FULL as it depends on SPL_PINCTRL. Signed-off-by: Vikas Manocha --- dts/Kconfig | 4 ++-- 1 file changed, 2

Re: [U-Boot] [PATCH v4 0/3] arm: tegra: apalis-tk1 and ext clock loopback

2017-03-24 Thread Marcel Ziswiler
On Fri, 2017-03-24 at 23:40 +0100, Alexander Graf wrote: > > On 24/03/2017 23:22, Marcel Ziswiler wrote: > > Hi Alexander > > > > On Tue, 2017-03-21 at 14:50 +0100, Alexander Graf wrote: > > > > > > On 21/03/2017 14:37, Marcel Ziswiler wrote: > > > > Hi Alex > > > > > > > > On Tue, 2017-03-21

Re: [U-Boot] [PATCH v4 0/3] arm: tegra: apalis-tk1 and ext clock loopback

2017-03-24 Thread Marcel Ziswiler
Hi Alexander On Tue, 2017-03-21 at 14:50 +0100, Alexander Graf wrote: > > On 21/03/2017 14:37, Marcel Ziswiler wrote: > > Hi Alex > > > > On Tue, 2017-03-21 at 10:46 +0100, Alexander Graf wrote: > > > > > > On 21/03/2017 10:29, Marcel Ziswiler wrote: > > > > This series adds support for the

Re: [U-Boot] [PATCH v4 0/3] arm: tegra: apalis-tk1 and ext clock loopback

2017-03-24 Thread Alexander Graf
On 24/03/2017 23:22, Marcel Ziswiler wrote: Hi Alexander On Tue, 2017-03-21 at 14:50 +0100, Alexander Graf wrote: On 21/03/2017 14:37, Marcel Ziswiler wrote: Hi Alex On Tue, 2017-03-21 at 10:46 +0100, Alexander Graf wrote: On 21/03/2017 10:29, Marcel Ziswiler wrote: This series adds

[U-Boot] [PATCH] fdt: allow address translation in case of SPL_OF_TRANSLATE

2017-03-24 Thread Vikas Manocha
Signed-off-by: Vikas Manocha --- lib/fdtdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 81f47ef..a1c4d16 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -112,7 +112,7 @@ fdt_addr_t fdtdec_get_addr_size_fixed(const

[U-Boot] [PATCH 1/2] sunxi: Display: Add some comments about unimplemented LVDS features

2017-03-24 Thread Priit Laes
Following LVDS features might be supported (according to BSP), but are unimplemented due to lack of proper hardware: - dual channel LVDS - choosing between NS or JEIDA mode - cross-polarity support Add at least some comments about them. Signed-off-by: Priit Laes ---

[U-Boot] [PATCH 2/2] sunxi: Display: Mark sunxi_rgb2yuv_coef array as const

2017-03-24 Thread Priit Laes
sunxi_rgb2yuv_coef is readonly and never modified. Signed-off-by: Priit Laes --- drivers/video/sunxi_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/sunxi_display.c b/drivers/video/sunxi_display.c index bcd33dd..a12c4c3 100644 ---

Re: [U-Boot] [PATCH v2 4/7] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs

2017-03-24 Thread Maxime Ripard
On Wed, Mar 22, 2017 at 06:19:12PM +0100, Jernej Škrabec wrote: > Hi, > > Dne sreda, 22. marec 2017 ob 08:45:48 CET je Maxime Ripard napisal(a): > > On Tue, Mar 21, 2017 at 11:26:46PM +0100, Jernej Škrabec wrote: > > > Hi, > > > > > > Dne torek, 21. marec 2017 ob 20:34:33 CET je Maxime Ripard

Re: [U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup

2017-03-24 Thread Heiko Stuebner
Am Donnerstag, 23. März 2017, 21:28:01 CET schrieb Simon Glass: > Hi Heiko, > > On 20 March 2017 at 05:40, Heiko Stuebner wrote: > > The ARMCLK starts at 24MHz on the rk3188 which makes u-boot startup > > unnecessary slow. We can easily switch to 600MHz without involving > > the

Re: [U-Boot] [patch v3] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-24 Thread york sun
On 03/24/2017 03:20 AM, Wenbin song wrote: > Fix the offsets of MTD partitions on Nor flash on ls1043ardb, ls1043aqds > and ls1046aqds boards. > Delete the rcw, uboot env and fman partitions. > Add user partitions for general usage. > > Signed-off-by: Wenbin Song > --- >

Re: [U-Boot] [PATCH] drivers/usb/ehci: Use platform-specific accessors

2017-03-24 Thread Marek Vasut
On 03/24/2017 12:08 PM, Alexey Brodkin wrote: > Hi Marek, > > On Sun, 2017-03-05 at 02:09 +0100, Marek Vasut wrote: >> On 03/03/2017 02:22 PM, Alexey Brodkin wrote: >>> >>> Hi Marek, >>> >>> On Fri, 2017-03-03 at 00:57 +0100, Marek Vasut wrote: On 03/01/2017 01:52 PM, Alexey Brodkin

Re: [U-Boot] [EXT] Re: [PATCH 7/7] scsi: dts: a3700: add scsi node

2017-03-24 Thread Stefan Roese
Hi Ken, btw, regarding the max-lun and max-id you could perhaps take a look at this recent patch, also dealing with these parameters: https://patchwork.ozlabs.org/patch/743160/ I've not looked too close into this, just wanted to point it out to you. Thanks, Stefan