summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8xx
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-0/+4
* global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-261-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-172-2/+2
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-182-0/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-8/+13
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy2020-02-281-4/+0
* mpc8xx: Expose show_regs()Tom Rini2020-02-071-1/+1
* common: Move get_tbclk() to time.hSimon Glass2020-01-173-0/+3
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* common: Move relocate_code() to init.hSimon Glass2020-01-171-1/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Drop checkicache() and checkdcache()Simon Glass2019-12-021-65/+65
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* watchdog: mpc8xx_wdt: Watchdog driver and macros cleanupStefan Roese2019-04-261-3/+3
* powerpc, mpc8xx: clear top of stackChristophe Leroy2018-12-031-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-24/+11
* powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2018-04-062-12/+4
* powerpc: mpc8xx: cleaning up watchdogChristophe Leroy2018-04-062-20/+8
* powerpc: mpc8xx: refactorise reginfoChristophe Leroy2018-04-063-72/+20
* powerpc: mpc8xx: initialisation of initial RAMChristophe Leroy2018-04-061-7/+20
* powercp: mpc8xx: move commproc.hChristophe Leroy2018-04-064-4/+4
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-062-2/+2
* powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy2018-04-062-2/+2
* powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy2018-04-061-1/+1
* powerpc: mpc8xx: harmonise initialisation of the immap local pointerChristophe Leroy2018-04-062-5/+3
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-261-3/+1
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-232-7/+8
* powerpc: move get_pvr() and get_svr() into CChristophe Leroy2017-07-221-5/+0
* powerpc, 8xx: move cache helper into CChristophe Leroy2017-07-221-32/+0
* powerpc, 8xx: move get_immr() into CChristophe Leroy2017-07-221-15/+0
* powerpc, 8xx: Move cache function into C filesChristophe Leroy2017-07-223-56/+50
* powerpc, 8xx: Simplifying check_CPU()Christophe Leroy2017-07-221-32/+7
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-221-1/+2
* powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2017-07-221-1/+4
* powerpc: get rid of addr_probe()Christophe Leroy2017-07-221-8/+0
* powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy2017-07-221-22/+3
* powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy2017-07-081-0/+5
* powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2017-07-082-280/+0
* powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy2017-07-082-340/+0
* powerpc, 8xx: move FEC Ethernet driver in drivers/netChristophe Leroy2017-07-083-852/+1
* powerpc, 8xx: Migrate to KconfigChristophe Leroy2017-07-083-5/+153
* powerpc, 8xx: Properly set CPM frequency in the device treeChristophe Leroy2017-07-081-0/+2
* powerpc, 8xx: Handle checkpatch errors and some of the warnings/checksChristophe Leroy2017-07-0811-287/+253
* powerpc, 8xx: Implement GLL2 ERRATAChristophe Leroy2017-07-081-0/+20
* powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy2017-07-089-533/+493