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
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-26
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2
-70
/
+151
2018-09-25
cmd: add conitrace command
Heinrich Schuchardt
3
-0
/
+58
2018-09-23
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
1
-27
/
+40
2018-09-23
efi_loader: Fix loaded_image handle passing from EL3
Alexander Graf
1
-1
/
+1
2018-09-23
efi_loader: create root node
Heinrich Schuchardt
1
-0
/
+5
2018-09-23
efi_loader: memory leak in efi_set_bootdev()
Heinrich Schuchardt
1
-0
/
+7
2018-09-23
efi_loader: do not use local variable for handle
Heinrich Schuchardt
1
-7
/
+12
2018-09-23
cmd: fat: add fatrm command
AKASHI Takahiro
1
-0
/
+12
2018-09-23
cmd: fat: add fatmkdir command
AKASHI Takahiro
1
-0
/
+13
2018-09-23
cmd: fat: add offset parameter to fatwrite
AKASHI Takahiro
1
-3
/
+6
2018-09-23
efi_loader: buffer size for load options
Heinrich Schuchardt
1
-2
/
+4
2018-09-23
efi: sandbox: Tidy up copy_fdt() to work with sandbox
Simon Glass
1
-29
/
+50
2018-09-23
efi: Relocate FDT to 127MB instead of 128MB
Simon Glass
1
-2
/
+2
2018-09-19
fix: cmd: mvebu: Exclude mvebu commands from SPL builds
Konstantin Porotchkin
1
-1
/
+2
2018-09-11
Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblaze
Tom Rini
1
-316
/
+336
2018-09-11
cmd: fpga: Fix loads command
Michal Simek
1
-112
/
+36
2018-09-11
cmd: fpga: Use CMD_RET_FAILURE instead of simple 1
Michal Simek
1
-7
/
+7
2018-09-11
cmd: fpga: Add support for missing fpga loadmk commands
Michal Simek
1
-20
/
+35
2018-09-11
cmd: fpga: Fix loadmk command
Michal Simek
1
-115
/
+123
2018-09-11
cmd: fpga: Fix loadfs command
Michal Simek
1
-30
/
+28
2018-09-11
cmd: fpga: Fix dump and all direct fpga load commands
Michal Simek
1
-44
/
+122
2018-09-11
cmd: fpga: Extract fpga info command to separate function
Michal Simek
1
-8
/
+27
2018-09-11
cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands
Michal Simek
1
-2
/
+40
2018-09-11
cmd: fpga: Clean wrong_parms handling
Michal Simek
1
-27
/
+8
2018-09-11
cmd: fpga: Remove parameter checking from fpga loadfs command
Michal Simek
1
-7
/
+0
2018-09-11
cmd: fpga: Move parameter checking for loadfs/loads
Michal Simek
1
-23
/
+21
2018-09-11
cmd: fpga: Cleanup error handling in connection to FPGA_NONE
Michal Simek
1
-6
/
+2
2018-09-11
cmd: fpga: Move fpga_get_op to avoid local function declaration
Michal Simek
1
-44
/
+41
2018-09-11
cmd: fpga: Move error handling to do_fpga()
Michal Simek
1
-3
/
+3
2018-09-11
cmd: fpga: Remove fit image support passed without fpga device
Michal Simek
1
-25
/
+0
2018-09-10
cmd: part: use MAX_SEARCH_PARTITIONS for part search
Kever Yang
1
-1
/
+1
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-4
/
+2
2018-08-26
cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig
Masahiro Yamada
1
-1
/
+0
2018-08-24
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
4
-1
/
+277
2018-08-24
u-boot: align cache flushes in load_elf_image_shdr to line boundaries
Neil Stainton
1
-1
/
+4
2018-08-21
Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-boot
Tom Rini
1
-12
/
+15
2018-08-21
cmd: Add bind/unbind commands to bind a device to a driver from the command line
Jean-Jacques Hiblot
3
-0
/
+265
2018-08-21
cmd: fastboot: Validate user input
Sam Protsenko
1
-1
/
+12
2018-08-21
cmd: efi: Clarify calculation precedence for '&' and '?'
Eugeniu Rosca
1
-1
/
+1
2018-08-21
efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributes
Eugeniu Rosca
1
-0
/
+3
2018-08-21
efi: Fix truncation of constant value
Eugeniu Rosca
1
-11
/
+11
2018-08-20
cmd: Add dtimg command
Sam Protsenko
3
-0
/
+150
2018-08-17
Convert CONFIG_MII et al to Kconfig
Adam Ford
1
-0
/
+1
2018-08-11
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
3
-0
/
+361
2018-08-11
cmd: Add axi command
Mario Six
3
-0
/
+361
2018-08-10
elf: Add support for PPC64 ELF V1 ABI in bootelf
Rob Bracero
1
-0
/
+75
2018-08-10
sata: fix sata_Probe return value check
Troy Kisky
1
-2
/
+2
2018-07-30
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
1
-20
/
+70
2018-07-30
tpmv2: Make it select CMD_LOG
Tom Rini
1
-0
/
+1
2018-07-30
dm: Change CMD_DM enabling
Michal Simek
1
-1
/
+0
[next]