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
2023-10-17
common: lcd: extend lcd api by function lcd_get_position_cursor()
Lukasz Majewski
1
-0
/
+271
2023-09-09
spl: undefined return value in spl_blk_load_image
Heinrich Schuchardt
1
-1
/
+1
2023-09-05
spl: add __noreturn attribute to spl_invoke_opensbi function
Chanho Park
1
-3
/
+4
2023-09-05
dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT
Shengyu Qu
1
-3
/
+3
2023-08-22
dm: event: add EVT_DM_POST_INIT_R event type
Chanho Park
1
-0
/
+1
2023-08-19
spl: don't assume NVMe partition 1 exists
Heinrich Schuchardt
1
-6
/
+0
2023-08-15
common: return type board_get_usable_ram_top
Heinrich Schuchardt
1
-1
/
+1
2023-08-10
riscv: Add SPL_ZERO_MEM_BEFORE_USE implementation
Shengyu Qu
1
-0
/
+3
2023-08-09
video: Add a Kconfig option for SPL video handoff
Simon Glass
1
-2
/
+1
2023-08-09
bootstd: Rename bootdev_setup_sibling_blk()
Simon Glass
1
-1
/
+1
2023-08-07
common: Drop duplicate space in SPL_BMP description
Marek Vasut
1
-1
/
+1
2023-08-07
common: fix detection of SYS_MALLOC_F_LEN=0x0
Heinrich Schuchardt
1
-1
/
+1
2023-08-07
spl: move SPL_CRC32 option to lib/Kconfig
Oleksandr Suvorov
1
-11
/
+0
2023-08-07
spl: remove duplicate SPL_MD5 option
Oleksandr Suvorov
1
-12
/
+0
2023-08-07
bloblist: Enforce CRC32
Tom Rini
1
-0
/
+3
2023-08-05
event: Fix a wrong type_name from dm_post_init to dm_post_init_f
Jaehoon Chung
1
-1
/
+1
2023-08-02
console: Print out complete stdio device list
Bin Meng
1
-9
/
+21
2023-08-02
console: Refactor stdio_print_current_devices() a little bit
Bin Meng
1
-15
/
+15
2023-08-02
console: Make stdio_print_current_devices() static
Bin Meng
1
-1
/
+1
2023-08-02
console: kconfig: Drop the redundant VIDEO dependency
Bin Meng
1
-1
/
+1
2023-07-30
spl: initialize PCI before booting
Heinrich Schuchardt
2
-5
/
+7
2023-07-30
spl: blk: partition numbers are hexadecimal
Heinrich Schuchardt
1
-1
/
+1
2023-07-30
spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
Heinrich Schuchardt
1
-1
/
+1
2023-07-21
common: Kconfig: Fix CMD_BMP/BMP dependency
Samuel Dionne-Riel
1
-1
/
+0
2023-07-21
common: spl: spl: Remove video driver
Nikhil M Jain
1
-11
/
+11
2023-07-21
common: board_f: Pass frame buffer info from SPL to u-boot
Nikhil M Jain
1
-1
/
+10
2023-07-21
common: spl: spl: Update stack pointer address
Nikhil M Jain
1
-0
/
+1
2023-07-21
common: splash_source: Fix type casting errors
Nikhil M Jain
1
-3
/
+3
2023-07-21
event: Add fpga load event
Christian Taedcke
1
-0
/
+3
2023-07-21
arm64: zynqmp: Switch to amd.com emails
Michal Simek
1
-1
/
+1
2023-07-17
android_ab: Try backup booloader_message
Joshua Watt
1
-0
/
+9
2023-07-17
log: Support outputing function names in SPL
Simon Glass
1
-2
/
+8
2023-07-17
x86: Pass video settings from SPL to U-Boot proper
Simon Glass
1
-0
/
+1
2023-07-17
bdinfo: Show the malloc base with the bdinfo command
Simon Glass
1
-3
/
+4
2023-07-17
x86: Improve the trampoline in 64-bit mode
Simon Glass
1
-5
/
+7
2023-07-17
log: Tidy up an ambiguous comment
Simon Glass
1
-1
/
+1
2023-07-14
board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is set
Kunihiko Hayashi
1
-2
/
+0
2023-07-14
hash: fix a memory leak
Sergei Antonov
1
-2
/
+6
2023-07-14
bootstd: Add a separate log category for expo
Simon Glass
1
-0
/
+1
2023-07-07
tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL
Ying Sun
1
-0
/
+1
2023-07-07
common: Kconfig: SYS_CONSOLE_ENV_OVERWRITE depends on SYS_CONSOLE_IS_IN_ENV
Ying Sun
1
-0
/
+1
2023-07-06
RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS description
Heinrich Schuchardt
1
-2
/
+4
2023-07-05
Merge tag 'v2023.07-rc6' into next
Tom Rini
4
-10
/
+23
2023-07-03
spl: spl_legacy: Fix spl_end address
Fabio Estevam
1
-1
/
+1
2023-06-24
imx: hab: Simplify the mechanism
Marek Vasut
1
-7
/
+0
2023-06-24
spl: spl_legacy: Add extra address checks
Marek Vasut
1
-0
/
+20
2023-06-23
menu: Re-enable the ANSI codes
Simon Glass
1
-1
/
+1
2023-06-21
common/memsize.c: Fix get_ram_size() when cache is enabled
Emanuele Ghidoli
1
-0
/
+24
2023-06-20
stdio: Remove stdio_init()
Masahiro Yamada
1
-8
/
+0
2023-06-20
spl: spl-nor: return error if no valid image was loaded
Mario Kicherer
1
-1
/
+1
[next]