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
2022-09-16
blk: Drop if_type
Simon Glass
5
-51
/
+48
2022-09-16
disk: Handle UCLASS_EFI_MEDIA in dev_print()
Simon Glass
1
-1
/
+4
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
41
-159
/
+151
2022-09-16
efi: Correct assumption about if_type
Simon Glass
1
-1
/
+1
2022-09-16
blk: Rewrite if_type to name functions
Simon Glass
1
-18
/
+27
2022-09-16
blk: Rename var in blk_get_devnum_by_typename()
Simon Glass
1
-6
/
+6
2022-09-16
blk: Drop IF_TYPE_SD
Simon Glass
3
-5
/
+0
2022-09-16
blk: Drop IF_TYPE_ATAPI
Simon Glass
3
-8
/
+0
2022-09-16
ide: Use a flag for an ATAPI device
Simon Glass
1
-3
/
+3
2022-09-16
blk: Drop IF_TYPE_DOC
Simon Glass
3
-12
/
+0
2022-09-16
blk: Hide the BLK and SPL_LEGACY_BLOCK options
Simon Glass
1
-2
/
+2
2022-09-16
blk: Drop unnecessary CONFIG_SPL_LEGACY_BLOCK in defconfigs
Simon Glass
5
-5
/
+0
2022-09-16
blk: Select SPL_LEGACY_BLOCK automatically
Simon Glass
8
-12
/
+7
2022-09-16
blk: Rename HAVE_BLOCK_DEVICE
Simon Glass
19
-25
/
+25
2022-09-16
blk: Drop unnecessary #ifdef in in blk_legacy
Simon Glass
1
-2
/
+0
2022-09-16
cmd: Drop use of HAVE_BLOCK_DEVICE
Simon Glass
2
-6
/
+1
2022-09-16
blk: Use a function for whether block devices are available
Simon Glass
4
-50
/
+40
2022-09-16
disk: Use Makefile to omit partition drivers
Simon Glass
7
-17
/
+5
2022-09-16
sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig
Simon Glass
1
-1
/
+0
2022-09-16
ata: Fix an instance of SPL_SATA_SUPPORT
Simon Glass
1
-1
/
+1
2022-09-16
blk: Enable CONFIG_BLK for all media
Simon Glass
7
-6
/
+3
2022-09-16
disk: Correct help for TPL_PARTITIONS
Simon Glass
1
-4
/
+4
2022-09-15
Merge branch '2022-09-15-TI-platform-updates' into next
Tom Rini
20
-1345
/
+1001
2022-09-15
Nokia RX-51: Add booting from UBI into test script
Pali Rohár
1
-18
/
+77
2022-09-15
Nokia RX-51: Add comment describing kernel image type into test script
Pali Rohár
1
-2
/
+2
2022-09-15
Nokia RX-51: Do not set useless ARCH= in test script
Pali Rohár
1
-1
/
+1
2022-09-15
Nokia RX-51: Fix documentation how to enable UBI support
Pali Rohár
1
-2
/
+1
2022-09-15
Nokia RX-51: Call bootm in test script only when image is valid
Pali Rohár
1
-1
/
+1
2022-09-15
Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script
Pali Rohár
1
-1
/
+1
2022-09-15
Nokia RX-51: Set default SYS_LOAD_ADDR to 0x80008000
Pali Rohár
1
-1
/
+1
2022-09-15
Nokia RX-51: Do not clear unknown memory in lowlevel_init.S
Pali Rohár
1
-3
/
+3
2022-09-15
Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S
Pali Rohár
1
-1
/
+0
2022-09-15
configs: Add configs for j721s2 High Security EVM
Jayesh Choudhary
3
-0
/
+397
2022-09-15
configs: Add configs for J7200 High Security EVM
Andrew Davis
3
-1
/
+383
2022-09-15
brppt1: Update environment to support new boot concept
Bernhard Messerklinger
2
-7
/
+15
2022-09-15
include: configs: brppt1: Fix commit 0ea4fc4dcf90
Bernhard Messerklinger
2
-2
/
+1
2022-09-15
brppt1: Cleanup device tree
Bernhard Messerklinger
2
-201
/
+32
2022-09-15
brppt1: Fix SPL boot stage
Bernhard Messerklinger
2
-1
/
+81
2022-09-15
brppt1: Remove unused board variants
Bernhard Messerklinger
8
-1105
/
+7
2022-09-15
Merge branch '2022-09-15-general-improvements' into next
Tom Rini
31
-55
/
+671
2022-09-15
lib: rsa: fix padding_pss_verify
Heinrich Schuchardt
1
-0
/
+5
2022-09-15
cli: Reduce size of readline buffers in SPL
Sean Anderson
1
-0
/
+5
2022-09-15
gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function
Patrice Chotard
4
-0
/
+39
2022-09-15
pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's name
Patrice Chotard
1
-2
/
+6
2022-09-15
gpio: Fix pin's status display for pin with GPIOF_UNUSED function
Patrice Chotard
1
-1
/
+1
2022-09-15
gpio: Allow to print pin's label even for pin with GPIOF_FUNC function
Patrice Chotard
1
-5
/
+11
2022-09-15
virtio: pci: fix bug of virtio_pci_map_capability
Xiang W
1
-1
/
+1
2022-09-15
nvme: Fix multipage prp-list
Alexander Sowarka
1
-4
/
+4
2022-09-15
doc: cmd: loady: Document new configuration
Pali Rohár
1
-0
/
+7
2022-09-15
xyz-modem: Allow to configure initial timeout for loadx and loady
Pali Rohár
2
-2
/
+45
[next]