On 7/29/25 20:04, Michael Tokarev wrote:
On 29.07.2025 20:42, Cédric Le Goater wrote:
Full changelog since last update (d6e3386709b3) :
Jamin Lin (3):
ast27x0: Initialize and enable SSP/TSP using SCU with reserved-memory
from DTB
ast27x0: Fix missing SCU module reset for SSP and TSP initialization
ast27x0: Fix Makefile to unconditionally set CC to support correct
cross-compilation
Please include the complete changelog here, with npcm changes too :)
ok. This is a shortlog for d6e3386709b3..HEAD but we should be
using commit 1287b6e42e83. so :
$ git shortlog 1287b6e42e83..HEAD --no-merges
Hao Wu (2):
Automatically search for UBOOT location for NPCM8xx images.
Dynamically detects NPCM8XX UBOOT destination and size.
Jamin Lin (5):
Add initial support for AST27x0
ast27x0: Show build date and git version
ast27x0: Initialize and enable SSP/TSP using SCU with reserved-memory
from DTB
ast27x0: Fix missing SCU module reset for SSP and TSP initialization
ast27x0: Fix Makefile to unconditionally set CC to support correct
cross-compilation
Will update tomorrow.
Compiled with gcc version 13.3.0
Signed-off-by: Cédric Le Goater <c...@redhat.com>
---
pc-bios/ast27x0_bootrom.bin | Bin 15552 -> 16408 bytes
pc-bios/npcm7xx_bootrom.bin | Bin 768 -> 672 bytes
pc-bios/npcm8xx_bootrom.bin | Bin 608 -> 672 bytes
I wonder why the two are of the same size..
This is the result of :
make -C roms npcm7xx_bootrom npcm8xx_bootrom ast27x0_bootrom
C.