On 4/19/19 5:22 AM, AKASHI Takahiro wrote:
This is a preparatory patch for reworking do_bootefi() in later patch.
Efi_selftest code is unusual in terms of execution path in do_bootefi(),
which make that function complicated and hard to understand. With this
patch, all efi_selftest related code w
The `efidebug dh` command shows handles and the installed protocols. For
most of the protocols implemented by U-Boot a short text was shown. But for
some only the GUID was displayed.
Provide the missing short texts for the following protocols: HII String,
HII Database, HII Config Routing, Simple N
We should consistently use the same name for protocol GUIDs as defined in
the UEFI specification. Not adhering to this rule has led to duplicate
definitions for the EFI_LOADED_IMAGE_PROTOCOL_GUID.
Adjust misnamed protocol GUIDs.
Adjust the text for the graphics output protocol in the output of th
On 4/19/19 1:44 PM, Kevin Hilman wrote:
On Fri, Apr 19, 2019 at 1:38 PM Kevin Hilman wrote:
Atish Patra writes:
On 4/18/19 4:16 PM, Kevin Hilman wrote:
Atish Patra writes:
On 4/18/19 12:15 PM, Kevin Hilman wrote:
Palmer, Anup,
On Tue, Mar 12, 2019 at 1:55 AM Palmer Dabbelt wrote:
O
On Fri, Apr 19, 2019 at 3:35 PM Pierre-Jean Texier wrote:
>
> This commit switches to DM SERIAL for warp7 and warp7_bl33 defconfigs.
>
> Signed-off-by: Pierre-Jean Texier
> Signed-off-by: Joris Offouga
Reviewed-by: Fabio Estevam
___
U-Boot mailing li
On Fri, Apr 19, 2019 at 3:35 PM Pierre-Jean Texier wrote:
>
> This commit switches to DM USB for warp7 and warp7_bl33 defconfigs.
>
> Signed-off-by: Pierre-Jean Texier
> Signed-off-by: Joris Offouga
Reviewed-by: Fabio Estevam
___
U-Boot mailing list
Hi Peng,
> Hi All, Jaehoon
>
> Is mmc still being actively maintained?
As fair as I can tell, it is "maintained" by Tom and Marek as last PR by
Jaehoon has been sent on:
Tue, 8 May 2018 16:22:14 +0900
> I would help if it is not
> being maintained.
It would be great if you could help with main
On Fri, 19 Apr 2019 08:52:28 +
Peng Fan wrote:
> > On Fri, 19 Apr 2019 11:56:25 +0530
> > Jagan Teki wrote:
> >
> > > On Fri, Apr 5, 2019 at 2:20 AM Lukasz Majewski
> > > wrote:
> > > >
> > > > Hi Jagan,
> > > >
> > > > > On Thu, Apr 4, 2019 at 3:31 PM Lukasz Majewski
> > > > > wrot
Dear Marek,
The following changes since commit
1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:
Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
(2019-04-18 12:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 5e2478
Marek Vasut schrieb am Fr., 19. Apr. 2019, 11:29:
> On 4/19/19 8:17 AM, Ley Foon Tan wrote:
> > A mailbox command contains 1-DWORD header + arguments. The "len" variable
> > only contains the length of the arguments, but not the 1-DWORD header.
> > Include the length of header when checking the r
Marek Vasut schrieb am Di., 16. Apr. 2019, 23:14:
> On 4/16/19 10:08 PM, Simon Goldschmidt wrote:
> > Hi Marek,
> >
> > Am 12.04.2019 um 12:31 schrieb Marek Vasut:
> >> On 4/11/19 10:07 PM, Simon Goldschmidt wrote:
> >>>
> >>>
> >>> Marek Vasut mailto:ma...@denx.de>> schrieb am Do., 11.
> >>> Apr
On Fri, Apr 19, 2019 at 1:38 PM Kevin Hilman wrote:
>
> Atish Patra writes:
>
> > On 4/18/19 4:16 PM, Kevin Hilman wrote:
> >> Atish Patra writes:
> >>
> >>> On 4/18/19 12:15 PM, Kevin Hilman wrote:
> Palmer, Anup,
>
> On Tue, Mar 12, 2019 at 1:55 AM Palmer Dabbelt wrote:
> >
Atish Patra writes:
> On 4/18/19 4:16 PM, Kevin Hilman wrote:
>> Atish Patra writes:
>>
>>> On 4/18/19 12:15 PM, Kevin Hilman wrote:
Palmer, Anup,
On Tue, Mar 12, 2019 at 1:55 AM Palmer Dabbelt wrote:
>
> On Mon, 11 Mar 2019 07:33:25 PDT (-0700), bmeng...@gmail.com wrote
On 17.04.19 22:15, Marek Vasut wrote:
Add optional "mask" argument to the SoCFPGA bridge command, to select
which bridges should be enabled/disabled. This allows the user to avoid
enabling bridges which are not connected into the FPGA fabric. Default
behavior is to enable/disable all bridges.
On 17.04.19 22:15, Marek Vasut wrote:
Instead of just putting the bridges into reset, fully remove the bridges
from the L3 main bridge space when disabling them by clearing bits in
NIC-301 remap register. Moreover, only touch the 3 LSbits in brgmodrst
register as the rest of the bits are undefi
On 17.04.19 22:15, Marek Vasut wrote:
Disable bridges between L3 Main switch and FPGA unless booting
from FPGA and keep them disabled to prevent glitches and possible
hangs of the L3 Main switch.
The current version of the code could have enabled the bridges
between the L3 Main switch and FPGA
On 17.04.19 22:15, Marek Vasut wrote:
Factor out the code for programming preloader handoff register values,
the ISWGRP Handoff 0 and 1. These registers later control which bridges
are enabled by the "bridge" command on Gen5 devices.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Ngu
This commit switches to DM USB for warp7 and warp7_bl33 defconfigs.
Signed-off-by: Pierre-Jean Texier
Signed-off-by: Joris Offouga
---
Changes in v2:
- Split patch
- Removed unused header file
arch/arm/dts/imx7s-warp.dts | 1 +
board/warp7/warp7.c | 6 --
configs/wa
This commit switches to DM SERIAL for warp7 and warp7_bl33 defconfigs.
Signed-off-by: Pierre-Jean Texier
Signed-off-by: Joris Offouga
---
Changes in v2:
- Split patch
- Removed CONFIG_MXC_UART_BASE from config file
arch/arm/dts/imx7s-warp.dts | 4
configs/warp7_bl33_defconfi
This series convert the WaRP7 to the following DM:
-CONFIG_DM_USB
-CONFIG_DM_SERIAL
Change in v2:
- Now split in two distinct patches (DM_USB & DM_SERIAL)
Pierre-Jean Texier (2):
warp7: Switch to DM Serial
warp7: Switch to DM USB
arch/arm/dts/imx7s-warp.dts | 5 +
board/warp7/warp7.c
From: Chen-Yu Tsai
The Bananapi M3 has an RTL8211E PHY connected to the EMAC using
RGMII. The PHY is powered by DCDC1 through SW @ 3.3V.
The board is designed to use 3.3V with RGMII, instead of the standard
reduced voltage of 2.5V we see everywhere. DLDO3, which provides the
I/O voltages, is rai
From: Chen-Yu Tsai
Hi everyone,
This series enables EMAC (Ethernet controller) on two A83T boards,
the Cubietruck Plus and Bananapi M3.
This series is now based on sunxi/next, which has patches that convert
sun8i-emac to use the common CLK and DM_RESET framework.
The two patches enable the sun
From: Chen-Yu Tsai
The Cubietruck Plus has an RTL8211E PHY connected to the EMAC using
RGMII. The PHY is powered by DLDO4 @ 3.3V, while the I/O pins are
powered by DLDO3 @ 2.5V.
This patch enables the EMAC and Realtek PHY drivers in the defconfig.
The device tree file already has the EMAC enable
pchotard/u-boot.git tags/u-boot-stm32-mcu-20190419
for you to fetch changes up to 5b37873ff04f082efa0a74ba04185599ccec165b:
mmc: stm32_sdmmc2: Fix r1b timeout issue (2019-04-19 17:19:32 +0200)
STM32 MCUs update:
_ DT rework and
On 4/19/19 5:06 PM, Parthiban Nallathambi wrote:
> Hello Marek,
>
> On 4/19/19 3:35 PM, Marek Vasut wrote:
>> On 4/19/19 3:18 PM, Parthiban Nallathambi wrote:
>>
>> Hi,
>>
>> [...]
>>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index d29f1ca0b5..9336439340 10
On 4/19/19 4:55 PM, Lukasz Majewski wrote:
> Hi Marek,
>
>> On 4/19/19 1:23 PM, Lukasz Majewski wrote:
>>> Dear Marek,
>>>
>>> The following changes since commit
>>> 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:
>>
>> [...]
>>
>>> Peng Fan (1):
>>> MLK-12883 usb: limit USB_MAX_XFER_BLK to 256
Hi Christophe,
>
> This allows to enable Ethernet and use driver for Synopsys Ethernet QoS device
>
> Signed-off-by: Christophe Roullier
> ---
>
> configs/stm32mp15_basic_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/stm32mp15_basic_defconfig
> b/configs/stm32m
Hi Christophe,
> Add default SERVERIP address
> Enable noncached memory region required by ethernet driver Add PXE support
>
> Signed-off-by: Christophe Roullier
> ---
>
> include/configs/stm32mp1.h | 11 ++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/include
Hi Christophe,
>
> Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII with PHY
> Realtek RTL8211 (RGMII) We also support some other PHY config on
> stm32mp157c
> PHY_MODE (MII,GMII, RMII, RGMII) and in normal,
> PHY wo crystal (25Mhz and 50Mhz), No 125Mhz from PHY config
>
Hi Christophe,
>
> This patch add Ethernet support on stm32mp157 eval board
>
> Signed-off-by: Christophe Roullier
> ---
>
> arch/arm/dts/stm32mp157-pinctrl.dtsi | 31
> +++
> arch/arm/dts/stm32mp157c-ev1.dts | 21 +
> arch/arm/dts/stm32mp15
Hi Christophe,
>
> Called to configure Ethernet PHY interface selection and configure clock
> selection
> in RCC Ethernet clock tree.
>
> Signed-off-by: Christophe Roullier
> ---
>
> board/st/stm32mp1/stm32mp1.c | 77
>
> 1 file changed, 77 insert
Hello Marek,
On 4/19/19 3:35 PM, Marek Vasut wrote:
> On 4/19/19 3:18 PM, Parthiban Nallathambi wrote:
>
> Hi,
>
> [...]
>
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index d29f1ca0b5..9336439340 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/
Hi Christophe,
>
> From: Patrick Delaunay
>
> ETHCK_K is the identifier the kernel clock for ETH in kernel binding,
> selected by
> ETHKSELR / gated by ETHCKEN = BIT(7).
> U-Boot driver need to use the same identifier, so change ETHCK to ETHCK_K.
>
> Signed-off-by: Patrick Delaunay
> Signed-
Hi Marek,
> On 4/19/19 1:23 PM, Lukasz Majewski wrote:
> > Dear Marek,
> >
> > The following changes since commit
> > 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:
>
> [...]
>
> > Peng Fan (1):
> > MLK-12883 usb: limit USB_MAX_XFER_BLK to 256
>
> NAK, this patch is not for gadget and is
On 2019/4/19 下午2:08, Qu Wenruo wrote:
> Hi,
>
> Sorry if the problem is too newbie, but I tried to build upstream U-boot
> for RockPro64 (which uses RK3399 SoC) using the evb-rk3399 defconfig.
>
> My adventure starts good, it boots properly. However SDMMC doesn't work
> ("Card did not respond t
Quoting Jagan Teki (2019-04-19 08:21:27)
> On Fri, Apr 19, 2019 at 1:14 AM Jonas Smedegaard wrote:
> >
> > [resent only to list, to avoid blocking due to too many recipients]
>
> Better to CC maintainers at least.
I agree, but...
a) above email was no progression but a simple re-posting to list
On 4/19/19 3:29 PM, Marek Vasut wrote:
> On 4/19/19 2:42 PM, Tom Rini wrote:
>> On Fri, Apr 19, 2019 at 11:25:47AM +0200, Marek Vasut wrote:
>>> On 4/19/19 8:55 AM, Jagan Teki wrote:
Dropped
- mxs_spi driver
- CONFIG_MXS_SPI
Dropped due to:
- no active updates
- n
On 4/19/19 3:18 PM, Parthiban Nallathambi wrote:
Hi,
[...]
>>> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
>>> index d29f1ca0b5..9336439340 100644
>>> --- a/arch/arm/mach-omap2/Kconfig
>>> +++ b/arch/arm/mach-omap2/Kconfig
>>> @@ -186,6 +186,7 @@ source "board/ti/am43x
Hi Tom
On Fri, Apr 19, 2019 at 2:42 PM Tom Rini wrote:
>
> On Fri, Apr 19, 2019 at 11:25:47AM +0200, Marek Vasut wrote:
> > On 4/19/19 8:55 AM, Jagan Teki wrote:
> > > Dropped
> > > - mxs_spi driver
> > > - CONFIG_MXS_SPI
> > >
> > > Dropped due to:
> > > - no active updates
> > > - no dm convers
On 4/19/19 1:23 PM, Lukasz Majewski wrote:
> Dear Marek,
>
> The following changes since commit
> 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:
[...]
> Peng Fan (1):
> MLK-12883 usb: limit USB_MAX_XFER_BLK to 256
NAK, this patch is not for gadget and is wrong, cfr. my comment on V3.
Please dr
On 4/19/19 2:42 PM, Tom Rini wrote:
> On Fri, Apr 19, 2019 at 11:25:47AM +0200, Marek Vasut wrote:
>> On 4/19/19 8:55 AM, Jagan Teki wrote:
>>> Dropped
>>> - mxs_spi driver
>>> - CONFIG_MXS_SPI
>>>
>>> Dropped due to:
>>> - no active updates
>>> - no dm conversion
>>> - multiple pings for asking dm
Hello Marek,
On 4/19/19 11:47 AM, Marek Vasut wrote:
> On 4/18/19 5:01 PM, Niel Fourie wrote:
>> Support for Phytech phyCORE AM335x R2 SOM (PCL060) on the Phytec
>> phyBOARD-Wega AM335x.
>>
>> CPU : AM335X-GP rev 2.1
>> Model: Phytec AM335x phyBOARD-WEGA
>> DRAM: 256 MiB
>> NAND: 256 MiB
>> MMC
On Fri, Apr 19, 2019 at 11:25:47AM +0200, Marek Vasut wrote:
> On 4/19/19 8:55 AM, Jagan Teki wrote:
> > Dropped
> > - mxs_spi driver
> > - CONFIG_MXS_SPI
> >
> > Dropped due to:
> > - no active updates
> > - no dm conversion
> > - multiple pings for asking dm-conversion
>
> This is the first inf
Hi Alex,
>
> This converts the following to Kconfig:
>CONFIG_SUPPORT_EMMC_BOOT
>
> Signed-off-by: Alex Kiernan
> ---
> Green travis build:
>
> https://travis-ci.org/akiernan/u-boot/builds/521906850
>
> Testing affected boards for configuration changes:
>
> boards.cfg is up to date. Not
Hi,
Sorry if the problem is too newbie, but I tried to build upstream U-boot
for RockPro64 (which uses RK3399 SoC) using the evb-rk3399 defconfig.
My adventure starts good, it boots properly. However SDMMC doesn't work
("Card did not respond to voltage select!").
USB only detects two USB2.0 hubs
Hi Alex,
> This converts the following to Kconfig:
>CONFIG_SUPPORT_EMMC_BOOT
>
> Signed-off-by: Alex Kiernan
> ---
> Green travis build:
>
> https://travis-ci.org/akiernan/u-boot/builds/521906850
>
> Testing affected boards for configuration changes:
>
> boards.cfg is up to date. Nothin
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_BOOT
Signed-off-by: Alex Kiernan
---
Green travis build:
https://travis-ci.org/akiernan/u-boot/builds/521906850
Testing affected boards for configuration changes:
boards.cfg is up to date. Nothing to do.
Summary of 3 commits fo
just noticed the oddness regarding those two Kbuild symbols:
$ git grep ARM_DCC
arch/x86/include/asm/acpi_table.h:#define ACPI_DBG2_ARM_DCC 0x000F
configs/zynq_cse_qspi_defconfig:CONFIG_DEBUG_UART_ARM_DCC=y
drivers/serial/Kconfig:config DEBUG_UART_ARM_DCC
drivers/serial/Makefile:obj-$(CONFIG_
Dear Marek,
The following changes since commit
1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:
Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
(2019-04-18 12:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 5e6288
On 4/18/19 1:45 AM, Marcel Ziswiler wrote:
> From: Peng Fan
>
> For Some USB mass storage devices, such as:
> "
> - Kingston DataTraveler 2.0 001D7D06CF09B04199C7B3EA
> - Class: (from Interface) Mass Storage
> - PacketSize: 64 Configurations: 1
> - Vendor: 0x0930 Product 0x6545 Version 1.16
On 4/18/19 5:01 PM, Niel Fourie wrote:
> Support for Phytech phyCORE AM335x R2 SOM (PCL060) on the Phytec
> phyBOARD-Wega AM335x.
>
> CPU : AM335X-GP rev 2.1
> Model: Phytec AM335x phyBOARD-WEGA
> DRAM: 256 MiB
> NAND: 256 MiB
> MMC: OMAP SD/MMC: 0
> eth0: ethernet@4a10
>
> Working:
> -
Hi,
On 08/04/19 10:32 PM, Vignesh Raghavendra wrote:
> This series adds a Kconfig to disable cache maintenance operations on
> a coherent architectures. And disable cache flush/invalidate ops for
> SPL/U-Boot code running on A53 core of AM654 SoC(which is IO coherent)
>
> Vignesh Raghavendra (2):
On 4/18/19 1:10 PM, Alex Kiernan wrote:
> USB_MUSB_TI requires USB_MUSB_DSPS, failing at link time if it's not
> selected:
>
> drivers/usb/musb-new/built-in.o: In function
> `ti_musb_host_ofdata_to_platdata':
> drivers/usb/musb-new/ti-musb.c:193: undefined reference to `musb_dsps_ops'
>
> or
On 4/19/19 8:55 AM, Jagan Teki wrote:
> Dropped
> - mxs_spi driver
> - CONFIG_MXS_SPI
>
> Dropped due to:
> - no active updates
> - no dm conversion
> - multiple pings for asking dm-conversion
This is the first information I received ... sigh.
+CC Mans, he was working on this platform before.
>
On 4/18/19 2:30 PM, Vabhav Sharma wrote:
> Hello Maintainers,
> A gentle reminder to merge the changes.
Next time, use
$ ./scripts/get_maintainer.pl -f drivers/serial/serial_lpuart.c
and actually CC the maintainers.
> Regards,
> Vabhav
>
>> -Original Message-
>> From: Vabhav Sharma
>> Se
On 4/19/19 8:17 AM, Ley Foon Tan wrote:
> A mailbox command contains 1-DWORD header + arguments. The "len" variable
> only contains the length of the arguments, but not the 1-DWORD header.
> Include the length of header when checking the ring buffer space to
> prevent off-by-one error.
How long is
Hi,
On Fri, 19 Apr 2019 at 10:24, Jagan Teki wrote:
>
> On Fri, Apr 19, 2019 at 1:23 PM Clément Péron wrote:
> >
> > Hi,
> >
> > +Chen-Yu Tsai for test and +Icenowy because she try to contact AW
> > about this issue.
> >
> > On Wed, 17 Apr 2019 at 19:41, Clément Péron wrote:
> > >
> > > WDOG is
> On Fri, 19 Apr 2019 11:56:25 +0530
> Jagan Teki wrote:
>
> > On Fri, Apr 5, 2019 at 2:20 AM Lukasz Majewski wrote:
> > >
> > > Hi Jagan,
> > >
> > > > On Thu, Apr 4, 2019 at 3:31 PM Lukasz Majewski
> > > > wrote:
> > > > >
> > > > > On Thu, 4 Apr 2019 14:56:36 +0530 Jagan Teki
> > > > > wro
This patch add watchdog driver for Allwinner SoCs.
Initial non-dm driver has send by 'Chris Blake' So I keep his
author on the driver itself.
Signed-off-by: Chris Blake
Signed-off-by: Jagan Teki
---
drivers/watchdog/Kconfig | 7 ++
drivers/watchdog/Makefile| 1 +
drivers/watchdog/s
On Fri, Apr 19, 2019 at 1:23 PM Clément Péron wrote:
>
> Hi,
>
> +Chen-Yu Tsai for test and +Icenowy because she try to contact AW
> about this issue.
>
> On Wed, 17 Apr 2019 at 19:41, Clément Péron wrote:
> >
> > WDOG is broken for some H6 rev. The board is not
> > reseted correctly.
> >
> > Use
On Fri, 19 Apr 2019 11:56:25 +0530
Jagan Teki wrote:
> On Fri, Apr 5, 2019 at 2:20 AM Lukasz Majewski wrote:
> >
> > Hi Jagan,
> >
> > > On Thu, Apr 4, 2019 at 3:31 PM Lukasz Majewski
> > > wrote:
> > > >
> > > > On Thu, 4 Apr 2019 14:56:36 +0530
> > > > Jagan Teki wrote:
> > > >
> > > >
Hi Jagan,
> i.MX6 clock control module comprise of parent clocks, gates,
> multiplexers, dividers, PODF, PLL, fixed rate and etc.
>
> So, the U-Boot implementation of ccm has divided into gates and tree.
>
> 1) gate clocks are generic clock configuration of enable/disable bit
> management which
Hi,
+Chen-Yu Tsai for test and +Icenowy because she try to contact AW
about this issue.
On Wed, 17 Apr 2019 at 19:41, Clément Péron wrote:
>
> WDOG is broken for some H6 rev. The board is not
> reseted correctly.
>
> Use the R_WDOG instead.
The issue is real except on Pine H64 and Rongpin RP-H6
Dropped
- fsl_espi driver
Dropped due to:
- no active updates
- no dm conversion
- multiple pings for asking dm-conversion
- driver-model migration expiry
Cc: Oleksandr Zhadan and Michael Durrant
Signed-off-by: Jagan Teki
---
Change for v3:
- rebase on master
board/Arcturus/ucp1020/ucp1020.c
Dropped
- soft_spi_legacy driver
- CONFIG_SOFT_SPI
Dropped due to:
- no active updates
- no dm conversion
- multiple pings for asking dm-conversion
- driver-model migration expiry
Cc: Vasily Khoruzhick
Signed-off-by: Jagan Teki
---
Changes for v3:
- rebase on master
drivers/spi/Kconfig
Dropped
- sh_spi driver
- CONFIG_SH_SPI,SH_SPI_BASE
Dropped due to:
- no active updates
- no dm conversion
- multiple pings for asking dm-conversion
- no response for dm converted patch
- driver-model migration expiry
Signed-off-by: Jagan Teki
---
Changes for v3:
- rebase on master
configs/sh7
66 matches
Mail list logo