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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
common/Makefile: create others group for non core, environment and command files
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+5
2008-11-02
Consolidate MAX/MIN definitions
Andy Fleming
2
-8
/
+0
2008-11-02
Coding Style cleanup, update CHANGELOG
Wolfgang Denk
1
-6
/
+0
2008-10-30
fdt_resize(): ensure minimum padding
Peter Korsgaard
1
-2
/
+5
2008-10-29
NAND: Align right column of the shorthelp with other commands.
Scott Wood
1
-1
/
+1
2008-10-29
bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
Kumar Gala
1
-0
/
+20
2008-10-29
bootm: Add subcommands
Kumar Gala
1
-1
/
+167
2008-10-29
bootm: Move to using a function pointer table for the boot os function
Kumar Gala
1
-37
/
+31
2008-10-28
Merge branch 'master' of git://git.denx.de/u-boot-video
Wolfgang Denk
1
-80
/
+20
2008-10-27
lcd: Let the board code show board-specific info
Haavard Skinnemoen
1
-79
/
+5
2008-10-25
lcd: Set lcd_is_enabled before clearing the screen
Haavard Skinnemoen
1
-1
/
+1
2008-10-25
lcd: Implement lcd_printf()
Haavard Skinnemoen
1
-0
/
+14
2008-10-24
fdt: Added helper to set PCI dma-ranges property
Kumar Gala
1
-0
/
+69
2008-10-24
fdt: Add fdt_getprop_u32_default helpers
Kumar Gala
1
-0
/
+27
2008-10-21
Merge git://git.denx.de/u-boot into x1
Markus Klotzbuecher
62
-647
/
+1343
2008-10-18
Added arch_lmb_reserve to allow arch specific memory regions protection
Kumar Gala
1
-0
/
+7
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
59
-598
/
+598
2008-10-18
Expose command table search for sub-commands
Kumar Gala
1
-4
/
+10
2008-10-18
hush: add showvar command for hush shell.
Heiko Schocher
2
-8
/
+56
2008-10-18
I2C: adding new "i2c bus" Command to the I2C Subsystem.
Heiko Schocher
1
-0
/
+267
2008-10-18
I2C: add new command i2c reset.
Heiko Schocher
1
-0
/
+9
2008-10-18
CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
richardretanubun
1
-2
/
+2
2008-10-18
FIT: output image load address for type 'firmware', fix message while there
Bartlomiej Sieka
1
-3
/
+9
2008-10-18
Automatic software update from TFTP server
Bartlomiej Sieka
3
-0
/
+323
2008-10-18
flash: factor out adjusting of Flash address to the end of sector
Bartlomiej Sieka
1
-33
/
+42
2008-10-18
Adds two more ethernet interface to 83xx
richardretanubun
3
-0
/
+26
2008-10-14
cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
Peter Tyser
1
-4
/
+4
2008-10-14
fix USB initialisation procedure
Remy Bohmer
1
-28
/
+28
2008-10-14
cmd_spi: remove broken signed casting for display
Mike Frysinger
1
-2
/
+1
2008-10-14
strings cmd: drop old CONFIG_CFG_STRINGS define
Mike Frysinger
1
-4
/
+0
2008-10-13
Fix lzma uncompress call (image_start wrongly used instead image_len)
Luigi 'Comio' Mantellini
1
-1
/
+1
2008-09-17
USB layer of U-Boot causes USB protocol errors while using USB memory sticks
Remy Bohmer
1
-20
/
+30
2008-09-17
Refactoring parts of the common USB OHCI code
Remy Bohmer
1
-236
/
+306
2008-09-17
Fix for USB sticks not working on ARM while using GCC 4.x compilers
Remy Bohmer
1
-27
/
+46
2008-09-13
powerpc: Fix bootm to boot up again with a Ramdisk
Heiko Schocher
2
-4
/
+3
2008-09-13
Add support for LZMA uncompression algorithm.
Luigi 'Comio' Mantellini
2
-0
/
+24
2008-09-10
rename CFG_ENV macros to CONFIG_ENV
Jean-Christophe PLAGNIOL-VILLARD
11
-133
/
+133
2008-09-10
nvedit: rename error comment to CONFIG_ENV_IS_IN_
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-10
cmd_mem: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-5
/
+1
2008-09-10
move cmd_get_data_size to command.c
Jean-Christophe PLAGNIOL-VILLARD
6
-36
/
+24
2008-09-10
env_flash: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-6
/
+1
2008-09-10
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
Jean-Christophe PLAGNIOL-VILLARD
2
-3
/
+3
2008-09-10
rename environment.c in env_embedded.c to reflect is functionality
Jean-Christophe PLAGNIOL-VILLARD
2
-3
/
+3
2008-09-10
env_nowhere: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-6
/
+1
2008-09-10
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Jean-Christophe PLAGNIOL-VILLARD
3
-6
/
+6
2008-09-10
env_sf: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-6
/
+1
2008-09-10
rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
Jean-Christophe PLAGNIOL-VILLARD
3
-4
/
+4
2008-09-10
env_onenand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-6
/
+1
2008-09-10
rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
Jean-Christophe PLAGNIOL-VILLARD
2
-3
/
+3
2008-09-10
env_nvram: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2
-8
/
+3
[next]