aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-2/+3
2023-12-21ppc: Add a reset_cpu() functionSimon Glass1-0/+10
2023-07-14powerpc: Fix flush_cache() speed regressionChristophe Leroy1-5/+5
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-07ppc: Drop bat_rwSimon Glass2-245/+0
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-6/+6
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng1-2/+2
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-0/+17
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-8/+8
2022-09-18watchdog: Get rid of ASSEMBLY hacksStefan Roese1-2/+3
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese3-5/+5
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+5
2022-06-20powerpc: bootm: Fix sizes in memory adjusting warningPali Rohár1-1/+2
2022-06-06Convert CONFIG_SPL_INIT_MINIMAL et al to KconfigTom Rini1-0/+2
2022-03-03powerpc: Remove unused MPC8540/60ADS codeTom Rini2-19/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-16/+2
2021-06-23Revert "powerpc: fix regression in arch_initr_trap()"Tom Rini1-1/+0
2021-05-26powerpc: fix regression in arch_initr_trap()Matt Merhar1-0/+1
2021-04-27powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLDRasmus Villemoes2-2/+22
2021-04-27powerpc: lib: remove leftover CONFIG_5xxRasmus Villemoes1-2/+0
2021-04-27allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes1-1/+1
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