[PULL] u-boot-mips for u-boot/next (v2022.10)
Tom Rini
trini at konsulko.com
Fri Jul 8 18:50:46 CEST 2022
On Fri, Jul 08, 2022 at 05:21:48PM +0200, Daniel Schwierzeck wrote:
>
> Gitlab CI:
> https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/12656
>
> Azure:
> https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=30&view=results
>
>
> The following changes since commit 2d2c61ff0460740d9ec5a44dbef9255a8c690696:
>
> Merge tag 'efi-2022-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-07-06 09:17:08 -0400)
>
> are available in the Git repository at:
>
> https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-pull-2022-07-08
>
> for you to fetch changes up to e5fc4022af3cfd59e3459276305671a595ac5ff0:
>
> MAINTAINERS: update maintainer for MediaTek MIPS platform (2022-07-08 15:13:29 +0200)
>
> ----------------------------------------------------------------
> - MIPS: add drivers and board support for Mediatek MT7621 SoC
OK, we need a few changes here, sorry. There's now migrated CONFIG
symbols, most of which are easy to do and I was about to, and then I saw
this:
#ifdef CONFIG_TPL_BUILD
#define CONFIG_SPL_START_S_PATH "arch/mips/mach-mtmips/mt7621/tpl"
/* .bss will not be used by TPL */
#define CONFIG_SPL_BSS_START_ADDR 0x80000000
#define CONFIG_SPL_BSS_MAX_SIZE 0
#else
#define CONFIG_SPL_START_S_PATH "arch/mips/mach-mtmips/mt7621/spl"
#define CONFIG_SPL_BSS_START_ADDR 0x80140000
#define CONFIG_SPL_BSS_MAX_SIZE 0x80000
#define CONFIG_SPL_MAX_SIZE 0x30000
#endif
No, you cannot abuse CONFIG_TPL_BUILD to set CONFIG_SPL_foo. Those need
to become CONFIG_TPL_foo, and set appropriately. And then for
[ST]PL_START_S_PATH, you need to set head-$(CONFIG_ARCH_xxx) to the
right file, for SPL/TPL instead.
--
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/20220708/156d80fe/attachment.sig>
More information about the U-Boot
mailing list