aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-08net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy1-12/+0
2022-02-10powerpc: mpc8xx: drop CONFIG_SYS_RESET_ADDRESSOvidiu Panait1-9/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-0/+1
2019-12-02common: Drop checkicache() and checkdcache()Simon Glass1-65/+65
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy1-12/+0
2018-04-06powerpc: mpc8xx: cleaning up watchdogChristophe Leroy1-16/+3
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy1-1/+1
2018-04-06powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy1-1/+1
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 Leroy1-3/+2
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-07-22powerpc, 8xx: Simplifying check_CPU()Christophe Leroy1-32/+7
2017-07-08powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy1-1/+1
2017-07-08powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy1-60/+63
2017-07-08powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy1-29/+29
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy1-0/+331
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-580/+0
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada1-45/+1
2015-01-05mpc8xx: remove KUP4X, KUP4K board supportMasahiro Yamada1-11/+0
2014-07-07mpc8xx: remove fads board supportMasahiro Yamada1-7/+1
2013-08-20powerpcv2: Print hardcoded size like print_size() doesShruti Kanetkar1-3/+3
2013-08-20powerpc: Use print_size() where appropriateShruti Kanetkar1-13/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood1-4/+8
2013-02-08Clean up libfdt.h includesGerald Van Baren1-1/+0
2012-07-30MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.cMarek Vasut1-1/+2
2011-11-07mpc8xx/cpu.c: Fix GCC 4.6 build warningsWolfgang Denk1-1/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-0/+654