Re: [PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays

2022-10-04 Thread Edoardo Tomelleri
Hello, is there any issue remaining with this patch? Will this be accepted for 2022.10 release? Thanks, Edoardo Il giorno mer 21 set 2022 alle ore 15:41 Edoardo Tomelleri ha scritto: > > No problem, I noticed that I forgot to update the link when you asked > to add it to the commi

Re: [PATCH] arm: amlogic: add setbrg op to serial device

2022-09-22 Thread Edoardo Tomelleri
Hello, Il giorno gio 22 set 2022 alle ore 18:51 Neil Armstrong ha scritto: > > Hi, > > Sorry for the delay... No problem, don't worry > Looks good ! > > If someone can test it ? otherwise I'll take it for next release. ...does it count if I've tested it? I have a radxa zero board (S905Y2 chip), t

Re: [PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays

2022-09-21 Thread Edoardo Tomelleri
No problem, I noticed that I forgot to update the link when you asked to add it to the commit message. Il giorno mer 21 set 2022 alle ore 15:30 Neil Armstrong ha scritto: > > On 21/09/2022 15:26, Edoardo Tomelleri wrote: > > This adds keyword devicetree-overlay as an alias for fd

[PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays

2022-09-21 Thread Edoardo Tomelleri
feature. The link for the spec is updated to the current one. [1] https://systemd.io/BOOT_LOADER_SPECIFICATION/ Signed-off-by: Edoardo Tomelleri --- Changes in v2: - Updated link to Boot Loader Specification - Added link to Boot Loader Specification to the patch commit - Changed README.pxe reusing

Re: [PATCH] cmd: pxe: add alias devicetree-overlay for fdtoverlays

2022-09-20 Thread Edoardo Tomelleri
Hello Neil, > Concerning the alias name, can you specify in the patch the link to the > Boot Loader Specification ? And probably update the PXE doc but reusing > the same wording. I'm not sure I understand what you mean about the PXE doc, is it better if the devicetree and devicetree-overlay keywo

[PATCH] cmd: pxe: add alias devicetree-overlay for fdtoverlays

2022-09-19 Thread Edoardo Tomelleri
. Signed-off-by: Edoardo Tomelleri --- boot/pxe_utils.c | 2 ++ doc/README.pxe | 4 doc/develop/distro.rst | 26 ++ 3 files changed, 32 insertions(+) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index a364fa8bb5..d5c215ae2c 100644 --- a/boot

[PATCH] arm: amlogic: add setbrg op to serial device

2022-09-18 Thread Edoardo Tomelleri
Implement setbrg in amlogic/meson serial device with driver model similar to how the meson_uart.c driver does it in Linux. Also configure (probe) the serial device with the new reg5 register. Signed-off-by: Edoardo Tomelleri --- drivers/serial/serial_meson.c | 70

Ftdoverlays documentation

2022-09-13 Thread Edoardo Tomelleri
Hello, I can not find u-boot documentation for the fdtoverlays option in extlinux.conf files, here: https://u-boot.readthedocs.io/en/latest/develop/distro.html?highlight=extlinux#enabling-the-distro-options (is it supported? I've found that in January 2021 a related patch was accepted) The docs ref