[PATCH] [Meson] add magicbox m16s config, dts and doc

2022-07-13 Thread Zhang Ning
, it's gxm_q201_v1 or its decendent. add a simple dts and config to enable this Tv box. a simple doc for how to enable mainline uboot. Signed-off-by: Zhang Ning --- arch/arm/dts/Makefile | 1 + .../dts/meson-gxm-magicbox-m16s-u-boot.dtsi | 6 + arch/arm/dts/meso

[PATCH] [v4] cmd: pxe_utils: sysboot: add kaslr-seed generation support

2022-01-31 Thread Zhang Ning
fdtdir /boot/dtbs/5.15.16-arm/ kaslrseed append root=UUID=92ae1e50-eeeb-4c5b-8939-7e1cd6cfb059 ro Tested on Khadas VIM with kernel 5.16.0-rc5-arm64, Debian 11. Signed-off-by: Zhang Ning --- boot/pxe_utils.c| 75 + doc

Re: [PATCH] [v3] add kaslr-seed generation to extlinux.conf

2022-01-31 Thread Zhang Ning
Hi, On Mon, Jan 31, 2022 at 09:53:43AM -0500, Tom Rini wrote: > On Mon, Jan 31, 2022 at 10:41:05PM +0800, Zhang Ning wrote: > > > 1, add kaslrseed key word to extlinux.conf > > 2, check kaslrseed in extlinux boot label > > 3, generate ramdon number from hw rng > > 4

Re: [PATCH] [v3] add kaslr-seed generation to extlinux.conf

2022-01-31 Thread Zhang Ning
pinctrl subsystem Dear u-boot maintainers, this patch is ready for review, thank you. On Mon, Jan 31, 2022 at 10:41:05PM +0800, Zhang Ning wrote: > 1, add kaslrseed key word to extlinux.conf > 2, check kaslrseed in extlinux boot label > 3, generate ramdon number from hw rng > 4, add kaslr

[PATCH] [v3] add kaslr-seed generation to extlinux.conf

2022-01-31 Thread Zhang Ning
/initramfs-5.15.16-arm.img fdtdir /boot/dtbs/5.15.16-arm/ kaslrseed append root=UUID=92ae1e50-eeeb-4c5b-8939-7e1cd6cfb059 ro Signed-off-by: Zhang Ning --- boot/pxe_utils.c| 75 + include/pxe_utils.h | 2 ++ 2 files changed

Re: [PATCH] [v2] add kaslr-seed generation to extlinux.conf

2022-01-30 Thread Zhang Ning
5.15.16-arm.img > fdtdir /boot/dtbs/5.15.16-arm/ > kaslrseed > append root=UUID=92ae1e50-eeeb-4c5b-8939-7e1cd6cfb059 ro > > Signed-off-by: Zhang Ning > --- > boot/pxe_utils.c| 69 + > include/pxe_utils.

[PATCH] [v2] add kaslr-seed generation to extlinux.conf

2022-01-29 Thread Zhang Ning
/ kaslrseed append root=UUID=92ae1e50-eeeb-4c5b-8939-7e1cd6cfb059 ro Signed-off-by: Zhang Ning --- boot/pxe_utils.c| 69 + include/pxe_utils.h | 2 ++ 2 files changed, 71 insertions(+) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index

[PATCH] add kaslr-seed generation to extlinux.conf

2022-01-28 Thread Zhang Ning
/ kaslrseed append root=UUID=92ae1e50-eeeb-4c5b-8939-7e1cd6cfb059 ro Signed-off-by: Zhang Ning --- boot/pxe_utils.c| 69 + include/pxe_utils.h | 2 ++ 2 files changed, 71 insertions(+) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index