public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: "Duje Mihanović" <duje.mihanovic@skole.hr>,
	"Tom Rini" <trini@konsulko.com>
Cc: Karel Balej <balejk@matfyz.cz>,
	~postmarketos/upstreaming@lists.sr.ht, u-boot@lists.denx.de
Subject: Re: [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte
Date: Tue, 7 Jan 2025 12:27:24 +0100	[thread overview]
Message-ID: <07befe54-08cc-4e6d-a0be-6afbea47c4d2@denx.de> (raw)
In-Reply-To: <20241231-coreprimevelte-v2-0-6a5445d92d11@skole.hr>

Hi Duje,

On 31.12.24 17:49, Duje Mihanović wrote:
> Hello,
> 
> This series adds initial support for Marvell's PXA1908 ARM64 SoC and
> Samsung's Galaxy Core Prime VE LTE, a smartphone based on said SoC.
> 
> On this board, U-Boot is used as a secondary bootloader to work around
> certain quirks of the factory S-Boot.

S-Boot? Never heard of that one.

Interesting to see such an ancient SoC getting supported in U-Boot.

Thanks,
Stefan

> Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
> ---
> Changes in v2:
> - Drop arm,armv8 compatible from CPU nodes to match upstream
> - Add intel,xscale-uart compatible to NS16550 and use it in serial nodes to match upstream
> - Add include guards to include/configs/pxa1908.h
> - Disable CONFIG_DISPLAY_CPUINFO and CONFIG_CPU
> - Rebase on v2025.01-rc5
> - Link to v1: https://lore.kernel.org/r/20241227-coreprimevelte-v1-0-ac8243eee4e6@skole.hr
> 
> ---
> Duje Mihanović (3):
>        serial: ns16550: Add Intel XScale support
>        arm: mmp: add initial support for PXA1908 SoC
>        board: samsung: add initial support for coreprimevelte board
> 
>   MAINTAINERS                                     |   8 ++
>   arch/arm/Kconfig                                |  11 +++
>   arch/arm/Makefile                               |   1 +
>   arch/arm/dts/Makefile                           |   2 +
>   arch/arm/dts/pxa1908-samsung-coreprimevelte.dts |  74 +++++++++++++++++
>   arch/arm/dts/pxa1908.dtsi                       | 106 ++++++++++++++++++++++++
>   arch/arm/mach-mmp/Kconfig                       |  12 +++
>   arch/arm/mach-mmp/Makefile                      |   1 +
>   arch/arm/mach-mmp/board.c                       |  82 ++++++++++++++++++
>   arch/arm/mach-mmp/mmu.c                         |  30 +++++++
>   board/samsung/coreprimevelte/Kconfig            |  12 +++
>   board/samsung/coreprimevelte/MAINTAINERS        |   6 ++
>   configs/coreprimevelte_defconfig                |  18 ++++
>   drivers/serial/ns16550.c                        |   1 +
>   include/configs/pxa1908.h                       |  18 ++++
>   15 files changed, 382 insertions(+)
> ---
> base-commit: 4be40460758057b9a85b0303dc072c108813cdf6
> change-id: 20241226-coreprimevelte-1c26acfb58db
> 
> Best regards,

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de


      parent reply	other threads:[~2025-01-07 11:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-31 16:49 [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte Duje Mihanović
2024-12-31 16:49 ` [PATCH v2 1/3] serial: ns16550: Add Intel XScale support Duje Mihanović
2025-01-07 11:30   ` Stefan Roese
2025-01-07 18:06     ` Duje Mihanović
2025-01-08 13:43       ` Stefan Roese
2025-01-08 21:26         ` Duje Mihanović
2025-01-09  7:47           ` Stefan Roese
2024-12-31 16:49 ` [PATCH v2 2/3] arm: mmp: add initial support for PXA1908 SoC Duje Mihanović
2025-01-23 12:25   ` Stefan Roese
2025-01-24 15:17     ` Duje Mihanović
2024-12-31 16:49 ` [PATCH v2 3/3] board: samsung: add initial support for coreprimevelte board Duje Mihanović
2025-01-01 12:45 ` [PATCH v2 0/3] Initial support for PXA1908 and samsung-coreprimevelte Duje Mihanović
2025-01-07 11:27 ` Stefan Roese [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=07befe54-08cc-4e6d-a0be-6afbea47c4d2@denx.de \
    --to=sr@denx.de \
    --cc=balejk@matfyz.cz \
    --cc=duje.mihanovic@skole.hr \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox