¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: [PATCH 0/3] arm: meson: extend sm calls to support Amlogic chip_id v1, v2
From: Neil Armstrong <neil.armstrong@...> Hi, Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next) [1/3] arm: meson: unify type being used for
By Neil Armstrong · #2625 ·
Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write
Hi, sorry, but i don't see it merged. Is it ok? Thanks
By Arseniy Krasnov <avkrasnov@...> · #2624 ·
[PATCH 0/3] arm: meson: extend sm calls to support Amlogic chip_id v1, v2
The Amlogic Meson SoC secure monitor (TF-A) handles a call (0x82000044) to retrieve a chip_id from eFuse OTP data [1]. Previously, this sm call (0x82000044) was used to retrieve just unique SoC
By Evgeny Bachinin <EABachinin@...> · #2623 ·
[PATCH 1/3] arm: meson: unify type being used for socinfo
socinfo_ API uses u32 type, hence let's use it everywhere for consistency. Signed-off-by: Evgeny Bachinin <EABachinin@...> --- arch/arm/mach-meson/board-info.c | 9 +++++---- 1 file
By Evgeny Bachinin <EABachinin@...> · #2622 ·
[PATCH 2/3] arm: meson: sm: get rid of SM_CHIP_ID_SIZE
SM_CHIP_ID_SIZE is used nowhere. Moreover, it specifies wrong chip_id size: Amlogic chip_id v1 and v2 is always 16 bytes long. Signed-off-by: Evgeny Bachinin <EABachinin@...> ---
By Evgeny Bachinin <EABachinin@...> · #2621 ·
[PATCH 3/3] arch: arm: meson: support Amlogic chip_id v1 and v2
Patch introduces: * chip_id API - useful for various things, but used now for device_id (did) generation as mentioned in [1] on our private board code. Our device_id is calculated by means of
By Evgeny Bachinin <EABachinin@...> · #2620 ·
Re: [PATCH 0/3] arm: meson: extend sm calls to support Amlogic chip_id v1, v2
Hi! 10/02/2025 20.50, Evgeny Bachinin wrote:
By Viacheslav Bocharov · #2619 ·
Re: [PATCH v1] arch: meson: sm: add retrieve SoC chipid
Superseed by https://lore.kernel.org/u-boot/20250210-meson_chip_id_all_vers-v1-0-b98f8b6880b8@.../ 17/01/2025 13.41, Viacheslav Bocharov wrote:
By Viacheslav Bocharov · #2618 ·
Re: [PATCH] Squashed 'dts/upstream/' changes from 9b6ba2666d63..8531b4b4988c
This is now in master. -- Tom
By Tom Rini <trini@...> · #2617 ·
Re: [PATCH] Squashed 'dts/upstream/' changes from 9b6ba2666d63..8531b4b4988c
Hi Tom, Glad to see DT subtree resync, it has been smooth up-revs then what I had expected initially when we introduced it. -Sumit
By Sumit Garg <sumit.garg@...> · #2616 ·
[PATCH] Squashed 'dts/upstream/' changes from 9b6ba2666d63..8531b4b4988c
8531b4b4988c Merge tag 'v6.13-rc7-dts-raw' [snip] git-subtree-dir: dts/upstream git-subtree-split: 8531b4b4988c2c9bddc90ea74f2d3e2dca9d5056 --- This will bring us to the v6.13-dts tag of the
By Tom Rini <trini@...> · #2615 ·
[PATCH v1] arch: meson: sm: add retrieve SoC chipid
From: Nikita Maslo <nam@...> The Amlogic Meson SoC Secure Monitor implements a call to retrieve an unique SoC ID starting from the GX Family and all new families. But GX-family chips (e.g.
By Viacheslav Bocharov · #2614 ·
[PATCH v2] board: odroid-n2: Update docs for signing
The previous instructions resulted in a bootloader that wouldn't fit in an MBR gap. I have updated the docs based on upstream's build process. Signed-off-by: Baltaz¨¢r Radics
By Baltaz¨¢r Radics <baltazar.radics@...> · #2613 ·
Re: [PATCH v2] board: odroid-n2: Update docs for signing
On 10/01/2025 12:11, Baltaz¨¢r Radics wrote: > The previous instructions resulted in a bootloader that wouldn't fit in > an MBR gap. I have updated the docs based on upstream's build process. >
By Neil Armstrong · #2612 ·
Re: [PATCH] board: amlogic: odroid-n2: remove amlogic prefix from fdtdir path
Please disregard this patch. I¡¯ve spotted the issue in our distro packaging and this is not required. Apologies for the noise. CH.
By Christian Hewitt · #2611 ·
[PATCH] board: amlogic: odroid-n2: remove amlogic prefix from fdtdir path
Commit 834e7c8136c6 ("dts: meson-g12a: Switch to using upstream DT") changed Amlogic configs to contain the default /amlogic device-tree path prefix, e.g. for
By Christian Hewitt · #2610 ·
Re: [PATCH 1/2] tools: mkimage: Add Amlogic Boot Image type
On Mon, Jan 06, 2025 at 10:27:39AM +0100, Neil Armstrong wrote: [snip] > > Reviewed-by: Neil Armstrong <neil.armstrong@...> > > Via which tree this should be merged ? Your amlogic tree when
By Tom Rini <trini@...> · #2609 ·
Re: [PATCH 2/2] tools: amlimage: Add support for GXBB eMMC header
On 03/01/2025 22:58, Jonas Karlman wrote: > GXBB BL1 only tries to read boot image from sector 0 on eMMC and sector > 1 on SD-card. GXL and newer read boot image from sector 1 on both eMMC > and
By Neil Armstrong · #2608 ·
Re: [PATCH 1/2] tools: mkimage: Add Amlogic Boot Image type
On 03/01/2025 22:58, Jonas Karlman wrote: > Add support for creating an Amlogic Boot Image that pass CHK in BL1 on > Amlogic AArch64 SoCs. > Images can optionally be signed for secure boot scenario,
By Neil Armstrong · #2607 ·
Re: [PATCH 2/2] tools: amlimage: Add support for GXBB eMMC header
On 05/01/2025 11:24, Ferass El Hafidi wrote: > Hi Jonas and Simon, > On Sat Jan 4, 2025 at 10:23 PM UTC, Jonas Karlman wrote: >> Hi Simon, >> >> On 2025-01-04 20:31, Simon Glass wrote: >>> Hi
By Neil Armstrong · #2606 ·