[PATCH 1/2] rockchip: rk3308: allow loading larger kernel Image

2019-12-25 Thread Andy Yan
When compile the curren mainline linux kernel(Linux 5.5-rc3) with defconfig, the final Image is 29M, it's much larger than Linux 5.4. On the current u-boot side on rk3308, the gap between kernel and fdt is 25M, the fdt will overwrite kernel Image, so move ftd to a higher memory to give 34M gab

[PATCH 2/2] doc: rockchip: Fix reference the wrong defconfig name of ROC-CC-RK3308

2019-12-25 Thread Andy Yan
The defconfig file for ROC-CC-RK3308 is roc-cc-rk3308_defconfig. Fixes: 7f08bfb74f04 ("doc: rockchip: Add documentation for rk3308 based boards") Signed-off-by: Andy Yan --- doc/README.rockchip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.rockchip

RE: [PATCH] global_data: remove unused mxc_i2c specific field

2019-12-25 Thread Peng Fan
> Subject: [PATCH] global_data: remove unused mxc_i2c specific field > > The srdata field is unused since commit 71204e95ce13228 ("i2c: mxc: > refactor i2c driver and support dm"). > > Cc: Peng Fan > Signed-off-by: Baruch Siach Reviewed-by: Peng Fan > --- >

Formal upstream support of Cortina Access ARM Based SoCs

2019-12-25 Thread Alex Nemirovsky
Hi Tom, Hope you are doing well and enjoying the holiday season. Cortina Access management has decided that we want to add formal upstream support of u-boot going forward for our line of SoCs and evaluation boards Our line of SoC’s all begin with the “CA” designation followed by 4 digits.

[PATCH] global_data: remove unused mxc_i2c specific field

2019-12-25 Thread Baruch Siach
The srdata field is unused since commit 71204e95ce13228 ("i2c: mxc: refactor i2c driver and support dm"). Cc: Peng Fan Signed-off-by: Baruch Siach --- include/asm-generic/global_data.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/asm-generic/global_data.h

Re: Garbage UART output on RPI 4 with upstream kernel DTB

2019-12-25 Thread Stefan Wahren
Am 24.12.19 um 13:38 schrieb Matthias Brugger: > > On 24/12/2019 12:56, Stefan Wahren wrote: >> Hi Matthias, >> >> Am 23.12.19 um 21:20 schrieb Matthias Brugger: >>> Hi Stefan, >>> >>> On 23/12/2019 19:51, Stefan Wahren wrote: Am 20.12.19 um 14:58 schrieb Stefan Wahren: > Hi, > >

Re: [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-25 Thread Sughosh Ganu
On Wed, 25 Dec 2019 at 13:51, Heinrich Schuchardt wrote: > On 12/25/19 7:21 AM, Sughosh Ganu wrote: > > hi Heinrich, > > Thanks for the review. > > > > On Tue, 24 Dec 2019 at 22:35, Heinrich Schuchardt > > wrote: > > > > On 12/24/19 4:54 PM, Sughosh Ganu wrote: >

Re: [PATCH v4 1/8] dm: rng: Add random number generator(rng) uclass

2019-12-25 Thread Sughosh Ganu
On Wed, 25 Dec 2019 at 06:41, Heinrich Schuchardt wrote: > On 12/17/19 12:51 PM, 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 > > --- > > Changes since V3: >

Re: [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

2019-12-25 Thread Sughosh Ganu
On Wed, 25 Dec 2019 at 13:57, Heinrich Schuchardt wrote: > On 12/24/19 4:54 PM, Sughosh Ganu wrote: > > Install the EFI_RNG_PROTOCOL implementation for it's subsequent use by > > the kernel for features like kaslr. > > > > Signed-off-by: Sughosh Ganu > > --- > > include/efi_loader.h

Re: [PATCH 01/12] i2c: designware_i2c: Add more registers

2019-12-25 Thread pt
> > > -Original Message- > > From: Simon Glass > > Sent: Sunday, December 22, 2019 12:15 AM > > To: U-Boot Mailing List > > Cc: Jun Chen ; Heiko Schocher ; Tan, > > Ley Foon ; Simon Glass > > Subject: [PATCH 01/12] i2c: designware_i2c: Add more registers > > > > Some versions of this

I change chip main of the pico-imx7D SOM module. Now I need put u-boot.imx(bin) using imx_uart

2019-12-25 Thread Neuber Sousa
Hi, https://community.nxp.com/thread/520887 https://forum.digikey.com/t/re-pico-pi-imx7-and-siging-in-um/2537/208 *(Please look at my last 10 posts.) * I have these issues above. When I tried theses commands: .*/imx_uart* /dev/ttyUSB0 mx7_usb_work.conf u-boot.imx & *imx_usb u-boot.imx* (of

Re: [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

2019-12-25 Thread Sascha Dewald
thank you :-) @Andre: you said it before. Are any other cases i could test ? don't worry, one of three boards i could damage ! (but it's better if not ... ;-)) Happy days, people - for all of you :-) and thank you again Am Mo., 23. Dez. 2019 um 23:24 Uhr schrieb André Przywara : > > On

[PATCH] [ARM] arch/arm/Kconfig: typo/grammar/punctuation fixes

2019-12-25 Thread Robert P. J. Day
Various (mostly minor) spelling, grammar and punctuation tweaks for arch/arm/Kconfig. Signed-off-by: Robert P. J. Day --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f9dab073ea..36c9c2fecd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -17,7 +17,7 @@ config

Re: [PATCH 1/1] virtio: fix typo devicd

2019-12-25 Thread Bin Meng
On Tue, Dec 24, 2019 at 7:21 PM Heinrich Schuchardt wrote: > > %s/devicd/device > > Signed-off-by: Heinrich Schuchardt > --- > drivers/virtio/virtio_mmio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng

proper way to build [html]docs these days?

2019-12-25 Thread Robert P. J. Day
just tried to build docs on a fully-updated fedora 31 system, and got: $ make htmldocs SPHINX htmldocs --> file:///home/rpjday/uboot/git/doc/output make[2]: Nothing to be done for 'html'. Running Sphinx v2.1.2 Extension error: Could not import extension kerneldoc (exception: cannot import

Re: [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

2019-12-25 Thread Heinrich Schuchardt
On 12/24/19 4:54 PM, Sughosh Ganu wrote: Install the EFI_RNG_PROTOCOL implementation for it's subsequent use by the kernel for features like kaslr. Signed-off-by: Sughosh Ganu --- include/efi_loader.h | 4 lib/efi_loader/efi_rng.c | 2 ++ lib/efi_loader/efi_root_node.c

Re: [PATCH 2/3] efi: qemu: arm64: Add efi_rng_protocol implementation for the platform

2019-12-25 Thread Heinrich Schuchardt
On 12/25/19 7:21 AM, Sughosh Ganu wrote: hi Heinrich, Thanks for the review. On Tue, 24 Dec 2019 at 22:35, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 12/24/19 4:54 PM, Sughosh Ganu wrote: > Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 >