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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
Merge tag 'v2021.04-rc4' into next
Tom Rini
5
-14
/
+43
2021-03-13
common: SCP03 control (enable and provision of keys)
Jorge Ramirez-Ortiz
3
-0
/
+62
2021-03-12
log: Handle line continuation
Simon Glass
2
-12
/
+21
2021-03-12
log: Set up a flag byte for log records
Simon Glass
1
-3
/
+6
2021-03-12
spl: Convert spl_fit to work with sandbox
Simon Glass
2
-13
/
+17
2021-03-08
arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
Siew Chin Lim
1
-1
/
+1
2021-03-05
common: Move initr_addr_map() to a bit earlier
Bin Meng
1
-3
/
+3
2021-03-05
common: fdt_support: Support special case of PCI address in fdt_read_prop()
Bin Meng
1
-3
/
+17
2021-03-03
bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
Simon Glass
2
-1
/
+4
2021-03-02
bootm: Fix duplicate debugging in bootm_process_cmdline()
Simon Glass
1
-1
/
+1
2021-03-02
spl: Drop duplicate 'Jumping to U-Boot' message
Simon Glass
1
-2
/
+1
2021-03-01
Respect that some compression algos can be enabled separately for SPL
Frieder Schrempf
1
-6
/
+18
2021-02-26
usb: kbd: Also accept keyboards with Interrupt OUT endpoint
Stefan BrĂ¼ns
1
-9
/
+14
2021-02-24
Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT
Klaus Heinrich Kiwi
1
-0
/
+1
2021-02-24
Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE
Klaus Heinrich Kiwi
1
-0
/
+1
2021-02-24
cmd: fdt: skip board specific fixup using env variable
Wasim Khan
1
-5
/
+12
2021-02-22
Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
1
-2
/
+2
2021-02-19
fdt/sunxi: Remove OF_STDOUT_PATH
Andre Przywara
1
-8
/
+1
2021-02-19
common: splash_source: fix -Wint-to-pointer-cast warning
Jaehoon Chung
1
-2
/
+2
2021-02-18
Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'
Tom Rini
1
-125
/
+136
2021-02-18
dm: Introduce xxx_get_dma_range()
Nicolas Saenz Julienne
1
-0
/
+73
2021-02-17
spl: fit: Load devicetree when a Linux payload is found
Alexandru Gagniuc
1
-3
/
+15
2021-02-17
spl: fit: Replace #ifdef blocks with more readable constructs
Alexandru Gagniuc
1
-29
/
+24
2021-02-17
spl: fit: Only look up FIT configuration node once
Alexandru Gagniuc
1
-10
/
+9
2021-02-17
spl: fit: Remove useless loop in spl_fit_get_image_name()
Alexandru Gagniuc
1
-11
/
+1
2021-02-17
spl: fit: Pass FIT context via a structure pointer
Alexandru Gagniuc
1
-58
/
+43
2021-02-17
spl: fit: Factor out FIT parsing and use a context struct
Alexandru Gagniuc
1
-30
/
+60
2021-02-17
spl: fit: Drop 'length' argument to board_spl_fit_post_load()
Alexandru Gagniuc
1
-2
/
+2
2021-02-16
usb: kbd: destroy device after console is stopped
Andy Shevchenko
1
-8
/
+8
2021-02-16
IOMUX: Introduce iomux_replace_device()
Andy Shevchenko
1
-0
/
+33
2021-02-16
IOMUX: Split out for_each_console_dev() helper macro
Andy Shevchenko
2
-13
/
+6
2021-02-16
IOMUX: Split out iomux_match_device() helper
Andy Shevchenko
2
-17
/
+17
2021-02-16
IOMUX: Switch to use stdio_file_to_flags()
Andy Shevchenko
1
-9
/
+2
2021-02-16
console: Set file and devices at one go
Andy Shevchenko
1
-10
/
+12
2021-02-16
console: Set console device counter in console_devices_set()
Andy Shevchenko
1
-0
/
+1
2021-02-16
console: Switch to use stdio_file_to_flags()
Andy Shevchenko
1
-11
/
+3
2021-02-16
stdio: Introduce a new helper stdio_file_to_flags()
Andy Shevchenko
1
-0
/
+13
2021-02-16
stdio: Split out nulldev_register() and move it under #if
Andy Shevchenko
1
-12
/
+21
2021-02-16
stdio: Get rid of dead code, i.e. stdio_deregister()
Andy Shevchenko
1
-11
/
+0
2021-02-15
image: Check for unit addresses in FITs
Simon Glass
1
-4
/
+52
2021-02-15
image: Add an option to do a full check of the FIT
Simon Glass
2
-0
/
+36
2021-02-15
image: Adjust the workings of fit_check_format()
Simon Glass
4
-32
/
+26
2021-02-15
fit: Don't allow verification of images with @ nodes
Simon Glass
2
-7
/
+35
2021-02-15
fdt_region: Check for a single root node of the correct name
Simon Glass
1
-0
/
+11
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
40
-1
/
+40
2021-02-01
common: Kconfig.boot: Add FIT_PRINT config option
Ravik Hasija
2
-2
/
+8
2021-02-01
x86: spl: Add a function to find the text base
Simon Glass
1
-0
/
+6
2021-01-31
dfu: add support for the dfu_alt_info reintialization from the flashed script
Marek Szyprowski
1
-0
/
+3
2021-01-29
avb: AVB_VERIFY depends on MMC
Heinrich Schuchardt
1
-0
/
+1
2021-01-27
autoboot: fix illegal memory access when stop key and delay key are empty
Yuezhang.Mo@sony.com
1
-3
/
+3
[next]