summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu
AgeCommit message (Expand)AuthorFilesLines
2018-09-18misc: Add MPC83xx serdes driverMario Six1-0/+4
2018-09-18cpu: Add MPC83xx CPU driverMario Six2-0/+4
2018-09-18timer: Add MPC83xx timer driverMario Six1-2/+2
2018-09-18clk: Add MPC83xx clock driverMario Six1-0/+4
2018-09-18mpc83xx: Add sysreset driverMario Six1-1/+2
2018-09-18ram: Add driver for MPC83xxMario Six1-0/+4
2018-07-30dm: Change CMD_DM enablingMichal Simek1-0/+1
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-3/+3
2018-06-19common: Fix cpu nr type which is always unsigned typeMichal Simek2-9/+9
2018-05-09powerpc: mpc85xx: Improve Work-around for Erratum A005125Takuma Ueba1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini115-236/+115
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-04-06powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2-12/+4
2018-04-06powerpc: mpc8xx: cleaning up watchdogChristophe Leroy2-20/+8
2018-04-06powerpc: mpc8xx: refactorise reginfoChristophe Leroy3-72/+20
2018-04-06powerpc: mpc8xx: initialisation of initial RAMChristophe Leroy1-7/+20
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy4-4/+4
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2-2/+2
2018-04-06powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy2-2/+2
2018-04-06powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy1-1/+1
2018-04-06powerpc: mpc8xx: harmonise initialisation of the immap local pointerChristophe Leroy2-5/+3
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada10-10/+10
2018-01-10drivers/misc: Share qbman init between archsAhmed Mansour3-282/+3
2017-12-26Move CONFIG_PANIC_HANG to KconfigMasahiro Yamada1-0/+33
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen2-0/+14
2017-12-12ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen1-0/+6
2017-10-24powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary coresYork Sun1-0/+6
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini4-12/+4
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass3-7/+7
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass3-11/+0
2017-08-11Convert CONFIG_CMD_REGINFO to KconfigChristophe Leroy1-0/+26
2017-08-11Convert CONFIG_CMD_PCI to KconfigSimon Glass1-0/+6
2017-08-11Convert CONFIG_CMD_PCA953X to KconfigSimon Glass1-0/+1
2017-08-03PowerPC: mpc85xx: Update ft_verify_fdtTom Rini1-2/+9
2017-07-31configs: Migrate CMD_NAND*Tom Rini1-0/+23
2017-07-27powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan2-10/+9
2017-07-26Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass3-0/+11
2017-07-25configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini1-0/+5
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy4-10/+11
2017-07-23powerpc: move get_pvr() and get_svr() into CChristophe Leroy4-35/+0
2017-07-23powerpc, 8xx: move cache helper into CChristophe Leroy1-32/+0
2017-07-23powerpc, 8xx: move get_immr() into CChristophe Leroy1-15/+0
2017-07-23powerpc, 8xx: Move cache function into C filesChristophe Leroy3-56/+50
2017-07-23powerpc, 8xx: Simplifying check_CPU()Christophe Leroy1-32/+7
2017-07-23powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy3-3/+6
2017-07-23powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy1-1/+4
2017-07-23powerpc: get rid of addr_probe()Christophe Leroy4-53/+0