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
old/tizen_20241126
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
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-30
Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...
Tom Rini
7
-40
/
+170
2022-10-30
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
3
-4
/
+4
2022-10-30
video: Drop CONFIG_LCD
Simon Glass
1
-1
/
+1
2022-10-30
video: Drop CONFIG_VIDEO
Simon Glass
1
-1
/
+1
2022-10-30
video: Drop remaining references to CONFIG_LCD
Simon Glass
1
-3
/
+0
2022-10-30
video: cmd: Drop old LCD code
Simon Glass
1
-9
/
+0
2022-10-30
video: Move bmp_display() prototype to video.h
Simon Glass
1
-10
/
+0
2022-10-30
video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE
Simon Glass
1
-11
/
+8
2022-10-30
video: Split SPLASH_SCREEN_ALIGN from bmp command
Simon Glass
1
-3
/
+1
2022-10-30
video: Add commands to list and change fonts
Simon Glass
2
-0
/
+82
2022-10-30
video: Enable the cls command by default
Simon Glass
1
-1
/
+1
2022-10-30
video: Move the console commands to cmd/
Simon Glass
3
-0
/
+75
2022-10-29
dm: treewide: Do not use the return value of simple uclass iterator
Michal Suchanek
1
-6
/
+3
2022-10-25
Merge https://source.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
1
-7
/
+11
2022-10-25
cmd: sf: Handle unaligned 'update' start offset
Marek Vasut
1
-7
/
+11
2022-10-21
cmd: bcb: select user(0) hwpart in __bcb_load()
Mattijs Korpershoek
1
-0
/
+11
2022-10-21
qfw: return failure when no kernel could be loaded
Andre Przywara
1
-2
/
+2
2022-10-21
qfw: store loaded file size in environment variable
Andre Przywara
1
-0
/
+2
2022-10-21
cmd: Add ncsi command
Samuel Mendoza-Jonas
2
-0
/
+30
2022-10-20
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Tom Rini
1
-11
/
+15
2022-10-20
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
1
-0
/
+1
2022-10-20
cmd/sbi: user friendly short texts
Heinrich Schuchardt
1
-9
/
+9
2022-10-20
cmd/sbi: error message for failure to get spec version
Heinrich Schuchardt
1
-2
/
+5
2022-10-20
cmd/sbi: format RustSBI version number
Heinrich Schuchardt
1
-0
/
+1
2022-10-18
sunxi: Kconfig: use SoC-wide values for some symbols
Andre Przywara
1
-0
/
+1
2022-10-17
fdt: Show a message when the working FDT changes
Simon Glass
1
-0
/
+1
2022-10-17
bootm: Drop #ifdef from do_bootm()
Simon Glass
1
-10
/
+9
2022-10-17
bootm: Avoid returning error codes from command
Simon Glass
1
-2
/
+6
2022-10-17
cmd: List all uclass devices regardless of probe error
Michal Suchanek
5
-35
/
+43
2022-10-16
efi_loader: remove efi_delete_handle on loadfile2
Ilias Apalodimas
1
-2
/
+4
2022-10-16
cmd: simplify efidebug
Heinrich Schuchardt
1
-26
/
+21
2022-10-12
cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes
Pali Rohár
1
-0
/
+85
2022-10-11
cmd: add temperature command
Robert Marko
3
-0
/
+92
2022-10-11
cmd: xxd: add new command
Roger Knecht
3
-0
/
+91
2022-10-11
cmd: cat: add new command
Roger Knecht
3
-0
/
+91
2022-10-10
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Tom Rini
1
-1
/
+1
2022-10-10
usb: gadget: fastboot: detach usb on reboot commands
Mattijs Korpershoek
1
-1
/
+1
2022-10-10
cmd: CMD_CLS should not depend on video
Heinrich Schuchardt
1
-1
/
+0
2022-10-06
cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol
Ilias Apalodimas
1
-9
/
+8
2022-10-06
cmd: simplify command efidebug
Heinrich Schuchardt
1
-87
/
+15
2022-10-06
cmd: simplify do_efi_boot_add()
Heinrich Schuchardt
1
-5
/
+1
2022-10-06
cmd: simplify do_env_set_efi()
Heinrich Schuchardt
1
-8
/
+3
2022-10-03
Merge branch 'next'
Tom Rini
34
-64
/
+2741
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
6
-10
/
+10
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
3
-3
/
+3
2022-09-29
pci: Remove duplicate PCI_REGION_IO / "io" line
Pali Rohár
1
-1
/
+0
2022-09-26
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...
Tom Rini
1
-6
/
+28
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
4
-14
/
+14
2022-09-24
boot: Call flush() before booting
Pali Rohár
2
-0
/
+3
2022-09-24
serial: Call flush() before changing baudrate
Pali Rohár
1
-0
/
+5
[next]