summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-152-0/+20
* global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-261-2/+2
* board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait2020-08-061-0/+25
* cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait2020-08-061-4/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-172-9/+9
* bdinfo: m68k: ppc: Move arch-specific code from bdinfoSimon Glass2020-06-251-0/+5
* bdinfo: ppc: Move PPC-specific info into its own fileSimon Glass2020-06-252-0/+43
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* Fix some checkpatch warnings in calls to debug()Simon Glass2020-05-181-5/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-3/+3
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-4/+4
* common: Move ARM cache operations out of common.hSimon Glass2019-12-022-0/+2
* common: Move some time functions out of common.hSimon Glass2019-12-021-0/+1
* status_led: Tidy up the code styleSimon Glass2019-12-021-1/+1
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-13/+0
* spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2019-11-171-1/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* timer: Add MPC83xx timer driverMario Six2018-09-182-1/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0716-33/+16
* powerpc: fix typo in kgdb.cHeinrich Schuchardt2018-04-281-1/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-261-6/+1
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-4/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+2
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-232-3/+2
* powerpc: move set_msr() and get_msr() into .hChristophe Leroy2017-07-222-28/+0
* power, timer: reset TBL before TBUChristophe Leroy2017-07-221-1/+1
* powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2017-07-221-11/+0
* powerpc, 8xx: Use IO accessors to access IO memoryChristophe Leroy2017-07-081-3/+4
* powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/Christophe Leroy2017-07-083-405/+0
* powerpc: Partialy restore core of mpc8xxChristophe Leroy2017-07-084-0/+416
* powerpc: remove 4xx supportHeiko Schocher2017-07-033-35/+2
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-163-77/+0
* powerpc, 5xx: remove support for 5xxHeiko Schocher2017-06-121-11/+0
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-124-690/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-125-292/+18
* Convert CONFIG_CMD_IMMAP to KconfigSimon Glass2017-05-223-0/+712
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-1/+1
* spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-081-4/+4
* powerpc: Move setup_board_extra() into a PPC fileSimon Glass2017-04-052-0/+33