[PATCH v5 2/6] mips: ls1c300: add base support

Tom Rini trini at konsulko.com
Thu Jul 27 22:46:25 CEST 2023


On Wed, Jul 26, 2023 at 08:30:23PM +0800, Du Huanpeng wrote:

> - pinmux setup functions for debug uart
> - lowlevel initialization: sdram, pll, spi, debug uart
[snip]
> +/* Serial SPL */
> +#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
> +#define CFG_SYS_NS16550_CLK		66000000
> +#define CFG_SYS_NS16550_COM1		0xbfe44000
> +#define CFG_SYS_NS16550_COM2		0xbfe48000
> +#define CFG_SYS_NS16550_COM3		0xbfe4c000
> +#define CFG_SYS_NS16550_COM4		0xbfe4c400
> +#define CFG_SYS_NS16550_COM5		0xbfe4c500
> +#define CFG_SYS_NS16550_COM6		0xbfe4c600
> +#endif

No guards around these please.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230727/c142ec9b/attachment.sig>


More information about the U-Boot mailing list