index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: fix regression in arch_initr_trap()
Matt Merhar
2021-05-26
1
-0
/
+1
*
powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD
Rasmus Villemoes
2021-04-27
2
-2
/
+22
*
powerpc: lib: remove leftover CONFIG_5xx
Rasmus Villemoes
2021-04-27
1
-2
/
+0
*
allow opting out of WATCHDOG_RESET() from timer interrupt
Rasmus Villemoes
2021-04-27
1
-1
/
+1
*
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-15
5
-1
/
+5
|
\
|
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
5
-1
/
+5
*
|
bdinfo: Rename function names to be clearer
Bin Meng
2021-02-03
1
-2
/
+2
|
/
*
common: board_r: Drop arch-specific ifdefs around initr_trap
Ovidiu Panait
2021-01-15
2
-0
/
+20
*
global: Move from bi_memstart/memsize -> gd->ram_base/ram_size
Stefan Roese
2020-08-26
1
-2
/
+2
*
board_f: ppc: Factor out ppc-specific bdinfo setup
Ovidiu Panait
2020-08-06
1
-0
/
+25
*
cmd: bdinfo: Move sram info prints to generic code
Ovidiu Panait
2020-08-06
1
-4
/
+0
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
2
-9
/
+9
*
bdinfo: m68k: ppc: Move arch-specific code from bdinfo
Simon Glass
2020-06-25
1
-0
/
+5
*
bdinfo: ppc: Move PPC-specific info into its own file
Simon Glass
2020-06-25
2
-0
/
+43
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop asm/ptrace.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop log.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
*
Fix some checkpatch warnings in calls to debug()
Simon Glass
2020-05-18
1
-5
/
+5
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
2
-3
/
+3
*
common: Drop init.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop image.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
1
-0
/
+1
*
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
2019-12-02
1
-4
/
+4
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
common: Move some time functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
status_led: Tidy up the code style
Simon Glass
2019-12-02
1
-1
/
+1
*
Drop CONFIG_SHOW_ACTIVITY
Simon Glass
2019-12-02
1
-13
/
+0
*
spl: separate SPL_FRAMEWORK config for spl and tpl
Heiko Stuebner
2019-11-17
1
-1
/
+1
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
1
-1
/
+0
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
timer: Add MPC83xx timer driver
Mario Six
2018-09-18
2
-1
/
+8
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
16
-33
/
+16
*
powerpc: fix typo in kgdb.c
Heinrich Schuchardt
2018-04-28
1
-1
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
2
-4
/
+0
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-1
/
+1
*
fdt: Implement weak arch_fixup_fdt()
Alexey Brodkin
2018-02-18
1
-5
/
+0
*
powerpc: Rework interrupt_init_cpu()
Tom Rini
2017-08-26
1
-6
/
+1
*
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
1
-4
/
+4
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+2
*
powerpc, 8xx: fix missing function declarations.
Christophe Leroy
2017-07-23
2
-3
/
+2
*
powerpc: move set_msr() and get_msr() into .h
Christophe Leroy
2017-07-22
2
-28
/
+0
*
power, timer: reset TBL before TBU
Christophe Leroy
2017-07-22
1
-1
/
+1
*
powerpc, timer: Does 8xx specific actions in 8xx cpu_init
Christophe Leroy
2017-07-22
1
-11
/
+0
*
powerpc, 8xx: Use IO accessors to access IO memory
Christophe Leroy
2017-07-08
1
-3
/
+4
*
powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/
Christophe Leroy
2017-07-08
3
-405
/
+0
*
powerpc: Partialy restore core of mpc8xx
Christophe Leroy
2017-07-08
4
-0
/
+416
*
powerpc: remove 4xx support
Heiko Schocher
2017-07-03
3
-35
/
+2
*
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Heiko Schocher
2017-06-16
3
-77
/
+0
[next]