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
/
lib_ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-29
ppc flush_cache: add watch-dog triggering into the loops.
Yuri Tikhonov
1
-0
/
+3
2008-04-25
lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
Kim Phillips
1
-1
/
+0
2008-04-17
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
1
-2
/
+2
2008-04-17
ppc: Fix ftd_blob variable init when processing raw blob
Marian Balakowicz
1
-1
/
+1
2008-04-09
ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
Stefan Roese
1
-1
/
+1
2008-04-08
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
Wolfgang Denk
1
-12
/
+0
2008-04-07
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
Wolfgang Denk
1
-2
/
+3
2008-04-01
remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
Kim Phillips
1
-12
/
+0
2008-03-28
Make MPC83xx one step closer to full relocation.
Joakim Tjernlund
1
-1
/
+2
2008-03-28
mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
Michael Barkowski
1
-1
/
+1
2008-03-27
ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
Stefan Roese
1
-0
/
+4
2008-03-27
ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
Stefan Roese
1
-0
/
+13
2008-03-26
ata: enable the sata initialize on boot up
Dave Liu
1
-0
/
+8
2008-03-26
Cleanup coding style, update CHANGELOG
Wolfgang Denk
1
-4
/
+4
2008-03-26
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
Bartlomiej Sieka
2
-7
/
+789
2008-03-25
ppc: Allow boards to specify how much memory they can map
Kumar Gala
1
-0
/
+11
2008-03-20
[new uImage] Disable debuging output in preparation for merge with master
Bartlomiej Sieka
1
-1
/
+0
2008-03-18
The patch introduces the alternative configuration of the log buffer for the ...
Yuri Tikhonov
1
-0
/
+4
2008-03-12
[new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
Marian Balakowicz
1
-31
/
+73
2008-03-12
[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...
Marian Balakowicz
1
-2
/
+6
2008-03-12
[new uImage] Add node offsets for FIT images listed in struct bootm_headers
Marian Balakowicz
1
-0
/
+1
2008-03-12
[new uImage] ppc: Add new uImage format support to FDT handling routines
Marian Balakowicz
1
-23
/
+151
2008-03-12
[new uImage] Remove unnecessary arguments passed to ramdisk routines
Marian Balakowicz
1
-3
/
+2
2008-02-29
[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
Marian Balakowicz
1
-1
/
+1
2008-02-29
[new uImage] Update naming convention for bootm/uImage related code
Marian Balakowicz
1
-12
/
+12
2008-02-29
Merge branch 'master' of git://www.denx.de/git/u-boot into new-image
Marian Balakowicz
1
-3
/
+11
2008-02-29
[new uImage] Respect autostart setting in linux bootm
Kumar Gala
1
-1
/
+4
2008-02-29
[new uImage] Provide ability to restrict region used for boot images
Kumar Gala
1
-2
/
+24
2008-02-29
[new uImage] Use lmb for bootm allocations
Kumar Gala
1
-25
/
+40
2008-02-29
[new uImage] ppc: Allow boards to specify effective amount of memory
Kumar Gala
1
-7
/
+15
2008-02-29
[new uImage] rework error handling so common functions don't reset
Kumar Gala
1
-20
/
+41
2008-02-29
[new uImage] ppc: Re-order ramdisk/fdt handling sequence
Kumar Gala
1
-4
/
+35
2008-02-29
[new uImage] ppc: Determine if we are booting an OF style
Kumar Gala
1
-9
/
+13
2008-02-29
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
Kumar Gala
1
-2
/
+1
2008-02-27
[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
Marian Balakowicz
1
-6
/
+12
2008-02-27
[new uImage] POWERPC: Add image_get_fdt() routine
Marian Balakowicz
1
-32
/
+44
2008-02-27
[new uImage] Move image verify flag to bootm_headers structure
Marian Balakowicz
1
-5
/
+3
2008-02-27
[Makefile] Sort COBJS in lib_<arch> Makefiles
Marian Balakowicz
1
-8
/
+15
2008-02-27
[new uImage] POWERPC: Split get_fdt() into get and relocate routines
Marian Balakowicz
1
-18
/
+43
2008-02-25
[new uImage] Add dual format uImage support framework
Marian Balakowicz
1
-47
/
+131
2008-02-22
lwmon5: enable hardware watchdog
Yuri Tikhonov
1
-3
/
+11
2008-02-22
ppc: Allow boards to specify effective amount of memory
Kumar Gala
1
-7
/
+15
2008-02-21
[new uImage] Rename and move print_image_hdr() routine
Marian Balakowicz
1
-1
/
+1
2008-02-21
[new uImage] Add gen_get_image() routine
Marian Balakowicz
1
-0
/
+5
2008-02-21
Merge branch 'master' of /home/git/u-boot
Marian Balakowicz
2
-1
/
+73
2008-02-14
ppc: Refactor cache routines, so there is only one common set.
Rafal Jaworowski
2
-1
/
+73
2008-02-07
[new uImage] Cleanup FDT handling in PPC do_boot_linux()
Marian Balakowicz
1
-127
/
+158
2008-02-07
[new uImage] Cleanup do_botm_linux() boot allocations
Marian Balakowicz
1
-62
/
+44
2008-02-07
[new uImage] Move ramdisk loading to a common routine
Marian Balakowicz
1
-86
/
+26
2008-02-07
[new uImage] Factor out common image_get_ramdisk() routine
Marian Balakowicz
1
-85
/
+9
[next]