aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx
AgeCommit message (Expand)AuthorFilesLines
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass4-12/+12
2024-09-03ppc: lmb: move arch specific lmb reservations to arch_misc_init()Sughosh Ganu1-16/+0
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu1-2/+2
2024-07-15ppc: Remove duplicate newlinesMarek Vasut11-13/+0
2024-07-13turris_1x: Normalize Kconfig usageTom Rini1-0/+4
2024-07-12Merge patch series "Add Turris 1.x board"Tom Rini2-1/+8
2024-07-12powerpc: Add support for CZ.NIC Turris 1.x routersPali Rohár1-0/+7
2024-07-12powerpc: mpc85xx: use CONFIG_VAL() for SYS_MONITOR_BASE in start.sMarek Mojík1-1/+1
2024-06-16powerpc: mpc85xx: remove dead watchdog-related codeRasmus Villemoes1-31/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini42-42/+32
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini42-32/+42
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini18-14/+18
2024-05-06powerpc: Remove <common.h> and add needed includesTom Rini42-42/+28
2023-11-07fsl_qe: Drop common.hTom Rini1-1/+0
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 Glass1-2/+2
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini3-36/+36
2023-01-20nxp: Finish migration of SYS_FSL_SRDS_[12] to KconfigTom Rini1-3/+9
2023-01-20global: Remove unused CONFIG definesTom Rini1-3/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+1
2023-01-09Merge branch 'next'Tom Rini26-249/+285
2023-01-06powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.binPali Rohár1-0/+1
2022-12-29PowerPC: Update dependencies on *SYS_MPC85XX_NO_RESETVECTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_WATCHDOG_PRESC et al to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_RESET_VECTOR_ADDRESS to CFGTom Rini2-3/+3
2022-12-23global: Migrate CONFIG_QBMAN_CLK_DIV to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_PME_PLAT_CLK_DIV to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini3-13/+13
2022-12-23global: Migrate CONFIG_FM_PLAT_CLK_DIV to CFGTom Rini1-3/+3
2022-12-22powerpc/mpc85xx: Disable AltiVec and VSX instructionsPali Rohár1-0/+4
2022-12-22powerpc/mpc85xx: Improve disabling of SPE instructionsPali Rohár1-3/+4
2022-12-22powerpc/mpc85xx: Pass correct cpu compiler flagsPali Rohár1-1/+11
2022-12-22T104xRDB: Remove non-TARGET_T1042D4RDB variantsTom Rini1-17/+0
2022-12-22powerpc: Migrate CONFIG_PPC_SPINTABLE_COMPATIBLE to KconfigTom Rini1-0/+13
2022-12-22Convert CONFIG_L2_CACHE to KconfigTom Rini1-0/+3
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini1-0/+5
2022-12-06powerpc: fix fdt_fixup_liodn_tbl_fman()Heinrich Schuchardt1-3/+0
2022-12-05post: Migrate to KconfigTom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini22-177/+177
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2-2/+2
2022-12-05Convert CONFIG_SYS_PMAN et al to KconfigTom Rini1-0/+35
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini9-19/+19
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-6/+6
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini10-48/+48
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini22-58/+58
2022-11-10powerpc: Migrate SYS_L3_SIZE to KconfigTom Rini1-0/+24
2022-11-10powerpc: Migrate SYS_L2_SIZE to KconfigTom Rini1-0/+16
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng7-13/+13
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2-3/+3