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
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-26
cmd: remoteproc: Allow list command to print the probed devices
Lokesh Vutla
1
-5
/
+4
2019-07-26
cmd: remoteproc: Add support for initializing devices individually
Lokesh Vutla
1
-15
/
+18
2019-07-24
cmd: Add 'ab_select' command
Ruslan Trofymenko
3
-0
/
+68
2019-07-24
cmd: bcb: Apply non-functional refinements
Eugeniu Rosca
1
-21
/
+22
2019-07-24
cmd: bcb: Use strcmp() instead of strncmp() for string literals
Eugeniu Rosca
1
-11
/
+11
2019-07-24
cmd: bcb: Fix duplicated handling in two case-branches
Eugeniu Rosca
1
-3
/
+0
2019-07-24
treewide: Fix stale references of Android docs
Eugeniu Rosca
1
-1
/
+1
2019-07-24
cmd: part: Add 'number' sub-command
Ruslan Trofymenko
1
-1
/
+15
2019-07-23
Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2
-11
/
+25
2019-07-19
cosmetic: Update comment in cmd/eeprom.c
Lukasz Majewski
1
-1
/
+1
2019-07-19
Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offset
Lukasz Majewski
1
-0
/
+8
2019-07-19
Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS
Lukasz Majewski
1
-2
/
+1
2019-07-19
Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is used
Lukasz Majewski
1
-0
/
+1
2019-07-18
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
1
-0
/
+5
2019-07-18
cmd: mdio: prevent data abort when no mdio bus is found
Simon Goldschmidt
1
-0
/
+5
2019-07-18
cmd: mem: Add a command to fill the memory with random data
Jean-Jacques Hiblot
2
-0
/
+59
2019-07-18
env: register erase command
Frank Wunderlich
2
-0
/
+28
2019-07-16
efi_loader: function comments cmd/efi_debug.c
Heinrich Schuchardt
1
-6
/
+10
2019-07-16
efi_loader: fix function comments in cmd/bootefi.c
Heinrich Schuchardt
1
-3
/
+13
2019-07-16
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
1
-2
/
+2
2019-07-15
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2
-90
/
+104
2019-07-15
net: introduce MDIO DM class for MDIO devices
Alex Marginean
1
-0
/
+5
2019-07-15
cmd: mii: Add the standard 1000BASE-T registers
Trent Piepho
1
-5
/
+29
2019-07-15
cmd: mii: Refactor some of the MII reg dump code
Trent Piepho
1
-85
/
+70
2019-07-15
Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
3
-98
/
+0
2019-07-15
cmd: Remove mmc_spi command
Anup Patel
3
-98
/
+0
2019-07-14
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
1
-0
/
+1
2019-07-13
cmd: nvedit: Add sub-command 'env info'
Leo Ruan
2
-0
/
+121
2019-07-12
cmd: pinmux: Fix warnings when compiling with W=1
Patrick Delaunay
1
-0
/
+1
2019-07-11
Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
1
-6
/
+4
2019-07-11
cmd: Add 'bcb' command to read/modify/write BCB fields
Eugeniu Rosca
3
-0
/
+358
2019-07-11
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
Tom Rini
7
-15
/
+15
2019-07-10
trace: do not limit trace buffer to 2GiB
Heinrich Schuchardt
1
-6
/
+4
2019-06-21
Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2
-17
/
+24
2019-06-21
cmd/led.c: fix typos in online help
Anatolij Gustschin
1
-1
/
+1
2019-06-20
efi_loader: consistent error handling in efidebug.c
Heinrich Schuchardt
1
-7
/
+16
2019-06-20
efi_loader: consistent types in efidebug.c
Heinrich Schuchardt
1
-11
/
+14
2019-06-20
fs: do_load: pass device path for efi payload
Mian Yousaf Kaukab
1
-5
/
+0
2019-06-17
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
1
-0
/
+3
2019-06-14
usb: gadget: error out if g_dnl registration fails
Sjoerd Simons
1
-3
/
+8
2019-06-13
Kconfig: Add SPI / SPI_FLASH as dependencies
Tom Rini
1
-0
/
+3
2019-06-11
Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
Tom Rini
1
-15
/
+21
2019-06-06
env: enable saveenv command when one CONFIG_ENV_IS_IN is activated
Patrick Delaunay
1
-15
/
+21
2019-06-05
Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efi
Tom Rini
3
-4
/
+17
2019-06-05
cmd/led: check subcommand "list" instead "l"
Heiko Schocher
1
-2
/
+2
2019-06-04
cmd: env: add -nv option for UEFI non-volatile variable
AKASHI Takahiro
2
-4
/
+14
2019-06-04
cmd: efidebug: make some boot variables non-volatile
AKASHI Takahiro
1
-0
/
+3
2019-06-04
cmd: env: print a message when setting UEFI variable failed
AKASHI Takahiro
1
-1
/
+9
2019-06-02
Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi
Tom Rini
1
-1
/
+9
2019-06-01
cmd: mdio: Fix access to arbitrary PHY addresses
Vladimir Oltean
1
-2
/
+7
[prev]
[next]