aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini31-25/+30
2024-05-06powerpc: Remove <common.h> and add needed includesTom Rini75-73/+47
2024-04-18Merge branch 'for-2024.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini4-7/+74
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini1-1/+1
2024-04-18board: cssi: Load FPGA on MCR3000 boardChristophe Leroy1-1/+5
2024-04-18powerpc: 8xx: Set SDMA configuration register correclyChristophe Leroy1-0/+6
2024-04-18board: cssi: add support for reading temperatureChristophe Leroy3-2/+28
2024-04-18board: cssi: Add support for SPI bus on MCR3000 boardChristophe Leroy1-0/+31
2024-04-18board: cssi: Fix SPI nodes in DTSChristophe Leroy2-5/+5
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini1-1/+1
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass1-1/+1
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2-2/+13
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-2/+3
2023-12-21ppc: Add a reset_cpu() functionSimon Glass1-0/+10
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini1-1/+0
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini1-0/+11
2023-11-28powerpc: io.h: Add defines for __raw_{read, write} functionsIgor Prusov1-0/+11
2023-11-16powerpc: mpc8xx: Remove usage of common.hChristophe Leroy8-8/+4
2023-11-07powerpc: Rework <asm/fsl_lbc.h> includesTom Rini1-3/+0
2023-11-07powerpc: mpc83xx: Rework includes slightlyTom Rini2-0/+3
2023-11-07fsl_qe: Drop common.hTom Rini2-2/+0
2023-11-07powerpc: Switch <asm/global_data.h> to <linux/types.h>Tom Rini1-1/+1
2023-10-28mpc85xx: relocate code in non-SPL buildMartin Fäcknitz1-1/+1
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass2-3/+3
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-07-19Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u...WIP/19Jul2023Tom Rini12-8/+80
2023-07-14powerpc: Fix flush_cache() speed regressionChristophe Leroy1-5/+5
2023-07-13powerpc: dts: t1024rdb: tag serial nodes with bootph-allCamelia Groza1-0/+12
2023-07-13powerpc: dts: t1024rdb: add serial nodesCamelia Groza2-2/+8
2023-07-13powerpc: dts: t1042d4rdb: tag serial nodes with bootph-allCamelia Groza1-0/+12
2023-07-13powerpc: dts: t1042d4rdb: add serial nodesCamelia Groza2-2/+8
2023-07-13powerpc: dts: t4240rdb: tag serial nodes with bootph-allCamelia Groza1-0/+12
2023-07-13powerpc: dts: t4240rdb: add serial nodesCamelia Groza2-2/+8
2023-07-13powerpc: dts: t2080rdb: tag serial nodes with bootph-allCamelia Groza1-0/+12
2023-07-13powerpc: dts: t2080rdb: add serial nodesCamelia Groza2-2/+8
2023-05-31powerpc: use asm-generic/unaligned.hJens Wiklander1-16/+2
2023-05-31include: Remove unused header filesTom Rini2-70/+0
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...WIP/07May2023Tom Rini9-31/+224
2023-05-05powerpc: mpc8xx: Add SMC relocation CPM microcodeChristophe Leroy3-0/+126
2023-05-05powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATAChristophe Leroy4-0/+71
2023-05-05powerpc: Force cast on memcpy_toio()Christophe Leroy1-3/+3
2023-05-04powerpc: mpc8xx: Reorganise init RAMChristophe Leroy2-11/+13
2023-05-04powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy3-17/+11
2023-05-01mpc83xx: Don't allow W and G bits in IBATsChristophe Leroy1-176/+32
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini15-29/+246
2023-04-28board: cssi: Add CPU board CMPCPROChristophe Leroy3-0/+195
2023-04-25mpc8379erdb: Convert to using DM_SERIALSinan Akman1-0/+27
2023-04-06spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy1-0/+1
2023-04-06gpio: Add QUICC Engine GPIOs driverChristophe Leroy1-0/+5
2023-04-06powerpc: mpc83xx: Don't activate MMU when not necessaryChristophe Leroy1-1/+1