
On Sat, Apr 29, 2023 at 11:56:15AM +0000, Christophe Leroy wrote:
Hi Tom,
This pull request adds support for the last CPU board from CS GROUP France (previously CSSI).
That CPU board called CMPCPRO has a mpc8321E CPU (Family PQII PRO hence its name) and can be plugged in place of the CMPC885 board.
In order to support that new board, the following changes are included in this series:
- Make the mpc8xx watchdog driver more generic for reusing it
with mpc83xx
- Fix various small problems on mpc83xx platform
- Add a GPIO Driver for QE GPIOs
- Add support for mpc832x into mpc83xx SPI driver
- Refactor existing board code that will be shared with new board
- Add the new board
CI: https://source.denx.de/u-boot/custodians/u-boot-mpc8xx/-/pipelines/16153
Thanks Christophe
The following changes since commit a25dcda452bf6a6de72764a8d990d72e5def643d:
Revert "disk: Use a helper function to reduce duplication" (2023-04-03 10:43:37 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-mpc8xx.git for-2023.07
for you to fetch changes up to 4d0c8db74d83e43dec4e7481b2d1e194f51d907b:
board: cssi: Add CPU board CMPCPRO (2023-04-28 17:52:23 +0200)
Applied to u-boot/master, thanks!