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
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
bootstd: Scan all bootdevs in a boot_targets entry
Simon Glass
2
-3
/
+21
2023-10-11
expo: Support building an expo with a textline
Simon Glass
1
-0
/
+45
2023-10-11
expo: Plumb in textline to cedit
Simon Glass
1
-1
/
+59
2023-10-11
expo: Support handling any key in cedit
Simon Glass
1
-1
/
+1
2023-10-11
expo: Plumb in textlines to a scene
Simon Glass
2
-2
/
+112
2023-10-11
expo: Support opening a textline
Simon Glass
3
-5
/
+54
2023-10-11
expo: Add basic support for textline objects
Simon Glass
2
-1
/
+236
2023-10-11
expo: Add some scene fields needed for text entry
Simon Glass
1
-0
/
+10
2023-10-11
expo: Allow rendering the background of any object
Simon Glass
3
-37
/
+39
2023-10-11
expo: Make calculation of an object bounding box generic
Simon Glass
3
-36
/
+87
2023-10-11
expo: Add a function to write a property to a devicetree
Simon Glass
1
-12
/
+26
2023-10-11
expo: Allow highlighting other scene-object types
Simon Glass
1
-7
/
+4
2023-10-11
expo: Correct the logic for duplicate-ID detection
Simon Glass
1
-1
/
+2
2023-10-11
expo: Correct some swallowed errors in scene
Simon Glass
1
-3
/
+3
2023-10-11
expo: Use switch statements more for object types
Simon Glass
2
-43
/
+83
2023-10-11
expo: Fix up comments for get_cur_menuitem_text() et al
Simon Glass
2
-1
/
+11
2023-10-11
expo: Add better error reporting
Simon Glass
1
-12
/
+45
2023-10-09
bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memory
Tony Dinh
1
-1
/
+1
2023-10-06
command: Include a required header in command.h
Simon Glass
1
-1
/
+1
2023-10-06
dm: core: Reverse the argument order in ofnode_copy_props()
Simon Glass
2
-2
/
+2
2023-10-02
Merge branch 'next'
Tom Rini
23
-271
/
+3681
2023-09-22
bootstd: Keep track of use of usb stop
Simon Glass
1
-0
/
+27
2023-09-22
x86: pxeboot: bugfix: Set variable for size of initrd
Thomas Mittelstaedt
1
-1
/
+1
2023-09-20
tools: mkimage: Add StarFive SPL image support
Heinrich Schuchardt
1
-0
/
+1
2023-09-19
boot: Join ARCH_FIXUP_FDT_MEMORY with related options
Simon Glass
1
-8
/
+8
2023-09-19
boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
Simon Glass
1
-2
/
+1
2023-09-19
boot: Join FDT_FIXUP_PARTITIONS with related options
Simon Glass
1
-0
/
+8
2023-09-19
Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT
Simon Glass
1
-1
/
+1
2023-09-19
Mark DISTRO_DEFAULTS as deprecated
Simon Glass
1
-1
/
+5
2023-09-19
Kconfig: Move TEXT_BASE et al under general setup
Simon Glass
1
-65
/
+0
2023-09-19
boot: Make standard boot a menu
Simon Glass
1
-5
/
+5
2023-09-19
Kconfig: Move SPL_FIT under FIT
Simon Glass
1
-5
/
+4
2023-09-19
spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS
Simon Glass
1
-1
/
+1
2023-09-19
Kconfig: Create a menu for FIT
Simon Glass
1
-20
/
+18
2023-09-19
boot: Rename Android-boot text
Simon Glass
1
-1
/
+1
2023-09-19
boot: Move some other fdt-fixup options to the same menu
Simon Glass
1
-29
/
+26
2023-09-19
Move fdt_simplefb to boot/
Simon Glass
3
-0
/
+133
2023-09-19
boot: Move fdt_support to boot/
Simon Glass
2
-0
/
+2153
2023-09-16
expo: Fix documentation reference
Massimo Pegorer
1
-3
/
+3
2023-09-14
image: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-5
/
+5
2023-09-14
boot: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2
-42
/
+0
2023-09-04
Merge tag 'v2023.10-rc4' into next
Tom Rini
3
-3
/
+5
2023-08-31
event: Rename EVENT_SPY to EVENT_SPY_FULL
Simon Glass
2
-2
/
+2
2023-08-28
bootstd: Adjust the default bootmeth order
Simon Glass
2
-2
/
+4
2023-08-28
boot: Fix reference to bootmenu doc
Peter Robinson
1
-1
/
+1
2023-08-26
bootstd: cros: Allow detection of any kernel partition
Simon Glass
2
-18
/
+33
2023-08-25
bootstd: Support bootmeths which can scan any partition
Simon Glass
1
-3
/
+14
2023-08-25
part: Add an accessor for struct disk_partition sys_ind
Simon Glass
1
-4
/
+3
2023-08-25
expo: cedit: Support reading settings from CMOS RAM
Simon Glass
3
-0
/
+127
2023-08-25
expo: cedit: Support writing settings to CMOS RAM
Simon Glass
2
-2
/
+142
[next]