¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
There seem no to be too many non-ASCI strings outside of comments. Should we care about non-ASCII comments? $ find . -name '*.h' -exec grep -P -Hn "[^\x00-\x7F]" {} \; | grep -v ':\s*[\/\*']
By Heinrich Schuchardt <xypron.glpk@...> · #2274 ·
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
Reviewed-by: Tom Rini <trini@...> Now, how did you test / find these? Given names a CI test is unlikely to be doable but if it's otherwise scriptable I can put it in my loops and just fixup
By Tom Rini <trini@...> · #2273 ·
Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
Acked-by: Marek Beh¨²n <kabel@...>
By Marek Beh¨²n <kabel@...> · #2272 ·
[PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing
Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or names are converted. Signed-off-by: Michal Simek <michal.simek@...> --- Changes in v2: - New patch in series
By Michal Simek <michal.simek@...> · #2271 ·
[PATCH v2 0/5] Kconfig: some cleanups
I looked as cleaning up some dependencies and I found that qconfig is reporting some issues. This series is fixing some of them. But there are still some other pending. That's why please go and fix
By Michal Simek <michal.simek@...> · #2270 ·
Re: [PATCH v3] mtd: rawnand: Meson NAND controller support
Hi Arseniy, <michael@...> wrote:
By Dario Binacchi <dario.binacchi@...> · #2269 ·
Re: [GIT PULL] Please pull u-boot-amlogic-next-20240404
Applied to u-boot/master, thanks! -- Tom
By Tom Rini <trini@...> · #2268 ·
Re: [PATCH 33/33] doc: boards: amlogic: add documentation for ODROID-HC4
On 3/20/23 12:46, Christian Hewitt wrote: > Add separate documentation for the ODROID-HC4 board to ensure > users build U-Boot using the HC4 defconfig that enables PCIe > SATA boot. This avoids user
By Heinrich Schuchardt <heinrich.schuchardt@...> · #2267 ·
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 boards.
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 boards.
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 ·