[U-Boot] [PATCH v3 0/5] Add support for MIPS Creator CI20

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Tue Dec 18 00:05:19 UTC 2018



Am 16.12.18 um 23:25 schrieb Ezequiel Garcia:
> A new round, addressing feedback from Daniel.
> 
> Daniel: do you think this is acceptable as a first submission?
> 
> v3:
>  * Cleanup SoC reset logic.
>  * Move gpio driver to SoC specific code, to be used by SPL.
>    A proper dm gpio driver will be added later.
>  * Cleaned up SPDX.
>  * Added myself as JZ4780 maintainer.
>  * Added TODO file.
> 
> v2:
> 
>  * Replaced infinite while loop with wait_for_bit.
>  * Added a MAINTAINERS file. If anyone wants to co-maintain this,
>    please let me know.
> 
> This is based on master and has been tested by SD-card booting
> both U-Boot and Linux. Booting Linux via TFTP was also tested.
> 
> I've pushed a branch to https://github.com/ezequielgarcia/u-boot/tree/ci20-v3
> and started travis.
> 
> Note that Paul's contributions are recorded using his imgtec.com
> mail although it's no longer valid, and that we will rely on mailmap
> to map it to mips.com.
> 
> It would be terrific to fit this on the next release.
> 
> Thanks!
> 
> Paul Burton (5):
>   misc: Add JZ47xx efuse driver
>   mmc: Add JZ47xx SD/MMC controller driver
>   mips: Add SPL header
>   mips: jz47xx: Add JZ4780 SoC support
>   mips: jz47xx: Add Creator CI20 platform

applied to u-boot-mips, thanks.

I fixed some additional SPDX license identifiers because not all files
got updated ;) I also fixed some minor checkpatch.pl issues.

I renamed the defconfig to ci20_mmc to clearly indicate the MMC boot
mode in case someone wants to add boot from NAND or USB later. The
latter could be useful for developing. I hope you don't mind ;)

I also moved CONFIG_MISC_INIT_R from ci20.h to defconfig as this option
has been converted to Kconfig some time ago. Finally I enabled cmd_dm to
quickly test current DM integration.

The updated series still booted on my rev1 board.

Maybe one of the next improvements should be to enable
CONFIG_DISTRO_DEFAULTS and CONFIG_MIPS_BOOT_FDT.

-- 
- Daniel


More information about the U-Boot mailing list