Hi Simon,
On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote:
>
> On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur
> wrote:
> >
> > Update NS3 GIC LPI address.
> >
> > Signed-off-by: Rayagonda Kokatanur
> > ---
> > include/dt-bindings/memory/bcm-ns3-mc.h | 3 +++
> > 1 file changed, 3 insertio
On Thu, Jul 02, 2020 at 12:58:43AM +0800, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> The MII management register block offset is different between
> gianfar and etsec2 compatible devices, this patch is to fix
> this issue by adding driver data for different compatible
> string.
>
> Fixes: 2932
On Thu, Jul 02, 2020 at 12:58:47AM +0800, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> The cpu_eth_init() is only used by the legacy ethernet driver framework.
>
> Signed-off-by: Hou Zhiqiang
> ---
Reviewed-by: Vladimir Oltean
> V4:
> - No change.
>
> arch/powerpc/cpu/mpc8xxx/cpu.c | 2 ++
On Thu, Jul 02, 2020 at 12:58:50AM +0800, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> P1020RDB implements 3 enhanced three-speed Ethernet controllers,
> and the connection is shown below:
> eTSEC1: Connected to RGMII switch VSC7385
> eTSEC2: Connected to SGMII PHY VSC8221
> eTSEC3: C
On Thu, Jul 02, 2020 at 12:58:51AM +0800, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> The board_eth_init() is only used by legacy ethernet driver framework,
> so do not compile it when DM_ETH config has been selected.
>
> Signed-off-by: Hou Zhiqiang
> ---
Reviewed-by: Vladimir Oltean
> V4:
On Thu, Jul 02, 2020 at 12:58:54AM +0800, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> The board_eth_init() is only used by legacy ethernet driver framework,
> so do not compile it when DM_ETH config has been selected.
>
> Signed-off-by: Hou Zhiqiang
> ---
Reviewed-by: Vladimir Oltean
> V4:
On Fri, Jul 3, 2020 at 7:34 PM Jagan Teki wrote:
>
> On Fri, Jul 3, 2020 at 6:09 PM Robin Murphy wrote:
> >
> > On 2020-07-03 11:10, Jagan Teki wrote:
> > > On Thu, Jul 2, 2020 at 7:26 PM Robin Murphy wrote:
> > >>
> > >> On 2020-07-02 09:48, Jagan Teki wrote:
> > >>> The new rk3288 revision rk3
Rockchip SoC's has a new revision chip for rk3288, rk3308
based SoCs.
RK3288 has a new revision chip called RK3288W which is relevantly
similar but different hclk_vio clock and working ohci host.
Add common rockchip SoC detection helper to support this rk3288w
detection.
Signed-off-by: Jagan Tek
The new rk3288 revision rk3288w has some changes with respect
to legacy rk3288 like hclk_vio in cru and usb host0 ohci.
Linux clock driver already handle this via rockchip,rk3288w-cru
compatible.
USB ohci host can enable via dts for rk3288w based boards.
So, add fdt board setup code to update cr
The following changes since commit bcfe764ee925d0820e82c69ccf75b71d142644c7:
Merge tag 'efi-2020-07-rc6-2' of
https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-06-30 17:15:39
-0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/e
This patch fixes a wrong IOMUX configuration for UART5_TX of NXP’s IMX6SX
---
arch/arm/include/asm/arch-mx6/mx6sx_pins.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-mx6/mx6sx_pins.h
b/arch/arm/include/asm/arch-mx6/mx6sx_pins.h
index a18e08f65c..f5
On Fri 2020-07-03 22:58:23, Pali Rohár wrote:
> In commit commit d2c05f50e12f ("mmc: omap_hsmmc: Set 3.3V for IO voltage")
> was changed 3.0V IO voltage to 3.3V but it was not done on all places in
> omap_hsmmc driver. That commit broke eMMC support on Nokia N900.
>
> This patch fixes that problem
Hi Antonio,
Thanks for your patch.
On Sat, Jul 4, 2020 at 8:43 AM Antonio Tessarolo
wrote:
>
> This patch fixes a wrong IOMUX configuration for UART5_TX of NXP’s IMX6SX
>
> ---
You missed your Signed-off-by tag.
> arch/arm/include/asm/arch-mx6/mx6sx_pins.h | 2 +-
> 1 file changed, 1 insertio
'git grep' did not find any user of this stub.
Signed-off-by: Masahiro Yamada
---
arch/x86/include/asm/u-boot-x86.h | 2 --
arch/x86/lib/zimage.c | 10 --
2 files changed, 12 deletions(-)
diff --git a/arch/x86/include/asm/u-boot-x86.h
b/arch/x86/include/asm/u-boot-x86.h
i
Hi Simon,
On Sat, Jul 4, 2020 at 1:20 PM Rayagonda Kokatanur
wrote:
>
> Hi Simon,
>
> On Fri, Jun 26, 2020 at 6:42 AM Simon Glass wrote:
> >
> > On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur
> > wrote:
> > >
> > > Update NS3 GIC LPI address.
> > >
> > > Signed-off-by: Rayagonda Kokatanur
>
Hi Peter,
On Fri, 3 Jul 2020 at 06:33, Peter Geis wrote:
>
> Good Morning,
>
> I am attempting to expand on the work for chainloading U-Boot on the
> nyan-big in order to chainload U-Boot on the Ouya Tegra30 device from
> fastboot.
> I have so far been unsuccessful at getting any output from U-B
Hello Takahiro,
in the current code you have left a comment:
/*
* TODO:
* Since there is currently no "platform-specific" installation
* method of Platform Key, we can't say if VendorKeys is 0 or 1
* precisely.
*/
We do not supply vendor keys.
17 matches
Mail list logo