[PATCH] arm64: renesas: Align configuration headers
Marek Vasut
marek.vasut at mailbox.org
Sun Dec 15 20:03:48 CET 2024
On 12/15/24 5:48 PM, Tom Rini wrote:
> On Sat, Dec 14, 2024 at 11:45:11PM +0100, Marek Vasut wrote:
>
>> Align R-Car Gen2/Gen3/Gen4 configuration header file to look
>> basically the same way across these three SoC generations.
>> There are subtle difference between the remaining bits in
>> those files across SoC generations, but the common bits are
>> now aligned. There is not much left in those headers either,
>> most of the configuration is now converted to Kconfig.
>>
>> Specifically for R-Car Gen3, GIC registers have been moved
>> to architecture specific header file rcar-gen3-base.h , the
>> rest of the changes here are comment changes and indentation
>> changes.
>>
>> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
>> ---
>> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
>> Cc: Paul Barker <paul.barker.ct at bp.renesas.com>
>> Cc: Tom Rini <trini at konsulko.com>
>> Cc: u-boot at lists.denx.de
>> ---
>> .../include/mach/rcar-gen3-base.h | 5 +++++
>> include/configs/rcar-gen2-common.h | 10 ++++++----
>> include/configs/rcar-gen3-common.h | 19 ++++++-------------
>> include/configs/rcar-gen4-common.h | 8 +++-----
>> 4 files changed, 20 insertions(+), 22 deletions(-)
>
> This is good. As a follow-up, since it's a functional change
Is it ?
> , can we
> just switch to the default CFG_SYS_BAUDRATE_TABLE of { 9600, 19200,
> 38400, 57600, 115200 } ?
We cannot, because the new(er) SoC generations use 1843200 Bdps UART
baudrate .
More information about the U-Boot
mailing list