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

2018-11-29 Thread Lukasz Majewski
Dear Marek, The following changes since commit e16c888fab5014b022d5781dc534f204460a073b: Merge branch '2018-11-28-master-imports' (2018-11-28 23:04:58 -0500) are available in the git repository at: git://git.denx.de/u-boot-dfu.git for you to fetch changes up to d2e0cdf86db4bdadfdb2fd5fb60

Re: [U-Boot] [PATCH v2 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init

2018-11-29 Thread Stefan Roese
On 30.11.18 03:54, Aditya Prayoga wrote: Similar to Clearfog rev 2.1, GPIO 19 also used to reset onboard ethernet PHY. Signed-off-by: Aditya Prayoga --- v2: * Use generic gpio_* API (Baruch Siach) --- board/kobol/helios4/helios4.c | 31 +++ 1 file changed, 31 inse

Re: [U-Boot] [PATCH 2/2] efi: payload: only init usb if necessary

2018-11-29 Thread Christian Gmeiner
Am Fr., 30. Nov. 2018 um 05:02 Uhr schrieb Bin Meng : > > Up until now the call to initialize the USB subsystem was hardcoded > for U-Boot running as an EFI payload. This was used to enable the > use of a USB keyboard in the U-Boot shell. However not all boards > might need this functionality. As i

Re: [U-Boot] [PATCH 1/2] coreboot: only init usb if necessary

2018-11-29 Thread Christian Gmeiner
Am Fr., 30. Nov. 2018 um 05:02 Uhr schrieb Bin Meng : > > From: Thomas RIENOESSL > > Up until now the call to initialize the USB subsystem was hardcoded > for U-Boot running as a coreboot payload. This was used to enable > the use of a USB keyboard in the U-Boot shell. However not all boards > mig

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Rick Chen
Bin Meng 於 2018年11月30日 週五 下午3:26寫道: > > Hi Rick, > > On Fri, Nov 30, 2018 at 3:15 PM Rick Chen wrote: > > > > Bin Meng 於 2018年11月30日 週五 下午2:57寫道: > > > > > > Hi Rick, > > > > > > On Fri, Nov 30, 2018 at 2:41 PM Rick Chen wrote: > > > > > > > > Bin Meng 於 2018年11月30日 週五 下午2:21寫道: > > > > > > >

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Bin Meng
Hi Rick, On Fri, Nov 30, 2018 at 3:15 PM Rick Chen wrote: > > Bin Meng 於 2018年11月30日 週五 下午2:57寫道: > > > > Hi Rick, > > > > On Fri, Nov 30, 2018 at 2:41 PM Rick Chen wrote: > > > > > > Bin Meng 於 2018年11月30日 週五 下午2:21寫道: > > > > > > > > Hi Rick, > > > > > > > > On Fri, Nov 30, 2018 at 2:05 PM R

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Rick Chen
Bin Meng 於 2018年11月30日 週五 下午2:57寫道: > > Hi Rick, > > On Fri, Nov 30, 2018 at 2:41 PM Rick Chen wrote: > > > > Bin Meng 於 2018年11月30日 週五 下午2:21寫道: > > > > > > Hi Rick, > > > > > > On Fri, Nov 30, 2018 at 2:05 PM Rick Chen wrote: > > > > > > > > Bin Meng 於 2018年11月30日 週五 上午9:48寫道: > > > > > > >

Re: [U-Boot] [PATCH v5 1/4] riscv: Add kconfig option to run U-Boot in S-mode

2018-11-29 Thread Rick Chen
Anup Patel 於 2018年11月27日 週二 下午8:38寫道: > > On Tue, Nov 27, 2018 at 4:17 PM Alexander Graf wrote: > > > > > > > > On 27.11.18 07:52, Anup Patel wrote: > > > On Tue, Nov 27, 2018 at 12:09 PM Rick Chen wrote: > > >> > > Subject: [PATCH v5 1/4] riscv: Add kconfig option to run U-Boot in > > >>>

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Bin Meng
Hi Rick, On Fri, Nov 30, 2018 at 2:41 PM Rick Chen wrote: > > Bin Meng 於 2018年11月30日 週五 下午2:21寫道: > > > > Hi Rick, > > > > On Fri, Nov 30, 2018 at 2:05 PM Rick Chen wrote: > > > > > > Bin Meng 於 2018年11月30日 週五 上午9:48寫道: > > > > > > > > Hi Rick, > > > > > > > > On Thu, Nov 29, 2018 at 6:41 PM R

[U-Boot] [PATCH 3/3 v4] mips: mt76xx: gardena-smart-gateway: Add factory data variable handling

2018-11-29 Thread Stefan Roese
Some factory data is stored in the SPI NOR and needs to get extracted from there into U-Boot environment variables. This patch also includes a board-specific command "fd_write" to provide some dummy / default values for this factory-data in the SPI NOR flash. This should only be necessary for test

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Rick Chen
Bin Meng 於 2018年11月30日 週五 下午2:21寫道: > > Hi Rick, > > On Fri, Nov 30, 2018 at 2:05 PM Rick Chen wrote: > > > > Bin Meng 於 2018年11月30日 週五 上午9:48寫道: > > > > > > Hi Rick, > > > > > > On Thu, Nov 29, 2018 at 6:41 PM Rick Chen wrote: > > > > > > > > Bin Meng 於 2018年11月27日 週二 下午6:07寫道: > > > > > > >

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Bin Meng
Hi Rick, On Fri, Nov 30, 2018 at 2:05 PM Rick Chen wrote: > > Bin Meng 於 2018年11月30日 週五 上午9:48寫道: > > > > Hi Rick, > > > > On Thu, Nov 29, 2018 at 6:41 PM Rick Chen wrote: > > > > > > Bin Meng 於 2018年11月27日 週二 下午6:07寫道: > > > > > > > > Hi Rick, > > > > > > > > On Tue, Nov 27, 2018 at 4:43 PM R

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Rick Chen
Bin Meng 於 2018年11月30日 週五 上午9:48寫道: > > Hi Rick, > > On Thu, Nov 29, 2018 at 6:41 PM Rick Chen wrote: > > > > Bin Meng 於 2018年11月27日 週二 下午6:07寫道: > > > > > > Hi Rick, > > > > > > On Tue, Nov 27, 2018 at 4:43 PM Rick Chen wrote: > > > > > > > > Anup Patel 於 2018年11月27日 週二 下午3:56寫道: > > > > > >

Re: [U-Boot] [PATCH] configs: mcbin: enable network driver

2018-11-29 Thread Stefan Roese
Hi Baruch, On 29.11.18 18:11, Baruch Siach wrote: Hi Stefan, Stefan Roese writes: On 29.11.18 14:12, Stefan Roese wrote: On 22.11.18 12:42, Baruch Siach wrote: Enable the mvpp2 Ethernet driver and the Marvell Ethernet PHY driver. This makes the Macchiatobin 1Gb Ethernet interface usable. Cc

[U-Boot] [PATCH 2/2] efi: payload: only init usb if necessary

2018-11-29 Thread Bin Meng
Up until now the call to initialize the USB subsystem was hardcoded for U-Boot running as an EFI payload. This was used to enable the use of a USB keyboard in the U-Boot shell. However not all boards might need this functionality. As initializing the USB subsystem can take a considerable amount of

Re: [U-Boot] [PATCH] coreboot: only init usb if necessary

2018-11-29 Thread Bin Meng
Hi Christian, On Mon, Nov 12, 2018 at 10:59 PM Bin Meng wrote: > > Hi Christian, > > On Mon, Nov 12, 2018 at 10:39 PM Christian Gmeiner > wrote: > > > > Hi Bin > > > > Am Mo., 12. Nov. 2018 um 14:44 Uhr schrieb Bin Meng : > > > > > > Hi Christian/Thomas, > > > > > > On Mon, Nov 12, 2018 at 8:44

[U-Boot] [PATCH 1/2] coreboot: only init usb if necessary

2018-11-29 Thread Bin Meng
From: Thomas RIENOESSL Up until now the call to initialize the USB subsystem was hardcoded for U-Boot running as a coreboot payload. This was used to enable the use of a USB keyboard in the U-Boot shell. However not all boards might need this functionality. As initializing the USB subsystem can t

[U-Boot] [PATCH v2 2/2] x86: kconfig: Allow board defconfig file to disable 8259 and APIC

2018-11-29 Thread Bin Meng
At present the Kconfig options (CONFIG_I8259_PIC and CONFIG_APIC) do not include a prompt message, which makes it impossible to be disabled from a board defconfig file. Signed-off-by: Bin Meng --- Changes in v2: None arch/x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[U-Boot] [PATCH v2 1/2] x86: Wrap calls to 8259 with CONFIG_I8259_PIC

2018-11-29 Thread Bin Meng
mask_irq(), unmask_irq() and specific_eoi() are provided by the i8259 PIC driver and should be wrapped with CONFIG_I8259_PIC. Signed-off-by: Bin Meng Tested-by: Hannes Schmelzer --- Changes in v2: - use if() instead of #if arch/x86/lib/interrupts.c | 16 ++-- 1 file changed, 10 i

[U-Boot] [v1 2/2] arm64: lx2160ardb: enable DM support for sata

2018-11-29 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- Depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=78759 configs/lx2160ardb_tfa_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configs/lx2160ardb_tfa_de

[U-Boot] [v1 1/2] armv8: dts: fsl-lx2160a: add sata node support

2018-11-29 Thread Peng Ma
One lx2160A, there is one SATA 3.0 advanced host controller interface which is a high-performance SATA solution that delivers comprehensive and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA capabilities, in accordance with the serial ATA revision 3.0 of Serial ATA International Orga

Re: [U-Boot] [PATCH v2 1/5] clk_rv1108: Sync with vendor tree

2018-11-29 Thread vicent....@rock-chips.com
Hi Otavio Salvador: Fixed a problem of rv1108 emmc clock configuration. I am afraid that the code between us is not synchronized, so I also send the modified files to you. Thank you! ``` diff --git a/arch/arm/include/asm/arch-rockchip/cru_rv1108.h b/arch/arm/include/asm/arch

[U-Boot] [PATCH 2/2] arm64: lx2160ardb: enable DM support for sata

2018-11-29 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/lx2160ardb_tfa_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index b319cb6..f971d67 100644 --- a/config

[U-Boot] [PATCH 1/2] armv8: dts: fsl-lx2160a: add sata node support

2018-11-29 Thread Peng Ma
One lx2160A, there is one SATA 3.0 advanced host controller interface which is a high-performance SATA solution that delivers comprehensive and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA capabilities, in accordance with the serial ATA revision 3.0 of Serial ATA International Orga

[U-Boot] [PATCH v2 4/6] arm: mvebu: helios4: Reduce U-Boot image size

2018-11-29 Thread Aditya Prayoga
Remove unused I2C support in SPL and use simple_malloc functions to reduce SPL image size. Since Helios4 does not have any PCIe allocated on SerDes, remove PCI support. MTD layer on top of SPI flash is not needed, remove it also. Signed-off-by: Aditya Prayoga --- configs/helios4_defconfig | 5 +-

[U-Boot] [PATCH v2 2/6] arm: mvebu: helios4: Enable I2C and IO Expander

2018-11-29 Thread Aditya Prayoga
Enable Marvell I2C driver and I2C IO expander. Set default bus to external I2C bus. Define I2C aliases in device tree so it can be recognized by the driver. Signed-off-by: Aditya Prayoga --- v2: * Rearrange the patch, enabling I2C and convert I2C IO expander to DM should applied together. * M

[U-Boot] [PATCH v2 5/6] arm: mvebu: helios4: Enable SPI flash support

2018-11-29 Thread Aditya Prayoga
Enable SPI flash support under U-Boot and SPL. The ENV size and offset, ported from U-Boot 2013.01 Marvell version: 2015_T1.0p16 To create U-Boot image for SPI flash, user would need to replace * CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC with CONFIG_MVEBU_SPL_BOOT_DEVICE_SPI * CONFIG_ENV_IS_IN_MMC with CON

[U-Boot] [PATCH v2 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init

2018-11-29 Thread Aditya Prayoga
Similar to Clearfog rev 2.1, GPIO 19 also used to reset onboard ethernet PHY. Signed-off-by: Aditya Prayoga --- v2: * Use generic gpio_* API (Baruch Siach) --- board/kobol/helios4/helios4.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/board/kobol/helios4/h

[U-Boot] [PATCH v2 1/6] arm: mvebu: helios4: mmc: move environment before 1M

2018-11-29 Thread Aditya Prayoga
Store the environment before 1M into the block device. This constant is easier to remember, saves a little space, and is in line with what SolidRun's 2018.01-based fork does for the clearfog. Signed-off-by: Josua Mayer [ Aditya Prayoga: * Port forward] Signed-off-by: Aditya Prayoga --- include/

[U-Boot] [PATCH v2 3/6] arm: mvebu: helios4: Enable mvebu GPIO

2018-11-29 Thread Aditya Prayoga
Make use of U-Boot's GPIO DM to control native GPIO and I2C IO expander. Signed-off-by: Aditya Prayoga --- v2: * Rearrange the patch, move I2C IO expander DM convertion together with I2C. --- configs/helios4_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/helios4_def

[U-Boot] [PATCH v2 0/6] Update support for Helios4 board

2018-11-29 Thread Aditya Prayoga
Hi everyone, This series add some missing peripheral support and fixed that was implemented on U-Boot 2013.01 Marvell version: 2015_T1.0p16 - helios4: mmc: move environment before 1M - helios4: Enable I2C and IO Expander - helios4: Reset uSOM onboard phy during board init and added new peripheral

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Kever Yang
Hi Philipp, On 11/30/2018 05:44 AM, Philipp Tomsich wrote: > > >>> With this patch, people can use firmware in SD card if they want; >>> Without this patch, people never able to use firmware in SD card if eMMC >>> firmware exist (even if it's broken). >> >> Most boards I know have the ability to

Re: [U-Boot] [PATCH v5 4/4] riscv: Remove redundant a2 store on DRAM base in start.S

2018-11-29 Thread Bin Meng
Hi Rick, On Thu, Nov 29, 2018 at 6:41 PM Rick Chen wrote: > > Bin Meng 於 2018年11月27日 週二 下午6:07寫道: > > > > Hi Rick, > > > > On Tue, Nov 27, 2018 at 4:43 PM Rick Chen wrote: > > > > > > Anup Patel 於 2018年11月27日 週二 下午3:56寫道: > > > > > > > > On Tue, Nov 27, 2018 at 12:30 PM Rick Chen wrote: > > >

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Kever Yang
+ Andreas from SUSE and Thomas from Armbian Hi Wadim, On 11/29/2018 05:54 PM, Wadim Egorov wrote: > Hi, > > Am 29.11.18 um 02:48 schrieb Kever Yang: >> On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >>> Kever, >>> On 28.11.2018, at 03:06, Kever Yang wrote: According to the emmc/s

[U-Boot] [PATCH v2] efi_loader: Reserve unaccessible memory

2018-11-29 Thread Alexander Graf
On some systems, not all RAM may be usable within U-Boot. Maybe the memory maps are incomplete, maybe it's used as workaround for broken DMA. But whatever the reason may be, a platform can say that it does not wish to have its RAM accessed above a certain address by defining board_get_usable_ram_to

Re: [U-Boot] [PATCH] efi_loader: Reserve unaccessible memory

2018-11-29 Thread Alexander Graf
On 30.11.18 01:05, Heinrich Schuchardt wrote: > On 11/30/18 12:47 AM, Alexander Graf wrote: >> On some systems, not all RAM may be usable within U-Boot. Maybe the >> memory maps are incomplete, maybe it's used as workaround for broken >> DMA. But whatever the reason may be, a platform can say tha

Re: [U-Boot] [PATCH] efi_loader: Reserve unaccessible memory

2018-11-29 Thread Heinrich Schuchardt
On 11/30/18 12:47 AM, Alexander Graf wrote: > On some systems, not all RAM may be usable within U-Boot. Maybe the > memory maps are incomplete, maybe it's used as workaround for broken > DMA. But whatever the reason may be, a platform can say that it does > not wish to have its RAM accessed above a

[U-Boot] [PATCH] efi_loader: Reserve unaccessible memory

2018-11-29 Thread Alexander Graf
On some systems, not all RAM may be usable within U-Boot. Maybe the memory maps are incomplete, maybe it's used as workaround for broken DMA. But whatever the reason may be, a platform can say that it does not wish to have its RAM accessed above a certain address by defining board_get_usable_ram_to

[U-Boot] [PATCHv3 3/4] dm: MIGRATION: Add migration plan for CONFIG_SATA

2018-11-29 Thread Tom Rini
As the core of the subsystem has been converted along with some of the drivers, formalize a deadline for migration. Cc: Akshay Bhat Cc: Andreas Geisreiter Cc: Bin Meng Cc: Christian Gmeiner Cc: Fabio Estevam Cc: Jason Liu Cc: Ken Lin Cc: Ludwig Zenz Cc: Marek Vasut Cc: Max Krummenacher C

[U-Boot] [PATCHv3 4/4] dm: MIGRATION: Update migration plan for BLK

2018-11-29 Thread Tom Rini
The biggest part of migration to using CONFIG_BLK is that we need to have the various subsystems migrated first, so reword the plan here to reference the new deadlines. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- doc/driver-model/MIGRATION.txt | 12 +--- 1 file changed, 5 inser

[U-Boot] [PATCHv3 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-11-29 Thread Tom Rini
Given that at this point the MMC subsystem itself has been migrated along with a number of subsystem drivers, formalize a deadline for migration. Reviewed-by: Simon Glass Cc: Jaehoon Chung Signed-off-by: Tom Rini --- Changes in v3: - Ensure CONFIG_MMC is set Changes in v2: - Note that failure t

[U-Boot] [PATCHv3 2/4] dm: MIGRATION: Add migration plan for DM_USB

2018-11-29 Thread Tom Rini
As much of the USB system has been migrated to DM now, formalize a deadline for migration. Reviewed-by: Marek Vasut Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- Changes in v3: - Ensure CONFIG_USB is set. Changes in v2: - Note that failure to migration may lead to removal. --- Makefile

Re: [U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-29 Thread Alexander Graf
On 29.11.18 19:54, Baruch Siach wrote: > Hi Stephen, > > Adding Heinrich Schuchardt. > > Stephen Warren writes: >> On 11/22/18 8:19 AM, Baruch Siach wrote: >>> Adding Stephen Warren to Cc. >>> >>> On Thu, Nov 22, 2018 at 02:30:34PM +, Alexander Graf wrote: > Am 22.11.2018 um 11:42 schri

[U-Boot] [PATCH v10 12/28] bmips: enable f@st1704 enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/sagem,f...@st1704.dts | 12 configs/sagem_f@st1704_ram_defconfig | 8 +++- 2 files changed, 19 insertions

[U-Boot] [PATCH v10 01/28] dma: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs. Signed-off-by: Álvaro Fernández Rojas --- v10: Introduce changes suggested by Daniel Schwierzeck: - Fix license identifiers. - Move DMAD_ST defines out of dma desc struct definition. - Remove unneded aigned attribute fro

[U-Boot] [PATCH v10 02/28] bmips: bcm6338: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6338.dtsi | 14 ++ include/dt-bindings/dma/bcm6338-dma.h | 14 ++ 2 files ch

[U-Boot] [PATCH v10 05/28] bmips: bcm6368: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6368.dtsi | 13 + include/dt-bindings/dma/bcm6368-dma.h | 14 ++ 2 files cha

[U-Boot] [PATCH v10 09/28] bmips: bcm6318: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6318.dtsi | 19 +++ include/dt-bindings/dma/bcm6318-dma.h | 14 ++ 2 fil

Re: [U-Boot] [PATCH v2] rockchip: rk3188: use board_debug_uart_init() for UART io init

2018-11-29 Thread Philipp Tomsich
> On 29.11.2018, at 03:07, Kever Yang wrote: > > Sync with other rockchip SoCs, use board_debug_uart_init() to > init default UART iomux. > > Signed-off-by: Kever Yang Reviewed-by: Philipp Tomsich ___ U-Boot mailing list U-Boot@lists.denx.de http

[U-Boot] [PATCH v10 04/28] bmips: bcm6358: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6358.dtsi | 18 ++ include/dt-bindings/dma/bcm6358-dma.h | 16 2 fi

[U-Boot] [PATCH v10 27/28] bmips: bcm6318: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/brcm,bcm6318.dtsi | 19 +++ include/dt-bindings/clock/bcm6318-clock.h | 11 +++ 2 files changed, 30 insertions(+) diff --git a/arch/mips/

[U-Boot] [PATCH v10 24/28] bmips: enable dgnd3700v2 enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/netgear,dgnd3700v2.dts | 14 ++ configs/netgear_dgnd3700v2_ram_defconfig | 8 +++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/arch/

[U-Boot] [PATCH v10 15/28] bmips: bcm6358: add support for bcm6348-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes 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.

[U-Boot] [PATCH v10 26/28] bmips: enable vr-3032u enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/comtrend,vr-3032u.dts| 32 configs/comtrend_vr3032u_ram_defconfig | 7 ++- 2 files changed, 38 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH v10 13/28] bmips: bcm6348: add support for bcm6348-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes 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.dt

[U-Boot] [PATCH v10 25/28] bmips: bcm63268: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/brcm,bcm63268.dtsi | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi index

[U-Boot] [PATCH v10 21/28] bmips: bcm6328: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/brcm,bcm6328.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi index 6fa49e22bb.

[U-Boot] [PATCH v10 19/28] bmips: bcm6368: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/brcm,bcm6368.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6368.dtsi b/arch/mips/dts/brcm,bcm6368.dtsi index 30047f636

[U-Boot] [PATCH v10 08/28] bmips: bcm63268: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm63268.dtsi | 13 + include/dt-bindings/dma/bcm63268-dma.h | 14 ++ 2 files c

[U-Boot] [PATCH v10 07/28] bmips: bcm6362: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6362.dtsi | 13 + include/dt-bindings/dma/bcm6362-dma.h | 14 ++ 2 files cha

[U-Boot] [PATCH v10 16/28] bmips: enable hg556a enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/huawei,hg556a.dts | 12 configs/huawei_hg556a_ram_defconfig | 8 +++- 2 files changed, 19 insertions(+),

[U-Boot] [PATCH v10 18/28] net: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: Introduce changes suggested by Daniel Schwierzeck: - Fix license identifiers. - Remove packet queue. - Move dma_prepare_rcv_buf to free_pkt. - Pad packets smaller than ETH_ZLEN. - Switch to live DM live tree. v9: introduce flow control imp

[U-Boot] [PATCH v10 17/28] bmips: enable nb4-ser enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes 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 inserti

[U-Boot] [PATCH v10 20/28] bmips: enable wap-5813n enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/comtrend,wap-5813n.dts| 14 ++ configs/comtrend_wap5813n_ram_defconfig | 8 +++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/arch/mi

[U-Boot] [PATCH v10 28/28] bmips: enable ar-5315u enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/comtrend,ar-5315u.dts| 32 configs/comtrend_ar5315u_ram_defconfig | 7 ++- 2 files changed, 38 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH v10 22/28] bmips: enable ar-5387un enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/comtrend,ar-5387un.dts| 32 configs/comtrend_ar5387un_ram_defconfig | 7 ++- 2 files changed, 38 insertions(+), 1 deletion(-) dif

[U-Boot] [PATCH v10 11/28] bmips: bcm6338: add support for bcm6348-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6338.

[U-Boot] [PATCH v10 14/28] bmips: enable ct-5361 enet support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: no changes v5: no changes v4: no changes 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(

[U-Boot] [PATCH v10 23/28] bmips: bcm6362: add support for bcm6368-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: no changes v9: no changes v8: introduce bcm6368-enet driver arch/mips/dts/brcm,bcm6362.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6362.dtsi b/arch/mips/dts/brcm,bcm6362.dtsi index 94e7de096

[U-Boot] [PATCH v10 06/28] bmips: bcm6328: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6328.dtsi | 13 + include/dt-bindings/dma/bcm6328-dma.h | 14 ++ 2 files cha

[U-Boot] [PATCH v10 10/28] net: add support for bcm6348-enet

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: Introduce changes suggested by Daniel Schwierzeck: - Fix license identifiers. - Remove packet queue. - Move dma_prepare_rcv_buf to free_pkt. - Switch to live DM live tree. v9: use dma_prepare_rcv_buf and remove dma rx channel reset: - bcm6

[U-Boot] [PATCH v10 03/28] bmips: bcm6348: add bcm6348-iudma support

2018-11-29 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v10: fix license identifiers v9: no changes v8: no changes v5: no changes v4: no changes v3: no changes v2: no changes arch/mips/dts/brcm,bcm6348.dtsi | 16 include/dt-bindings/dma/bcm6348-dma.h | 16 2 file

[U-Boot] [PATCH v10 00/28] bmips: add iudma/enet support

2018-11-29 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...). v10: Introduce changes suggested by Daniel Schwierzeck: - Fix license identifiers. bcm6348-iudma: - Move DMAD_ST defines out of dma desc s

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Klaus Goger
Wadim, sorry for missing that you already commented in the thread. Threading doesn’t work that well on mobile if I’m not CC’ed. So it looks like we want to keep the BootROM behaviour for at least the Rockchip based SoMs. Let’s see if Simon has an opinion regarding the Chromebooks. > On 29.11.2

[U-Boot] [PATCH] video: Allow driver to specify the line length

2018-11-29 Thread Simon Glass
At present line_length is always calculated in video_post_probe(). But some hardware may use a different line length, e.g. with a 1366-wide display. Allow the driver to set this value if needed. Signed-off-by: Simon Glass --- drivers/pci/pci_rom.c| 1 + drivers/video/video-uclass.c | 4

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Klaus Goger
Adding Wadim as he will most likely has something to add to the discussion too. Kever, I understand your SBC viewpoint especially in terms of developer. But as Philipp already laid out the usage in the SoM and enduser products might be different and changing defaults may have a big impact. So w

Re: [U-Boot] [RFC PATCH] tools: add a generic config for native tools building

2018-11-29 Thread Vagrant Cascadian
On 2018-11-29, Tom Rini wrote: > On Tue, Nov 27, 2018 at 06:20:08PM -0200, Otavio Salvador wrote: >> The motivation for this is to allow distributions to distribute all >> possible tools in a generic way, avoiding the need of specific tools >> building for each machine. >> >> Especially on OpenEmb

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Philipp Tomsich
>> With this patch, people can use firmware in SD card if they want; >> Without this patch, people never able to use firmware in SD card if eMMC >> firmware exist (even if it's broken). > > Most boards I know have the ability to bypass the internal eMMC. One last thing: I know a number of proje

Re: [U-Boot] Please pull u-boot-amlogic-20181126

2018-11-29 Thread Tom Rini
On Tue, Nov 27, 2018 at 02:56:16PM +0100, Neil Armstrong wrote: > Hi Tom, > > The following changes since commit 5830791d91d1200854ef78fcb32f808c8080f0f0: > > Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm (2018-11-23 17:25:27 > -0500) > > are available in the Git repository at: > >

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Philipp Tomsich
Kever, > On 29.11.2018, at 02:48, Kever Yang wrote: > > On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >> Kever, >> >>> On 28.11.2018, at 03:06, Kever Yang wrote: >>> >>> According to the emmc/sdcard index in dts alias, emmc is always 0 and >>> sdcard index is 1, let's update to using correct

Re: [U-Boot] [PATCH v16 0/4] efi_loader: Code refactoring and improvement

2018-11-29 Thread Simon Glass
Hi Alex, On Sun, 25 Nov 2018 at 20:14, Simon Glass wrote: > > This collects the patches previously sent to break up the very large > functions in efi_loader into smaller pieces. Now that the other sandbox > stuff is applied, perhaps it is time to apply these patches. > > This also adds a few new

Re: [U-Boot] [RESENT PATCH v3] rockchip: update emmc/sd index for distro boot order

2018-11-29 Thread Philipp Tomsich
+Vagrant Let’s also hear the opinion of the Debian project on this... > On 29.11.2018, at 10:54, Wadim Egorov wrote: > > Hi, > > Am 29.11.18 um 02:48 schrieb Kever Yang: >> >> On 11/28/2018 05:15 PM, Philipp Tomsich wrote: >>> Kever, >>> On 28.11.2018, at 03:06, Kever Yang wrote:

Re: [U-Boot] [RESENT PATCH 1/2] rockchip: rk3128: use ROCKCHIP_BOOT_MODE_REG to update reboot flag

2018-11-29 Thread Philipp Tomsich
Simon, > On 29.11.2018, at 19:43, Simon Glass wrote: > > Hi Kever, > > On Wed, 28 Nov 2018 at 18:10, Kever Yang > wrote: >> >> Hi Philipp, >> >> >> On 11/28/2018 05:07 PM, Philipp Tomsich wrote: >>> Kever, >>> On 28.11.2018, at 03:04, Kever Yang wrot

[U-Boot] Please pull u-boot-dm

2018-11-29 Thread Simon Glass
Hi Tom, The following changes since commit e16c888fab5014b022d5781dc534f204460a073b: Merge branch '2018-11-28-master-imports' (2018-11-28 23:04:58 -0500) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/pull-29nov18 for you to fetch changes up to 5ca3927deff3045

Re: [U-Boot] [RESENT PATCH 1/2] rockchip: rk3128: use ROCKCHIP_BOOT_MODE_REG to update reboot flag

2018-11-29 Thread Philipp Tomsich
Kever, > On 29.11.2018, at 02:10, Kever Yang wrote: > > On 11/28/2018 05:07 PM, Philipp Tomsich wrote: >> Kever, >> >>> On 28.11.2018, at 03:04, Kever Yang >> > wrote: >>> >>> Use ROCKCHIP_BOOT_MODE_REG instead of grf structure so that >>> we can re-use the so

Re: [U-Boot] [PATCH] arm: socfpga: imply SPL options instead of select

2018-11-29 Thread Marek Vasut
On 11/29/2018 09:17 PM, Simon Goldschmidt wrote: > For a small SPL, it should be possible to build without SPI(-flash) drivers > or wihout MMC drivers. > > For this to work, we have to change from 'select'ing options to 'imply'ing > them. > > With this change, I can have SPL trimmed to my hard-wi

Re: [U-Boot] [PATCHv2 2/4] dm: MIGRATION: Add migration plan for DM_USB

2018-11-29 Thread Marek Vasut
On 11/29/2018 08:12 PM, Tom Rini wrote: > As much of the USB system has been migrated to DM now, formalize a > deadline for migration. > > Cc: Marek Vasut > Cc: Simon Glass > Signed-off-by: Tom Rini Reviewed-by: Marek Vasut -- Best regards, Marek Vasut __

Re: [U-Boot] [PATCH v2 2/8] fdt: parse "reserved-memory" for memory reservation

2018-11-29 Thread Simon Goldschmidt
On 27.11.2018 06:40, Simon Goldschmidt wrote: On Tue, Nov 27, 2018 at 2:02 AM Simon Glass wrote: Hi Simon, On Sat, 17 Nov 2018 at 02:18, Simon Goldschmidt wrote: boot_fdt_add_mem_rsv_regions() adds reserved memory sections to an lmb struct. Currently, it only parses regions described by /mem

Re: [U-Boot] [PATCH] dts: am335x-pdu001: Fix polarity of card detection input

2018-11-29 Thread Tom Rini
On Thu, Nov 29, 2018 at 05:07:47PM +0100, Felix Brack wrote: > On 29.11.2018 16:52, Tom Rini wrote: > > On Thu, Nov 29, 2018 at 04:33:36PM +0100, Felix Brack wrote: > >> On 29.11.2018 16:25, Tom Rini wrote: > >>> On Thu, Nov 29, 2018 at 01:45:06PM +0100, Felix Brack wrote: > >>> > When a micro

Re: [U-Boot] [PATCHv2 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-11-29 Thread Tom Rini
On Thu, Nov 29, 2018 at 09:10:50PM +0100, Simon Goldschmidt wrote: > On 29.11.2018 21:02, Tom Rini wrote: > >On Thu, Nov 29, 2018 at 08:51:17PM +0100, Simon Goldschmidt wrote: > >>On 29.11.2018 20:12, Tom Rini wrote: > >>>Given that at this point the MMC subsystem itself has been migrated > >>>alon

Re: [U-Boot] [PATCHv2 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-11-29 Thread Tom Rini
On Thu, Nov 29, 2018 at 09:04:30PM +0100, Simon Goldschmidt wrote: > On 29.11.2018 21:02, Tom Rini wrote: > >On Thu, Nov 29, 2018 at 08:51:17PM +0100, Simon Goldschmidt wrote: > >>On 29.11.2018 20:12, Tom Rini wrote: > >>>Given that at this point the MMC subsystem itself has been migrated > >>>alon

Re: [U-Boot] [PATCH v5] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-11-29 Thread Marek Vasut
On 11/29/2018 09:16 PM, Simon Goldschmidt wrote: > On 29.11.2018 21:14, Marek Vasut wrote: >> On 11/29/2018 09:02 PM, Simon Goldschmidt wrote: >>> On 10.10.2018 14:56, Marek Vasut wrote: On 10/10/2018 02:55 PM, Simon Goldschmidt wrote: > This patch prevents disabling the FPGA bridges when

[U-Boot] [PULL] u-boot-socfpga/master

2018-11-29 Thread Marek Vasut
The following changes since commit 67cf22cbdef8c62ffa28b4caf935825fe410c68d: Merge branch 'master' of git://git.denx.de/u-boot-usb (2018-11-27 14:01:45 -0500) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to 30bade20a67a8205e

[U-Boot] [PATCH] arm: socfpga: imply SPL options instead of select

2018-11-29 Thread Simon Goldschmidt
For a small SPL, it should be possible to build without SPI(-flash) drivers or wihout MMC drivers. For this to work, we have to change from 'select'ing options to 'imply'ing them. With this change, I can have SPL trimmed to my hard-wired starting method (SPI-NOR or MMC) while still including all

Re: [U-Boot] [PATCH v5] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-11-29 Thread Simon Goldschmidt
On 29.11.2018 21:14, Marek Vasut wrote: On 11/29/2018 09:02 PM, Simon Goldschmidt wrote: On 10.10.2018 14:56, Marek Vasut wrote: On 10/10/2018 02:55 PM, Simon Goldschmidt wrote: This patch prevents disabling the FPGA bridges when SPL or U-Boot is executed from FPGA onchip RAM. Signed-off-by:

Re: [U-Boot] [PATCH v5] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-11-29 Thread Marek Vasut
On 11/29/2018 09:02 PM, Simon Goldschmidt wrote: > On 10.10.2018 14:56, Marek Vasut wrote: >> On 10/10/2018 02:55 PM, Simon Goldschmidt wrote: >>> This patch prevents disabling the FPGA bridges when >>> SPL or U-Boot is executed from FPGA onchip RAM. >>> >>> Signed-off-by: Simon Goldschmidt >>> --

Re: [U-Boot] [PATCHv2 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-11-29 Thread Simon Goldschmidt
On 29.11.2018 21:02, Tom Rini wrote: On Thu, Nov 29, 2018 at 08:51:17PM +0100, Simon Goldschmidt wrote: On 29.11.2018 20:12, Tom Rini wrote: Given that at this point the MMC subsystem itself has been migrated along with a number of subsystem drivers, formalize a deadline for migration. Cc: Sim

Re: [U-Boot] [PATCHv2 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-11-29 Thread Simon Goldschmidt
On 29.11.2018 21:02, Tom Rini wrote: On Thu, Nov 29, 2018 at 08:51:17PM +0100, Simon Goldschmidt wrote: On 29.11.2018 20:12, Tom Rini wrote: Given that at this point the MMC subsystem itself has been migrated along with a number of subsystem drivers, formalize a deadline for migration. Cc: Sim

Re: [U-Boot] [PATCHv2 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-11-29 Thread Tom Rini
On Thu, Nov 29, 2018 at 08:51:17PM +0100, Simon Goldschmidt wrote: > On 29.11.2018 20:12, Tom Rini wrote: > >Given that at this point the MMC subsystem itself has been migrated > >along with a number of subsystem drivers, formalize a deadline for > >migration. > > > >Cc: Simon Glass > >Cc: Jaehoon

Re: [U-Boot] [PATCH v5] arm: socfpga: fix SPL booting from fpga OnChip RAM

2018-11-29 Thread Simon Goldschmidt
On 10.10.2018 14:56, Marek Vasut wrote: On 10/10/2018 02:55 PM, Simon Goldschmidt wrote: This patch prevents disabling the FPGA bridges when SPL or U-Boot is executed from FPGA onchip RAM. Signed-off-by: Simon Goldschmidt --- Changes in v5: - changed inline function 'socfpga_is_fpga_slaves_ad

  1   2   3   >