[GIT PULL] Please pull u-boot-mpc8xx

Hi Tom,
This pull request adds support for temperature sensors et FPGA loading on boards from CS GROUP France.
CI: https://source.denx.de/u-boot/custodians/u-boot-mpc8xx/-/pipelines/20416
Thanks Christophe
The following changes since commit 2c3fa4b8add3cb6a440184ab67debc6867d383c0:
sandbox: don't call os_close with invalid file descriptor (2024-04-17 17:06:16 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-mpc8xx.git for-2024.07
for you to fetch changes up to 741e30e8c2b837dc92ee2eedec5478afdd83a316:
board: cssi: Read and display MCR board address (2024-04-18 15:47:46 +0200)
---------------------------------------------------------------- Christophe Leroy (13): board: cssi: Fix SPI nodes in DTS spi: mpc8xx: Add GPIO dependency spi: mpc8xx: Fix transfert when input or output buffer is NULL thermal: Add support for TI LM74 board: cssi: Add support for SPI bus on MCR3000 board board: cssi: add support for reading temperature powerpc: 8xx: Set SDMA configuration register correcly spi: mpc8xx: Allow transfer of more than MAX_BUFFER len spi: mpc8xx: Use 16 bit mode for large transfers with even size spi: mpc8xx: Set up speed as requested board: cssi: Use HAVE_VENDOR_COMMON_LIB logic board: cssi: Load FPGA on MCR3000 board board: cssi: Read and display MCR board address
Hugo Dubois (2): board: cssi: Initialise port F on MIAE board: cssi: Properly initialise MAC address for fibre on CMPC885 board
Jean-Michel CASAUBON (2): board: cssi: Fix MCR3000 board environment board: cssi: Allow use without HUSH shell
arch/powerpc/cpu/mpc8xx/cpu_init.c | 6 + arch/powerpc/dts/cmpc885.dts | 18 +- arch/powerpc/dts/cmpcpro.dts | 16 +- arch/powerpc/dts/mcr3000.dts | 41 + board/cssi/cmpc885/Makefile | 2 +- board/cssi/cmpc885/cmpc885.c | 4 +- board/cssi/cmpc885/cmpc885.env | 4 +- board/cssi/cmpcpro/Makefile | 2 +- board/cssi/cmpcpro/cmpcpro.env | 4 +- board/cssi/common/Makefile | 8 + board/cssi/common/common.c | 42 +- board/cssi/mcr3000/Makefile | 1 + board/cssi/mcr3000/fpga_code.h | 9778 ++++++++++++++++++++++++++++++++++++ board/cssi/mcr3000/mcr3000.c | 58 + board/cssi/mcr3000/mcr3000.env | 2 +- board/cssi/mcr3000/mcr3000_gpio.c | 109 + configs/CMPC885_defconfig | 3 + configs/CMPCPRO_defconfig | 3 + configs/MCR3000_defconfig | 8 + drivers/spi/Kconfig | 2 +- drivers/spi/mpc8xx_spi.c | 113 +- drivers/thermal/Kconfig | 6 + drivers/thermal/Makefile | 1 + drivers/thermal/ti-lm74.c | 52 + 24 files changed, 10244 insertions(+), 39 deletions(-) create mode 100644 board/cssi/common/Makefile create mode 100644 board/cssi/mcr3000/fpga_code.h create mode 100644 board/cssi/mcr3000/mcr3000_gpio.c create mode 100644 drivers/thermal/ti-lm74.c

On Thu, Apr 18, 2024 at 04:03:28PM +0000, Christophe Leroy wrote:
Hi Tom,
This pull request adds support for temperature sensors et FPGA loading on boards from CS GROUP France.
CI: https://source.denx.de/u-boot/custodians/u-boot-mpc8xx/-/pipelines/20416
Thanks Christophe
The following changes since commit 2c3fa4b8add3cb6a440184ab67debc6867d383c0:
sandbox: don't call os_close with invalid file descriptor (2024-04-17 17:06:16 -0600)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-mpc8xx.git for-2024.07
for you to fetch changes up to 741e30e8c2b837dc92ee2eedec5478afdd83a316:
board: cssi: Read and display MCR board address (2024-04-18 15:47:46 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Christophe Leroy
-
Tom Rini