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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
fs: fat: first dentry of long name in FAT iterator
Heinrich Schuchardt
1
-2
/
+18
2020-12-10
fs: fat: use constant DELETED_FLAG
Heinrich Schuchardt
1
-1
/
+1
2020-12-10
fs: fat: search file should not allocate cluster
Heinrich Schuchardt
1
-23
/
+6
2020-12-10
fs: fat: reuse deleted directory entries
Heinrich Schuchardt
1
-12
/
+22
2020-12-10
fs: fat: fat_find_empty_dentries()
Heinrich Schuchardt
1
-1
/
+61
2020-12-10
fs: fat: flush new directory cluster
Heinrich Schuchardt
1
-9
/
+19
2020-12-10
fs: fat: set start cluster for root directory
Heinrich Schuchardt
1
-1
/
+3
2020-12-10
fs: fat: dentry iterator for fill_dir_slot()
Heinrich Schuchardt
1
-1
/
+1
2020-12-10
fs: fat: generate unique short names
Heinrich Schuchardt
1
-5
/
+36
2020-12-10
fs: fat: call set_name() only once
Heinrich Schuchardt
1
-33
/
+54
2020-12-10
fs: fat: pass shortname to fill_dir_slot
Heinrich Schuchardt
1
-8
/
+12
2020-12-10
fs: fat: create correct short names
Heinrich Schuchardt
2
-77
/
+140
2020-12-10
fs: fat: export fat_next_cluster()
Heinrich Schuchardt
2
-33
/
+80
2020-12-10
fs: fat: correct first cluster for '..'
Heinrich Schuchardt
1
-1
/
+5
2020-12-07
spl: fit: Prefer a malloc()'d buffer for loading images
Alexandru Gagniuc
1
-15
/
+22
2020-12-07
Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next
Tom Rini
31
-99
/
+914
2020-12-04
bootm: Support string substitution in bootargs
Simon Glass
5
-12
/
+172
2020-12-04
cli: Support macro processing with a fixed-size buffer
Simon Glass
3
-8
/
+19
2020-12-04
x86: zimage: Add silent-console processing
Simon Glass
1
-0
/
+14
2020-12-04
bootm: Allow updating the bootargs in a buffer
Simon Glass
3
-16
/
+132
2020-12-04
bootm: Update bootm_process_cmdline_env() to use flags
Simon Glass
3
-10
/
+19
2020-12-04
bootm: Split out bootargs environment reading / writing
Simon Glass
1
-22
/
+73
2020-12-04
bootm: Use size rather than length for CONSOLE_ARG
Simon Glass
1
-7
/
+8
2020-12-04
bootm: Add a bool parameter to bootm_process_cmdline_env()
Simon Glass
3
-16
/
+17
2020-12-04
bootm: Rename fixup_silent_linux()
Simon Glass
3
-9
/
+9
2020-12-04
bootm: Update fixup_silent_linux() to return an error
Simon Glass
3
-14
/
+29
2020-12-04
bootm: Add tests for fixup_silent_linux()
Simon Glass
7
-7
/
+73
2020-12-04
env: Allow returning errors from hdelete_r()
Simon Glass
4
-10
/
+21
2020-12-04
board: sl28: add OP-TEE Trusted OS support (bl32)
Michael Walle
3
-0
/
+66
2020-12-04
board: sl28: add ATF support (bl31)
Michael Walle
4
-2
/
+109
2020-12-04
board: sl28: remove u-boot from loadable DT node
Michael Walle
1
-3
/
+0
2020-12-04
armv8: layerscape: don't initialize GIC in SPL
Michael Walle
1
-0
/
+2
2020-12-04
spl: atf: add support for LOAD_IMAGE_V2
Michael Walle
4
-4
/
+169
2020-12-04
spl: atf: remove helper structure from common header
Michael Walle
2
-14
/
+11
2020-12-04
spl: atf: provide a bl2_plat_get_bl31_params_default()
Michael Walle
2
-15
/
+42
2020-12-04
spl: atf: move storage for bl31_params into function
Michael Walle
1
-3
/
+2
2020-12-04
treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT
Michael Walle
5
-10
/
+10
2020-12-03
Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...
Tom Rini
25
-98
/
+3283
2020-12-03
sandbox: enable capsule update for testing
AKASHI Takahiro
2
-0
/
+12
2020-12-03
test/py: efi_capsule: test for raw image capsule
AKASHI Takahiro
2
-0
/
+66
2020-12-03
test/py: efi_capsule: test for FIT image capsule
AKASHI Takahiro
5
-1
/
+292
2020-12-03
tools: add mkeficapsule command for UEFI capsule update
AKASHI Takahiro
2
-0
/
+238
2020-12-03
cmd: add "efidebug capsule" command
AKASHI Takahiro
1
-0
/
+235
2020-12-03
efi_loader: add firmware management protocol for raw image
AKASHI Takahiro
6
-58
/
+199
2020-12-03
efi_loader: add firmware management protocol for FIT image
AKASHI Takahiro
6
-1
/
+320
2020-12-03
efi_loader: capsule: support firmware update
AKASHI Takahiro
5
-12
/
+383
2020-12-03
efi_loader: capsule: add memory range capsule definitions
AKASHI Takahiro
1
-0
/
+17
2020-12-03
efi_loader: capsule: add capsule_on_disk support
AKASHI Takahiro
5
-0
/
+541
2020-12-03
efi_loader: define UpdateCapsule api
AKASHI Takahiro
7
-54
/
+316
2020-12-03
common: update: fix an "unused" warning against update_flash()
AKASHI Takahiro
1
-4
/
+4
[next]