Re: [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-10 Thread Vyacheslav Mitrofanov V
On Fri, 2022-09-09 at 08:44 -0600, Simon Glass wrote: > «Внимание! Данное письмо от внешнего адресата!» > > On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov > wrote: > > Implement basic of NDP. It doesn't include such things as Router > > Solicitation, Router Advertisement and Redirect. It jus

Re: [PATCH v4 00/17] IPv6 support

2022-09-10 Thread Vyacheslav Mitrofanov V
On Thu, 2022-09-08 at 14:58 +0300, Viacheslav Mitrofanov wrote: > This patch set adds basic IPv6 support to U-boot. > It is based on Chris's Packham patches > (https://lists.denx.de/pipermail/u-boot/2017-January/279366.html) > Chris's patches were taken as base. There were efforts to launch it > on

uboot not loading ramdisk

2022-09-10 Thread noman pouigt
I am creating a boot.img using below command: mkimage -D "-I dts -O dtb -p 1024" -f boot.its boot.img https://ideone.com/OyHuGz -- .its file Using this boot.img I am able to see this in the device: ## Loading kernel from FIT Image at 1200 ... ## Flattened Device Tree blob at 70065000 but no l

Re: [PATCH] scripts: config_whitelist: CONFIG_SYS_FLASH_AUTOPROTECT_LIST

2022-09-10 Thread Tom Rini
On Sat, Sep 10, 2022 at 10:59:20PM +0300, Sergei Antonov wrote: > On Sat, 10 Sept 2022 at 17:18, Tom Rini wrote: > > > > On Sun, Sep 04, 2022 at 06:54:29PM +0300, Sergei Antonov wrote: > > > On Sun, 4 Sept 2022 at 18:30, Tom Rini wrote: > > > > > > > > On Sun, Sep 04, 2022 at 06:28:56PM +0300, Se

Re: [PATCH] scripts: config_whitelist: CONFIG_SYS_FLASH_AUTOPROTECT_LIST

2022-09-10 Thread Sergei Antonov
On Sat, 10 Sept 2022 at 17:18, Tom Rini wrote: > > On Sun, Sep 04, 2022 at 06:54:29PM +0300, Sergei Antonov wrote: > > On Sun, 4 Sept 2022 at 18:30, Tom Rini wrote: > > > > > > On Sun, Sep 04, 2022 at 06:28:56PM +0300, Sergei Antonov wrote: > > > > On Sun, 4 Sept 2022 at 18:23, Tom Rini wrote: >

Re: [PATCH] scripts: config_whitelist: CONFIG_SYS_FLASH_AUTOPROTECT_LIST

2022-09-10 Thread Tom Rini
On Sun, Sep 04, 2022 at 06:54:29PM +0300, Sergei Antonov wrote: > On Sun, 4 Sept 2022 at 18:30, Tom Rini wrote: > > > > On Sun, Sep 04, 2022 at 06:28:56PM +0300, Sergei Antonov wrote: > > > On Sun, 4 Sept 2022 at 18:23, Tom Rini wrote: > > > > > > > > What type must it be in Kconfig? Note, it is

Re: imx8mq allocation issue

2022-09-10 Thread Heiko Thiery
Hi Angus, Am Fr., 9. Sept. 2022 um 18:38 Uhr schrieb Angus Ainslie : > > Hi Heiko, > > On 2022-09-09 07:45, Heiko Thiery wrote: > > Hi Angus, > > > > Am Fr., 9. Sept. 2022 um 16:43 Uhr schrieb Angus Ainslie > > : > >> > >> Hi Heiko, > >> > >> The librem5 (imx8mq) is able to boot using these [1] pa

Re: Pull request for efi-2022-10-rc5

2022-09-10 Thread Tom Rini
On Fri, Sep 09, 2022 at 07:39:16PM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit e9de8c8c649044080371399a1ef4923b08632611: > > Merge tag 'u-boot-stm32-20220907' of > https://source.denx.de/u-boot/custodians/u-boot-stm (2022-09-08 08:33:41 > -0400) > > ar

[PATCH] rockchip: enable fdt overlays for ROCK Pi 4 series

2022-09-10 Thread FUKAUMI Naoki
add CONFIG_OF_LIBFDT_OVERLAY=y to support fdt overlays. Signed-off-by: FUKAUMI Naoki --- configs/rock-pi-4-rk3399_defconfig | 1 + configs/rock-pi-4c-rk3399_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig i