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
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_avr32
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-08
avr32/bootm: remove unused variable 'ret'
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+0
2008-12-06
Update U-Boot's build timestamp on every compile
Peter Tyser
1
-1
/
+2
2008-10-29
bootm: Add subcommands
Kumar Gala
1
-0
/
+3
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-19
/
+19
2008-09-10
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-10
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+2
2008-08-26
bootm: refactor do_reset and os boot function args
Kumar Gala
1
-8
/
+2
2008-08-26
bootm: refactor ramdisk locating code
Kumar Gala
1
-9
/
+3
2008-08-26
bootm: refactor entry point code
Kumar Gala
1
-18
/
+1
2008-08-12
Fix fallout from autostart revert
Kumar Gala
1
-5
/
+1
2008-05-27
avr32: Put memset in its own section
Haavard Skinnemoen
1
-1
/
+1
2008-04-17
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
1
-1
/
+1
2008-03-12
[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...
Marian Balakowicz
1
-4
/
+16
2008-03-12
[new uImage] Remove unnecessary arguments passed to ramdisk routines
Marian Balakowicz
1
-2
/
+4
2008-02-29
[new uImage] Update naming convention for bootm/uImage related code
Marian Balakowicz
1
-1
/
+1
2008-02-29
[new uImage] Respect autostart setting in linux bootm
Kumar Gala
1
-0
/
+3
2008-02-27
[new uImage] Move image verify flag to bootm_headers structure
Marian Balakowicz
1
-2
/
+2
2008-02-27
[Makefile] Sort COBJS in lib_<arch> Makefiles
Marian Balakowicz
1
-4
/
+6
2008-02-25
[new uImage] Add dual format uImage support framework
Marian Balakowicz
1
-9
/
+23
2008-02-07
[new uImage] Factor out common image_get_ramdisk() routine
Marian Balakowicz
1
-70
/
+2
2008-02-07
[new uImage] Rename architecture specific bootm code files
Marian Balakowicz
2
-1
/
+1
2008-02-07
[new uImage] Cleanup image header pointer use in bootm code
Marian Balakowicz
1
-43
/
+25
2008-02-07
[new uImage] Define a API for image handling operations
Marian Balakowicz
1
-31
/
+18
2008-01-18
AVR32: Initialize ipaddr, loadaddr and bootfile at startup
Haavard Skinnemoen
1
-0
/
+10
2007-12-17
AVR32: Fix logic inversion in disable_interrupts()
Haavard Skinnemoen
1
-1
/
+1
2007-12-17
AVR32: Enable interrupts at bootup
Haavard Skinnemoen
1
-0
/
+2
2007-10-06
AVR32: Initialize bi_flash* in board_init_r
Haavard Skinnemoen
1
-1
/
+11
2007-08-10
Move 64bit division from avr32 to generic lib
Dirk Behme
2
-55
/
+1
2007-08-06
Merge with /home/wd/git/u-boot/custodian/u-boot-testing
Wolfgang Denk
1
-1
/
+1
2007-07-13
make show_boot_progress () weak.
Heiko Schocher
1
-17
/
+10
2007-07-09
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...
Jon Loeliger
1
-1
/
+1
2007-07-04
lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-1
/
+1
2007-04-14
AVR32: Enable networking
Haavard Skinnemoen
1
-0
/
+7
2007-04-14
AVR32: Implement simple DMA memory allocator
Haavard Skinnemoen
1
-0
/
+51
2007-04-14
AVR32: Use initdram() instead of board_init_memories()
Haavard Skinnemoen
1
-5
/
+6
2007-04-14
AVR32: Relocate u-boot to SDRAM
Haavard Skinnemoen
1
-13
/
+113
2007-04-14
AVR32: Resource management rewrite
Haavard Skinnemoen
2
-2
/
+3
2007-04-14
AVR32: Split start_u_boot into board_init_f and board_init_r
Haavard Skinnemoen
1
-5
/
+11
2006-10-27
Fix "ar" flags in some Makefiles to allow for silent "make -s"
Wolfgang Denk
1
-1
/
+1
2006-10-24
Add AVR32 architecture support
Wolfgang Denk
6
-0
/
+711