index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
Correct SPL uses of LMB
Simon Glass
1
-1
/
+1
2023-02-07
ppc: Drop bat_rw
Simon Glass
2
-245
/
+0
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
2
-6
/
+6
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
1
-1
/
+1
2022-12-05
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
1
-1
/
+1
2022-11-02
treewide: Remove the unnecessary space before semicolon
Bin Meng
1
-2
/
+2
2022-10-06
common/board_f: introduce arch_setup_dest_addr()
Ovidiu Panait
1
-0
/
+17
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
1
-8
/
+8
2022-09-18
watchdog: Get rid of ASSEMBLY hacks
Stefan Roese
1
-2
/
+3
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
3
-5
/
+5
2022-07-26
zynqmp: Run board_get_usable_ram_top() only on main U-Boot
Ashok Reddy Soma
1
-3
/
+5
2022-06-20
powerpc: bootm: Fix sizes in memory adjusting warning
Pali Rohár
1
-1
/
+2
2022-06-06
Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig
Tom Rini
1
-0
/
+2
2022-03-03
powerpc: Remove unused MPC8540/60ADS code
Tom Rini
2
-19
/
+0
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
1
-1
/
+0
2021-09-23
lmb: Switch to generic arch_lmb_reserve_generic()
Marek Vasut
1
-16
/
+2
2021-06-23
Revert "powerpc: fix regression in arch_initr_trap()"
Tom Rini
1
-1
/
+0
2021-05-26
powerpc: fix regression in arch_initr_trap()
Matt Merhar
1
-0
/
+1
2021-04-27
powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD
Rasmus Villemoes
2
-2
/
+22
2021-04-27
powerpc: lib: remove leftover CONFIG_5xx
Rasmus Villemoes
1
-2
/
+0
2021-04-27
allow opting out of WATCHDOG_RESET() from timer interrupt
Rasmus Villemoes
1
-1
/
+1
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
5
-1
/
+5
2021-02-03
bdinfo: Rename function names to be clearer
Bin Meng
1
-2
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
5
-1
/
+5
2021-01-15
common: board_r: Drop arch-specific ifdefs around initr_trap
Ovidiu Panait
2
-0
/
+20
2020-08-26
global: Move from bi_memstart/memsize -> gd->ram_base/ram_size
Stefan Roese
1
-2
/
+2
2020-08-06
board_f: ppc: Factor out ppc-specific bdinfo setup
Ovidiu Panait
1
-0
/
+25
2020-08-06
cmd: bdinfo: Move sram info prints to generic code
Ovidiu Panait
1
-4
/
+0
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2
-9
/
+9
2020-06-25
bdinfo: m68k: ppc: Move arch-specific code from bdinfo
Simon Glass
1
-0
/
+5
2020-06-25
bdinfo: ppc: Move PPC-specific info into its own file
Simon Glass
2
-0
/
+43
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop asm/ptrace.h from common header
Simon Glass
2
-0
/
+2
2020-05-18
common: Drop log.h from common header
Simon Glass
3
-0
/
+3
2020-05-18
Fix some checkpatch warnings in calls to debug()
Simon Glass
1
-5
/
+5
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2
-3
/
+3
2020-05-18
common: Drop init.h from common header
Simon Glass
2
-0
/
+2
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
1
-0
/
+1
2020-01-17
common: Move RAM-sizing functions to init.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move interrupt functions into a new header
Simon Glass
1
-0
/
+1
2019-12-02
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
1
-4
/
+4
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2
-0
/
+2
2019-12-02
common: Move some time functions out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
status_led: Tidy up the code style
Simon Glass
1
-1
/
+1
2019-12-02
Drop CONFIG_SHOW_ACTIVITY
Simon Glass
1
-13
/
+0
2019-11-17
spl: separate SPL_FRAMEWORK config for spl and tpl
Heiko Stuebner
1
-1
/
+1
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
1
-1
/
+0
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2018-09-18
timer: Add MPC83xx timer driver
Mario Six
2
-1
/
+8
[next]