Re: [U-Boot] [PATCH] mmc: fix off-by-one bug in mmc_startup_v4()

2018-02-21 Thread Jaehoon Chung
Hi, On 02/21/2018 05:03 PM, Alexander Kochetkov wrote: > >> 21 февр. 2018 г., в 9:37, Jaehoon Chung написал(а): >> >> I'm confusing about commit-msg. "SD-card with EXT_CSD_REV"? >> >> Best Regards, >> Jaehoon Chung > > I glad to write better, but don’t know. Would this

Re: [U-Boot] [PATCH] mmc: fix off-by-one bug in mmc_startup_v4()

2018-02-21 Thread Alexander Kochetkov
> Do you mean SD-card or MMC-card? :) > SD doesn't have EXT_CSD register. I see now. MMC-card. So, send v2? or you can simple fix SD with MMC in commit msg. > > - Removed Pantelis's mail account. Instead, add my account, plz. I took it from here: https://www.denx.de/wiki/U-Boot/Custodians

Re: [U-Boot] [PATCH] usb: dwc2: Reduce data buffer size to 16kB

2018-02-21 Thread Calvin Johnson
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Alexey > Brodkin > Sent: Wednesday, February 21, 2018 3:18 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Alexey Brodkin > > Subject: [U-Boot] [PATCH] usb:

Re: [U-Boot] [ANN] U-Boot v2018.03-rc3 released

2018-02-21 Thread Alex Kiernan
On Tue, Feb 20, 2018 at 10:03 PM, Tom Rini wrote: > Hey all, > > So, we're a day late. That's because I wanted the MMC PR to come in for > some important fixes, and it was too late in my day to then push a > release. I think we probably have a few more fixes that need to

[U-Boot] [PATCH] usb: dwc2: Reduce data buffer size to 16kB

2018-02-21 Thread Alexey Brodkin
If we use hardware with very small RAM (let's consider just a couple of hundreds of kB but not megabytes) it is not super convenient to lose 64kB for statically allocated bufer which most probably won't be used as big as it is. Typically we'll have much shorter data packages to excahnge and in the

[U-Boot] [PATCH] Makefile: Don't mess with .text section location for selected arches

2018-02-21 Thread Alexey Brodkin
Most of architectures have .text section situated in the very beginning of U-Boot binary and thus it is very logical that CONFIG_SYS_TEXT_BASE is used on final linkage step to specify where U-Boot gets linked to. For that we pass the following construction to the LD:

Re: [U-Boot] [PATCH] mmc: fix off-by-one bug in mmc_startup_v4()

2018-02-21 Thread Jaehoon Chung
Hi Alexander, On 02/21/2018 05:44 PM, Alexander Kochetkov wrote: > >> Do you mean SD-card or MMC-card? :) >> SD doesn't have EXT_CSD register. > > I see now. MMC-card. So, send v2? or you can simple fix SD with MMC in commit > msg. If you're ok, i will apply yours after changing commit-msg.

Re: [U-Boot] [PATCH] mmc: fix off-by-one bug in mmc_startup_v4()

2018-02-21 Thread Alexander Kochetkov
> 21 февр. 2018 г., в 9:37, Jaehoon Chung написал(а): > > I'm confusing about commit-msg. "SD-card with EXT_CSD_REV"? > > Best Regards, > Jaehoon Chung I glad to write better, but don’t know. Would this one better? In future, SD-cards with revision 9 (with REV value 9

Re: [U-Boot] [PATCH 2/2] arm: socfpga: cyclone5: Ensure spi-flash in the compatible string

2018-02-21 Thread Simon Goldschmidt
On 21.02.2018 08:40, chin.liang@intel.com wrote: From: Chin Liang See Ensure "spi-flash" is added into compatible string when there is NOR flash being instantiated in DTS. Discovered "sf probe" command without argument would hit error if spi-flash compatible

Re: [U-Boot] [ANN] U-Boot v2018.03-rc3 released

2018-02-21 Thread Alex Kiernan
On Wed, Feb 21, 2018 at 9:20 AM, Alex Kiernan wrote: > On Tue, Feb 20, 2018 at 10:03 PM, Tom Rini wrote: >> Hey all, >> >> So, we're a day late. That's because I wanted the MMC PR to come in for >> some important fixes, and it was too late in my day

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Tom Rini
On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote: > On 21.02.2018 14:35, Tom Rini wrote: > >On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote: > >>On Tue, 20 Feb 2018 09:00:56 +0100 > >>Maxime Ripard wrote: > >> > >>>On Mon, Feb 19, 2018

Re: [U-Boot] [U-Boot, v4, 07/11] spl: add support to booting with OP-TEE

2018-02-21 Thread Dr. Philipp Tomsich
Bryan, > On 21 Feb 2018, at 04:27, Bryan O'Donoghue wrote: > > On 19/02/18 15:44, Tom Rini wrote: >> On Fri, Feb 02, 2018 at 04:56:57PM +0100, Dr. Philipp Tomsich wrote: >>> Bryan, >>> On 2 Feb 2018, at 16:37, Bryan O'Donoghue

[U-Boot] [PATCH] ARM: dts: i.MX6QDL: icore-rqs: Fix eMMC detection during SPL

2018-02-21 Thread Jagan Teki
usdhc4 has eMMC on icore-rqs boards, SPL is not detecting it becuase of u-boot,dm-spl flag so add it to make eMMC working. Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-icore-rqs.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Maxime Ripard
On Wed, Feb 21, 2018 at 09:54:41AM -0500, Tom Rini wrote: > On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote: > > On 21.02.2018 14:35, Tom Rini wrote: > > >On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote: > > >>On Tue, 20 Feb 2018 09:00:56 +0100 > > >>Maxime Ripard

Re: [U-Boot] [U-Boot, v4, 07/11] spl: add support to booting with OP-TEE

2018-02-21 Thread Andrew F. Davis
On 02/20/2018 09:27 PM, Bryan O'Donoghue wrote: > > > On 19/02/18 15:44, Tom Rini wrote: >> On Fri, Feb 02, 2018 at 04:56:57PM +0100, Dr. Philipp Tomsich wrote: >>> Bryan, >>> On 2 Feb 2018, at 16:37, Bryan O'Donoghue wrote: On 02/02/18

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Simon Goldschmidt
On 21.02.2018 14:35, Tom Rini wrote: On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote: On Tue, 20 Feb 2018 09:00:56 +0100 Maxime Ripard wrote: On Mon, Feb 19, 2018 at 07:47:52PM +0200, Sam Protsenko wrote: On 18 February 2018 at 23:22, Wolfgang Denk

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Simon Goldschmidt
On 21.02.2018 15:54, Tom Rini wrote: On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote: On 21.02.2018 14:35, Tom Rini wrote: On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote: On Tue, 20 Feb 2018 09:00:56 +0100 Maxime Ripard wrote:

Re: [U-Boot] [PATCH 2/2] arm: socfpga: cyclone5: Ensure spi-flash in the compatible string

2018-02-21 Thread See, Chin Liang
On Wed, 2018-02-21 at 10:34 +0100, Simon Goldschmidt wrote: > On 21.02.2018 08:40, chin.liang@intel.com wrote: > > > > From: Chin Liang See > > > > Ensure "spi-flash" is added into compatible string when there is > > NOR flash being instantiated in DTS. Discovered

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Tom Rini
On Wed, Feb 21, 2018 at 02:55:29PM +0100, Maxime Ripard wrote: > On Wed, Feb 21, 2018 at 08:35:47AM -0500, Tom Rini wrote: > > On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote: > > > On Tue, 20 Feb 2018 09:00:56 +0100 > > > Maxime Ripard wrote: > > > > >

Re: [U-Boot] [PATCH 3/3] cbfs: add support for cbfs header components

2018-02-21 Thread Alexander Graf
On 15.02.18 07:40, Andre Heider wrote: > This fixes walking the cbfs file list because the bound checks do not > apply to header components. > > Output of coreboot's cbfstool: > Name Offset Type Size Comp > cbfs master header 0x0

[U-Boot] [PATCH 2/2] doc: mxc_hab: Update i.MX HAB documentation

2018-02-21 Thread Breno Lima
From: Breno Lima The README.mxc_hab is outdated and need improvements, add the following modifications: - Reorganize document and remove duplicate content - Add CST download link - Update CST package name - Align command lines with CST v2.3.3 - Update U-Boot binary name -

Re: [U-Boot] [PATCH 1/3] cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs

2018-02-21 Thread Alexander Graf
On 15.02.18 07:40, Andre Heider wrote: > The cast breaks the pointer on 64bit archs, so lets get rid of it. > > Signed-off-by: Andre Heider Reviewed-by: Alexander Graf Alex > --- > cmd/cbfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [U-Boot] TCP Patch Set

2018-02-21 Thread Joe Hershberger
Hi Duncan, On Wed, Feb 21, 2018 at 6:39 PM, Duncan Hare wrote: > On Mon, 12 Feb 2018 13:35:11 -0600 > Joe Hershberger wrote: > > >> >> >> >> >> >> > I need to determine if it >> >> >> > uses CONFIG_SYS_RX_ETH_BUFFER" from net.h and the >> >> >> >

[U-Boot] [PATCH 1/2] doc: mxc_hab: Move HAB related info to the appropriate doc

2018-02-21 Thread Breno Lima
From: Breno Lima Currently the High Assurance Boot procedure is documented in two places: - doc/README.imx6 - doc/README.mxc_hab It is better to consolidate all HAB related information into README.mxc_hab file, so move the content from README.imx6 to README.mxc_hab.

Re: [U-Boot] [PATCH 1/2] arm: socfpga: cyclone5: Enable Macronix flash support

2018-02-21 Thread Simon Goldschmidt
On 22.02.2018 07:29, See, Chin Liang wrote: On Wed, 2018-02-21 at 20:23 +0100, Marek Vasut wrote: On 02/21/2018 08:39 AM, chin.liang@intel.com wrote: From: Chin Liang See Enable Macronix flash support for Cyclone5 SoC Do these boards actually have a macronix

Re: [U-Boot] TCP Patch Set

2018-02-21 Thread Duncan Hare
On Mon, 12 Feb 2018 13:35:11 -0600 Joe Hershberger wrote: > >> >> > >> >> > I need to determine if it > >> >> > uses CONFIG_SYS_RX_ETH_BUFFER" from net.h and the > >> >> > "net_rx_packets" buffer pool defined in net/net.c > >> >> > > >> > > >> > Two solutions: > >> >

[U-Boot] [PATCH for 2018.03] sunxi: README.sunxi64: Add hint about non-debug ATF

2018-02-21 Thread Andre Przywara
As we are running into issues where the final U-Boot FIT image file is exceeding our size limit, add a hint to the README.sunxi64 file to point out the possibility of building non-debug versions of the ATF binary. This is about 12KB smaller than the standard debug build, and so again allows

Re: [U-Boot] [PATCH v2 00/13] LS1012A PFE driver patch series

2018-02-21 Thread Calvin Johnson
Hi Joe, > -Original Message- > From: Calvin Johnson [mailto:calvin.john...@nxp.com] > Sent: Thursday, February 15, 2018 7:47 PM > To: u-boot@lists.denx.de > Cc: joe.hershber...@ni.com; York Sun ; Anji Jagarlmudi > ; Calvin Johnson

Re: [U-Boot] [PATCH 1/2] arm: socfpga: cyclone5: Enable Macronix flash support

2018-02-21 Thread See, Chin Liang
On Wed, 2018-02-21 at 20:23 +0100, Marek Vasut wrote: > On 02/21/2018 08:39 AM, chin.liang@intel.com wrote: > > > > From: Chin Liang See > > > > Enable Macronix flash support for Cyclone5 SoC > Do these boards actually have a macronix flash ? Most of the ones I >

Re: [U-Boot] [PATCH 2/3] fs: cbfs: fix locating the cbfs header

2018-02-21 Thread Alexander Graf
On 15.02.18 07:40, Andre Heider wrote: > The value at the end of the rom is not a pointer, it is an offset > relative to the end of rom. Do you have any documentation pointers to this? Even just pointing to a specific line of code in coreboot would be helpful in case anyone wants to read it up.

Re: [U-Boot] [PATCH v8 3/4] cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()

2018-02-21 Thread Chee, Tien Fong
On Thu, 2018-02-15 at 15:59 +0100, Marek Vasut wrote: > On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > cmd_ubifs_mount() function would be called directly instead of > > involving whole command machinery for mounting ubifs

[U-Boot] [PATCH 2/2] configs: harmony: enable live tree, mtd and ubi

2018-02-21 Thread Marcel Ziswiler
From: Marcel Ziswiler U-Boot on Harmony recently got broken by ongoing driver model resp. live tree migration work: U-Boot 2018.03-rc3 (Feb 21 2018 - 15:43:08 +0100) TEGRA20 Model: NVIDIA Tegra20 Harmony evaluation board Board: NVIDIA Harmony DRAM: 1 GiB Video

[U-Boot] [RFC v3 04/15] bmips: bcm6338: add bcm6348-iudma support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/brcm,bcm6338.dtsi | 14 ++ include/dt-bindings/dma/bcm6338-dma.h | 15 +++ 2 files changed, 29 insertions(+) create mode 100644

[U-Boot] [RFC v3 01/15] dma: move dma_ops to dma-uclass.h

2018-02-21 Thread Álvaro Fernández Rojas
Move dma_ops to a separate header file, following other uclass implementations. While doing so, this patch also improves dma_ops documentation. Signed-off-by: Álvaro Fernández Rojas --- v3: Introduce changes reported by Simon Glass: - Improve dma-uclass.h documentation. -

[U-Boot] [RFC v3 12/15] bmips: enable ct-5361 enet support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/comtrend,ct-5361.dts| 12 configs/comtrend_ct5361_ram_defconfig | 8 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git

[U-Boot] [RFC v3 07/15] phy: add support for internal phys

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes include/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/phy.h b/include/phy.h index 0543ec10c2..8f3e53db01 100644 --- a/include/phy.h +++ b/include/phy.h @@ -50,6 +50,7 @@

[U-Boot] [RFC v3 09/15] bmips: bcm6338: add support for bcm6348-enet

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/brcm,bcm6338.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6338.dtsi b/arch/mips/dts/brcm,bcm6338.dtsi index 4125f71d9f..621278c9d1 100644

[U-Boot] [RFC v3 15/15] bmips: enable nb4-ser enet support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/sfr,nb4-ser.dts | 24 configs/sfr_nb4-ser_ram_defconfig | 8 +++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [RFC v2 02/15] dma: add channels support

2018-02-21 Thread Álvaro Fernández Rojas
Hi Simon, El 20/02/2018 a las 19:49, Simon Glass escribió: Hi Alvaro, On 20 February 2018 at 10:46, Álvaro Fernández Rojas wrote: This adds channels support for dma controllers that have multiple channels which can transfer data to/from different devices (enet, usb...).

[U-Boot] [RFC v3 00/15] bmips: add bcm6348-enet support

2018-02-21 Thread Álvaro Fernández Rojas
In order to add bcm6348-enet support, dma-uclass must be extended to support dma channels and reworked to operate like the other dm uclass (clk, reset...). This is a RFC, so please give you feedback on the things that I should fix or rework. v3: Introduce changes reported by Simon Glass: -

[U-Boot] [RFC v3 14/15] bmips: enable hg556a enet support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/huawei,hg556a.dts | 12 configs/huawei_hg556a_ram_defconfig | 8 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/arch/mips/dts/huawei,hg556a.dts

[U-Boot] [RFC v3 13/15] bmips: bcm6358: add support for bcm6348-enet

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/brcm,bcm6358.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi index

[U-Boot] [PATCH 2/3] arm: zynq: Wire watchdog internals

2018-02-21 Thread Michal Simek
Watchdog is only enabled in full u-boot. Adoption for SPL should be also done because that's the right place where watchdog should be enabled. Signed-off-by: Michal Simek --- arch/arm/Kconfig | 1 + board/xilinx/zynq/board.c | 49

[U-Boot] [PATCH 1/2] mtd: nand: tegra: convert to driver model and live tree

2018-02-21 Thread Marcel Ziswiler
From: Marcel Ziswiler The Tegra NAND driver recently got broken by ongoing driver model resp. live tree migration work: NAND: Could not decode nand-flash in device tree Tegra NAND init failed 0 MiB A patch for NAND uclass support was proposed about a year ago:

[U-Boot] [PATCH] clk: zynq: Show watchdog clock rate properly

2018-02-21 Thread Michal Simek
watchdog clock is also connected to cpu 1X clocksource. Zynq> clk dump ... Before: swdt 4294967290 After: swdt 0 Signed-off-by: Michal Simek --- drivers/clk/clk_zynq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[U-Boot] [RFC v3 03/15] dma: add bcm6348-iudma support

2018-02-21 Thread Álvaro Fernández Rojas
BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs. Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: Fix dma rx burst config and select DMA_CHANNELS. drivers/dma/Kconfig | 9 + drivers/dma/Makefile| 1 +

[U-Boot] [RFC v3 05/15] bmips: bcm6348: add bcm6348-iudma support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/brcm,bcm6348.dtsi | 16 include/dt-bindings/dma/bcm6348-dma.h | 17 + 2 files changed, 33 insertions(+) create mode 100644

[U-Boot] [RFC v3 02/15] dma: add channels support

2018-02-21 Thread Álvaro Fernández Rojas
This adds channels support for dma controllers that have multiple channels which can transfer data to/from different devices (enet, usb...). Signed-off-by: Álvaro Fernández Rojas --- v3: Introduce changes reported by Simon Glass: - Improve dma-uclass.h documentation. -

[U-Boot] [RFC v3 06/15] bmips: bcm6358: add bcm6348-iudma support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/brcm,bcm6358.dtsi | 18 ++ include/dt-bindings/dma/bcm6358-dma.h | 17 + 2 files changed, 35 insertions(+) create mode 100644

[U-Boot] Can't boot with initramfs but It's ok without

2018-02-21 Thread Clément Péron
Hi, I'm working on a dev board the SoC is Broadcom Cygnus with 256MiB of RAM Booting a Kernel and device tree works fine. But booting a Kernel with initramfs and a device tree make a strange behavior. Don't want to say stupid things but It seems that the Kernel didn't find the device tree and

Re: [U-Boot] Kernel panic - not syncing: VFS: Unable to mount rootfs on unknown-block (1, 0)

2018-02-21 Thread Stefano Babic
Hi Zoran, On 21/02/2018 11:45, Zoran S wrote: > Hello to U-Boot list, > > I have encountered an interesting problem which I do not entirely > understand. I am trying to boot MLO and u-boot.bin from the SD Card, > and rest from the initramfs. > > I tried several initramfs images, and so far I am

[U-Boot] [PATCH 1/3] watchdog: Add Cadence watchdog driver

2018-02-21 Thread Michal Simek
From: Shreenidhi Shedi This IP can be found on Zynq and ZynqMP devices. The driver was tested with reset-on-timeout; feature. Also adding WATCHDOG symbol to Kconfig because it is required. Signed-off-by: Shreenidhi Shedi Signed-off-by: Michal Simek

[U-Boot] [PATCH 3/3] arm: zynq: Enable cadence driver on zc706

2018-02-21 Thread Michal Simek
Enable watchdog with reset-on-timeout feature. Signed-off-by: Michal Simek --- arch/arm/dts/zynq-zc706.dts | 4 configs/zynq_zc706_defconfig | 2 ++ 2 files changed, 6 insertions(+) diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts index

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Tom Rini
On Wed, Feb 21, 2018 at 04:07:03PM +0100, Maxime Ripard wrote: > On Wed, Feb 21, 2018 at 09:54:41AM -0500, Tom Rini wrote: > > On Wed, Feb 21, 2018 at 03:38:42PM +0100, Simon Goldschmidt wrote: > > > On 21.02.2018 14:35, Tom Rini wrote: > > > >On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz

[U-Boot] [RFC v3 08/15] net: add support for bcm6348-enet

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: select DMA_CHANNELS. drivers/net/Kconfig| 10 + drivers/net/Makefile | 1 + drivers/net/bcm6348-eth.c | 517 + include/configs/bmips_common.h |

[U-Boot] [RFC v3 10/15] bmips: enable f@st1704 enet support

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/sagem,f...@st1704.dts | 12 configs/sagem_f@st1704_ram_defconfig | 9 - 2 files changed, 20 insertions(+), 1 deletion(-) diff --git

[U-Boot] [RFC v3 11/15] bmips: bcm6348: add support for bcm6348-enet

2018-02-21 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: no changes v2: no changes arch/mips/dts/brcm,bcm6348.dtsi | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6348.dtsi b/arch/mips/dts/brcm,bcm6348.dtsi index

Re: [U-Boot] [PATCH] config_whitelist: remove false-positive CONFIG options

2018-02-21 Thread Masahiro Yamada
2018-02-21 21:19 GMT+09:00 Tom Rini : > On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote: >> 2018-01-06 3:17 GMT+09:00 Masahiro Yamada : >> > U-Boot pulled in several core makefiles from Linux. The following >> > are not used in

[U-Boot] [RFC] ns16550: Add support for AUX regs usage on some ARC SoCs

2018-02-21 Thread Alexey Brodkin
Synopsys Data Fusion subsystem (DFSS) is targeted to deeply built-in use-cases and so to save some silicon area decision was made to escape usage of any busses and use instead directly wired to CPU peripherals. And one of those is DW APB UART. Later DFSS became a part of larger and more

Re: [U-Boot] [PATCH] config_whitelist: remove false-positive CONFIG options

2018-02-21 Thread Tom Rini
On Wed, Feb 21, 2018 at 09:41:10PM +0900, Masahiro Yamada wrote: > 2018-02-21 21:19 GMT+09:00 Tom Rini : > > On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote: > >> 2018-01-06 3:17 GMT+09:00 Masahiro Yamada : > >> > U-Boot pulled in

[U-Boot] [PATCH] arc: Fine-tune implementation of memory barriers

2018-02-21 Thread Alexey Brodkin
We improve on 2 things: 1. Only ARC HS family has "dmb" instructions so do compile-time check for automatically defined macro __ARCHS__. Previous check for ARCv2 ISA was not good enough because ARC EM family is v2 ISA as well but still "dmb" instaruction is not supported in EM

[U-Boot] malloc crash

2018-02-21 Thread Ansuel Smith
Trying to porting uboot to a new board. I'm testing new ubbo by loading it in ram... It does run but then it stops I enabled debug Here is the bootlog. any idea? https://pastebin.com/d8LbHL2D ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] Kernel panic - not syncing: VFS: Unable to mount rootfs on unknown-block (1, 0)

2018-02-21 Thread Zoran S
Hello to U-Boot list, I have encountered an interesting problem which I do not entirely understand. I am trying to boot MLO and u-boot.bin from the SD Card, and rest from the initramfs. I tried several initramfs images, and so far I am always failing on the same place: [2.135533] No

Re: [U-Boot] [RFC] Make U-Boot log great again

2018-02-21 Thread Tom Rini
On Tue, Feb 20, 2018 at 10:59:33AM +0100, Lukasz Majewski wrote: > On Tue, 20 Feb 2018 09:00:56 +0100 > Maxime Ripard wrote: > > > On Mon, Feb 19, 2018 at 07:47:52PM +0200, Sam Protsenko wrote: > > > On 18 February 2018 at 23:22, Wolfgang Denk wrote: >

Re: [U-Boot] [PATCH] config_whitelist: remove false-positive CONFIG options

2018-02-21 Thread Tom Rini
On Wed, Feb 21, 2018 at 04:07:10PM +0900, Masahiro Yamada wrote: > 2018-01-06 3:17 GMT+09:00 Masahiro Yamada : > > U-Boot pulled in several core makefiles from Linux. The following > > are not used in U-Boot: > > > > - CONFIG_DEBUG_SECTION_MISMATCH > > -

[U-Boot] [PATCH] arm64: zynqmp: Enable newer pmufw versions

2018-02-21 Thread Michal Simek
As of now newer pmufw is keeping old interfaces. That's why permit u-boot to run on newer version. Recommended version will be setup later. Signed-off-by: Michal Simek --- arch/arm/cpu/armv8/zynqmp/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] [ANN] U-Boot v2018.03-rc3 released

2018-02-21 Thread Jean-Jacques Hiblot
On 21/02/2018 11:10, Alex Kiernan wrote: On Wed, Feb 21, 2018 at 9:20 AM, Alex Kiernan wrote: On Tue, Feb 20, 2018 at 10:03 PM, Tom Rini wrote: Hey all, So, we're a day late. That's because I wanted the MMC PR to come in for some important

[U-Boot] [PATCH] sf: Add ISSI IS25LP256 entry

2018-02-21 Thread Marek Vasut
Add entry for ISSI IS25LP256 part. Signed-off-by: Marek Vasut Cc: Jagan Teki --- drivers/mtd/spi/spi_flash_ids.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index 262d81e98d..b789219e4e

Re: [U-Boot] [PATCH] usb: dwc2: Reduce data buffer size to 16kB

2018-02-21 Thread Marek Vasut
On 02/21/2018 10:48 AM, Alexey Brodkin wrote: > If we use hardware with very small RAM (let's consider just a couple > of hundreds of kB but not megabytes) it is not super convenient to lose > 64kB for statically allocated bufer which most probably won't be used > as big as it is. Typically we'll

Re: [U-Boot] [PATCH 1/2] mtd: nand: tegra: convert to driver model and live tree

2018-02-21 Thread Simon Glass
On 21 February 2018 at 08:16, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > The Tegra NAND driver recently got broken by ongoing driver model resp. > live tree migration work: > > NAND: Could not decode nand-flash in device tree > Tegra

Re: [U-Boot] [PATCH 1/2] arm: socfpga: cyclone5: Enable Macronix flash support

2018-02-21 Thread Marek Vasut
On 02/21/2018 08:39 AM, chin.liang@intel.com wrote: > From: Chin Liang See > > Enable Macronix flash support for Cyclone5 SoC Do these boards actually have a macronix flash ? Most of the ones I know of do not. > Signed-off-by: Chin Liang See

Re: [U-Boot] [PATCH 1/1] usb: kbd: select SYS_STDIO_DEREGISTER

2018-02-21 Thread Marek Vasut
On 02/21/2018 04:57 AM, Heinrich Schuchardt wrote: > If SYS_STDIO_DEREGISTER is not selected and USB_KEYBOARD is selected > U-Boot cannot be built due to missing function stdio_deregister_dev. > > So USB_KEYBOARD should select SYS_STDIO_DEREGISTER. > > Signed-off-by: Heinrich Schuchardt

Re: [U-Boot] [GIT] Pull request: u-boot-dfu (20.02.2018)

2018-02-21 Thread Marek Vasut
On 02/20/2018 08:17 AM, Lukasz Majewski wrote: > > Dear Marek, Tom, > > Travis CI: > https://travis-ci.org/lmajewski/u-boot-dfu/builds/343576773 > > Tested-by: Lukasz Majewski > Test HW: Beagle Bone Black > > I've found another fix for gadget (fastboot), which was "delegated"