aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini5-1/+5
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass5-1/+5
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2-0/+20
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese1-2/+2
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait1-0/+25
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait1-4/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2-9/+9
2020-06-25bdinfo: m68k: ppc: Move arch-specific code from bdinfoSimon Glass1-0/+5
2020-06-25bdinfo: ppc: Move PPC-specific info into its own fileSimon Glass2-0/+43
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass1-5/+5
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-3/+3
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-4/+4
2019-12-02common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-02common: Move some time functions out of common.hSimon Glass1-0/+1
2019-12-02status_led: Tidy up the code styleSimon Glass1-1/+1
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass1-13/+0
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-09-18timer: Add MPC83xx timer driverMario Six2-1/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini16-33/+16
2018-04-28powerpc: fix typo in kgdb.cHeinrich Schuchardt1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2017-08-26powerpc: Rework interrupt_init_cpu()Tom Rini1-6/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+2
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy2-3/+2
2017-07-22powerpc: move set_msr() and get_msr() into .hChristophe Leroy2-28/+0
2017-07-22power, timer: reset TBL before TBUChristophe Leroy1-1/+1
2017-07-22powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy1-11/+0
2017-07-08powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy1-3/+4
2017-07-08powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy3-405/+0
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy4-0/+416
2017-07-03powerpc: remove 4xx supportHeiko Schocher3-35/+2
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher3-77/+0
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-11/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher4-690/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher5-292/+18
2017-05-22Convert CONFIG_CMD_IMMAP to KconfigSimon Glass3-0/+712