The suffix should be ".bin" instead of ".dtb" .
Signed-off-by: Masahiro Yamada
Reviewed-by: Bin Meng
---
tools/binman/README.entries | 2 +-
tools/binman/etype/u_boot_with_ucode_ptr.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/binman/README.en
On Thu, Dec 12, 2019 at 7:26 PM Kever Yang wrote:
>
> Hi Thomas,
>
> Could you add commit message for patch and split the patch into
> multi patches
>
> base on the module?
>
Hi Kever,
I think this already got merged, didn't it?
-Tom
>
> Thanks,
>
> - Kever
>
> On 2019/11/14 上午10:18, Thom
On Fri, Dec 13, 2019 at 03:47:58PM +, Rasmus Villemoes wrote:
> Signed-off-by: Rasmus Villemoes
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Thu, Dec 12, 2019 at 06:07:49PM +0100, Heinrich Schuchardt wrote:
> Boris' email address has changed. Copy two entries from the Linux .mailmap
> file.
>
> Boris confirmed the new email address:
> https://lists.denx.de/pipermail/u-boot/2019-December/393774.html
>
> Cc: Boris Brezillon
> Signe
On Fri, Dec 13, 2019 at 08:12:45AM +0100, Hannes Schmelzer wrote:
> commit 3b3e8a37d36e
> ("arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id")
>
> did sync with recent linux kernel and replaced therefore the 'phy_id'
> property with a phy-handle pointing to the mdio.
>
> This
On Thu, Dec 12, 2019 at 02:38:23PM +, Rasmus Villemoes wrote:
> Commit 656d8da9d2 (doc: Remove duplicated documentation directory) got
> rid of most of Documentation/. But there's still an obviously useless
> .gitignore left behind.
>
> Also, there's a copy of the linux kernel's net/ethernet.
On Tue, Dec 10, 2019 at 07:43:33AM +0100, Heinrich Schuchardt wrote:
> With commit 37db55b7e9db ("linux/types.h: fix typo unchar") we have a
> duplicate typedef for uchar. As linux/types.h is included in common.h we
> don't need another typedef for uchar there.
>
> Fixes: 37db55b7e9db ("linux/typ
On Wed, Dec 11, 2019 at 10:45:50AM +0100, Heinrich Schuchardt wrote:
> Describe that a signature node can be added to a binary device tree using
> the mkimage tool.
>
> Provide an example device tree node.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
sign
On Wed, Nov 20, 2019 at 09:13:26PM +0200, Grygorii Strashko wrote:
> Move BOOTP_DNS2 and PHY_TI from dra7xx_evm.h to
> dra7xx_evm_defconfig.
>
> Signed-off-by: Grygorii Strashko
> Reviewed-by: Lokesh Vutla
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On 12/13/2019 8:50 AM, Andre Przywara wrote:
>> +/* total number of Buffer Descriptors, same for Rx/Tx */
>> +#define TOTAL_DESC 256
>> +
>> +#define DEFAULT_Q0x10
>
> I think that deserves a comment.
> Maybe Florian can comment on what this odd "queue
On Fri, 13 Dec 2019 21:12:22 +0530
Amit Singh Tomar wrote:
Hi Amit,
thanks for your work on this.
As I have seen versions of this code before, here just some quick things
(mostly stylistic) that I spotted earlier.
> This patch adds driver for GENET Ethernet controller.
>
> It has been tested(
Signed-off-by: Rasmus Villemoes
---
configs/gazerbeam_defconfig | 2 +-
drivers/sysreset/Kconfig| 2 +-
drivers/sysreset/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/gazerbeam_defconfig b/configs/gazerbeam_defconfig
index 3a29bb1277..2d690245f1 100
This patch adds driver for GENET Ethernet controller.
It has been tested(ping and tftp works for small files) on
Raspberry Pi 4.
Signed-off-by: Amit Singh Tomar
---
configs/rpi_4_defconfig | 2 +
drivers/net/Kconfig | 7 +
drivers/net/Makefile| 1 +
drivers/net/bcmgenet.c | 770 +
Hi,
This is the RFC version of Ethernet driver Andre and I have been working on for
sometime now.
MAC controller is based on Broadcom's GENETv5 IP.There is no documentation
available for this controller
Publicly and it's derived lookig at the Linux source[1].
At the moment, ping works from RPI
Some of the devices(for instance, pcie and gnet controller) sitting on
SCB bus falls behind/below the memory range that we currenty have.
This patch updates the memory range to map those devices correctly.
Signed-off-by: Amit Singh Tomar
---
arch/arm/mach-bcm283x/init.c | 6 +++---
1 file chang
On Fri, 13 Dec 2019, Michal Simek wrote:
> On 13. 12. 19 15:05, Robert P. J. Day wrote:
> >
> > been a while since i wandered through the innards of u-boot so it's
> > possible this is a silly question.
> >
> > was just placed on a project that involves a xilinx zynqmp-based
> > board, and nee
On 13. 12. 19 15:05, Robert P. J. Day wrote:
>
> been a while since i wandered through the innards of u-boot so it's
> possible this is a silly question.
>
> was just placed on a project that involves a xilinx zynqmp-based
> board, and need to upgrade the version of u-boot that's currently
>
been a while since i wandered through the innards of u-boot so it's
possible this is a silly question.
was just placed on a project that involves a xilinx zynqmp-based
board, and need to upgrade the version of u-boot that's currently
being used. as part of my perusal, i did a quick grep to s
On Fri, 13 Dec 2019 12:38:43 +0100
Giulio Benetti wrote:
> On 12/13/19 11:09 AM, Lukasz Majewski wrote:
> > On Fri, 13 Dec 2019 00:02:25 +0100
> > Giulio Benetti wrote:
> >
> >> Hi Lukasz,
> >>
> >> On 12/12/19 11:53 PM, Giulio Benetti wrote:
> >>> clk_get_by_name() requires clk_get_by_id()
On Fri, Dec 13, 2019 at 12:44:20PM +0530, Sughosh Ganu wrote:
> Add a uclass for reading a random number seed from a random number
> generator device.
>
> Signed-off-by: Sughosh Ganu
> Reviewed-by: Patrice Chotard
> ---
> drivers/Kconfig | 2 ++
> drivers/Makefile | 1 +
> dr
On Fri, Dec 13, 2019 at 12:44:27PM +0530, Sughosh Ganu wrote:
> Add a driver for the virtio-rng device on the qemu platform. The
> device uses pci as a transport medium. The driver can be enabled with
> the following configs
>
> CONFIG_VIRTIO
> CONFIG_DM_RNG
> CONFIG_VIRTIO_PCI
> CONFIG_VIRTIO_RNG
On 12/13/19 11:09 AM, Lukasz Majewski wrote:
On Fri, 13 Dec 2019 00:02:25 +0100
Giulio Benetti wrote:
Hi Lukasz,
On 12/12/19 11:53 PM, Giulio Benetti wrote:
clk_get_by_name() requires clk_get_by_id() that is not available if
CONFIG_OF_PLATDATA is defined, so move clk_get_by_name() into #else
Hi Fabio,
On Fri, Dec 13, 2019 at 6:44 AM Fabio Estevam wrote:
>
> Hi Ricardo,
>
> On Thu, Dec 12, 2019 at 6:20 PM Ricardo Salveti wrote:
>
> > Can you also confirm if mmc is working correctly on imx8mm evk?
>
> I don't have access to a imx8mm_evk at the moment, but does the change
> below help?
On Fri, 13 Dec 2019 00:02:25 +0100
Giulio Benetti wrote:
> Hi Lukasz,
>
> On 12/12/19 11:53 PM, Giulio Benetti wrote:
> > clk_get_by_name() requires clk_get_by_id() that is not available if
> > CONFIG_OF_PLATDATA is defined, so move clk_get_by_name() into #else
> > condition of #if CONFIG_IS_ENA
Hi Marek
Please pull the following update for socfpga-next.
Thanks.
Regards
Ley Foon
The following changes since commit f412fa8c2b82eba609c0f4494bad0da38606aa77:
configs: socfpga: fix building Stratix10 and Agilex (2019-12-13 01:58:15
+0100)
are available in the Git repository at:
https
Hi Ricardo,
On Thu, Dec 12, 2019 at 6:20 PM Ricardo Salveti wrote:
> Can you also confirm if mmc is working correctly on imx8mm evk?
I don't have access to a imx8mm_evk at the moment, but does the change
below help?
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -66,7
Firefly Core-PX30-JD4 use UART2M1 while PX30 evb using UART2M0, the U-Boot
proper will use the dts setting to do the IOMUX init, and a separate dts
is needed for px30-firefly.
Signed-off-by: Kever Yang
---
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/px30-firefly-u-boot.dtsi |
Hi Simon,
On Fri, Dec 13, 2019 at 10:48 AM Simon Glass wrote:
>
> Hi Bin,
>
> On Tue, 10 Dec 2019 at 21:28, Simon Glass wrote:
> >
> > For Apollo Lake we need to take the I2C bus controller out of reset before
> > using this. Add this functionality to the driver.
> >
> > Signed-off-by: Simon Gla
Hi Stefano, Filip,
I found this patch on the mailing list:
https://patchwork.ozlabs.org/patch/670208/
As far as I can see this patch never made it to mainline.
I have tested and reviewed the patch and it works for me.
With this patch my i.MX6QP DDR3 NoC configuration works fine.
What is the cur
29 matches
Mail list logo