¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: [PATCH v2] mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL
On 1/28/24 02:12, Jonas Karlman wrote: > With MMC_PWRSEQ enabled the following link issue may happen when > building SPL and SPL_PWRSEQ is not enabled. > > aarch64-linux-gnu-ld.bfd:
By Jaehoon Chung <jh80.chung@...> · #2266 ·
[GIT PULL] Please pull u-boot-amlogic-next-20240404
Hi Tom, Please pull this migration to OF_UPSTREAM for all Amlogic SoCs family except the newer A1 family. In Addition, there's a few fixes & updates for the jethubj100 board. Thanks, Neil The
By Neil Armstrong · #2265 ·
Re: [PATCH v2 0/5] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next) [1/5] configs: meson64: remove amlogic prefix in fdtfile when CONFIG_OF_UPSTREAM is selected
By Neil Armstrong · #2264 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next) [1/4] dts: meson: Switch GXL, GXM & AXG to using upstream DT
By Neil Armstrong · #2263 ·
Re: [PATCH v2 0/5] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi Neil, Thank you for the series. Boot tested AOSP on VIM3. Tested-by: Mattijs Korpershoek <mkorpershoek@...
By Mattijs Korpershoek · #2262 ·
[PATCH v2 5/5] dts: meson: Drop redundant G12A, G12B & SM1 devicetree files
Since meson G12A, G12B & SM1 based boards switched to using upstream DT, so drop redundant files from arch/arm/dts directory. Only *-u-boot.dtsi files kept in arch/arm/dts directory for these
By Neil Armstrong · #2261 ·
[PATCH v2 3/5] dts: meson: Drop redundant GXL, GXM & AXG devicetree files
Since meson GXL, GXM & AXG based boards switched to using upstream DT, so drop redundant files from arch/arm/dts directory. Only *-u-boot.dtsi files kept in arch/arm/dts directory for these
By Neil Armstrong · #2260 ·
[PATCH v2 4/5] dts: meson-g12a: Switch to using upstream DT
Enable OF_UPSTREAM to use upstream DT and add amlogic/ prefix to the DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/ including *-u-boot.dtsi files from arch/$(ARCH)/dts/
By Neil Armstrong · #2259 ·
[PATCH v2 2/5] dts: meson: Switch GXL, GXM & AXG to using upstream DT
Enable OF_UPSTREAM to use upstream DT and add amlogic/ prefix to the DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/ including *-u-boot.dtsi files from arch/$(ARCH)/dts/
By Neil Armstrong · #2258 ·
[PATCH v2 1/5] configs: meson64: remove amlogic prefix in fdtfile when CONFIG_OF_UPSTREAM is selected
Remove amlogic/ path prefix in CFG_EXTRA_ENV_SETTINGS fdtfile when using CONFIG_OF_UPSTREAM, otherwise amlogic/ is added twice. Signed-off-by: Neil Armstrong <neil.armstrong@...> ---
By Neil Armstrong · #2257 ·
[PATCH v2 0/5] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Enable OF_UPSTREAM to use upstream DT and add amlogic/ prefix to the DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/ including *-u-boot.dtsi files from arch/$(ARCH)/dts/
By Neil Armstrong · #2256 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Thanks ! I'll send a v2 with this fix and your ack! Neil
By Neil Armstrong · #2255 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Builds and run ok. for related: Acked-by: Viacheslav Bocharov <adeep@...> 28/03/2024 10.50, neil.armstrong@... wrote:
By Viacheslav Bocharov · #2254 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi, Sorry for the delay. I will test this early next week (Tuesday) Thank you !
By Mattijs Korpershoek · #2253 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi Mattijs, Can you check it doesn't break android boot ? Neil
By Neil Armstrong · #2252 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi, You're right, I forgot to remove the fdtfile prefix, can you retry with: =====><=========================================== diff --git a/include/configs/meson64.h
By Neil Armstrong · #2251 ·
Re: [PATCH 0/4] arm: meson: Switch to using upstream DT for GXL, GXM, AXG, G12A, G12B & SM1 SoCs
Hi, Neil! With this patchset I got wrong fdt link in env with double prefix: fdtfile=amlogic/amlogic/meson-gxl-s905w-jethome-jethub-j80.dtb but if i remove "amlogic" prefix in config it does not
By Viacheslav Bocharov · #2250 ·
Re: [PATCH v1] board: amlogic: jethubj100: fix update docs
Thanks, squashed! Neil
By Neil Armstrong · #2249 ·
[PATCH v1] board: amlogic: jethubj100: fix update docs
Fix linter errors Fixes: 2fc5e3c1668cffdb4b894986e98c1ee10f6e9955 Signed-off-by: Viacheslav Bocharov <adeep@...> --- doc/board/amlogic/jethub-j100.rst | 2 +- 1 file changed, 1 insertion(+),
By Viacheslav Bocharov · #2248 ·
Re: [GIT PULL] Please pull u-boot-amlogic-fixes-20240325
Applied to u-boot/master, thanks! -- Tom
By Tom Rini <trini@...> · #2247 ·