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
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
efi_loader: implement support of exit data
Heinrich Schuchardt
1
-3
/
+8
2019-05-02
efi_loader: memory leak in append value
Heinrich Schuchardt
1
-1
/
+4
2019-05-02
efi_loader: optional data in load options are binary
Heinrich Schuchardt
1
-10
/
+17
2019-05-02
cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()
AKASHI Takahiro
1
-24
/
+55
2019-05-02
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
1
-4
/
+0
2019-04-26
avb: add support for named persistent values
Igor Opaniuk
1
-0
/
+78
2019-04-26
cmd: pxe: Display splashscreen from extlinux.conf input
Patrice Chotard
1
-0
/
+24
2019-04-26
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2
-9
/
+15
2019-04-25
Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_...
Simon Goldschmidt
1
-1
/
+0
2019-04-25
eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS
Simon Goldschmidt
1
-8
/
+15
2019-04-24
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
Tom Rini
1
-1
/
+12
2019-04-24
Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi
Tom Rini
2
-190
/
+372
2019-04-23
Convert CONFIG_TRACE to Kconfig
Simon Glass
1
-1
/
+1
2019-04-23
common: command: Add command execution tracer.
Christoph Muellner
1
-0
/
+11
2019-04-23
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
1
-26
/
+72
2019-04-23
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
1
-86
/
+94
2019-04-23
cmd: bootefi: carve out do_bootefi_image() from do_bootefi()
AKASHI Takahiro
1
-55
/
+67
2019-04-23
cmd: bootefi: carve out bootmgr code from do_bootefi()
AKASHI Takahiro
1
-8
/
+36
2019-04-23
cmd: bootefi: move do_bootefi_bootmgr_exec() forward
AKASHI Takahiro
1
-21
/
+21
2019-04-23
cmd: bootefi: carve out efi_selftest code from do_bootefi()
AKASHI Takahiro
1
-53
/
+92
2019-04-23
cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
AKASHI Takahiro
1
-38
/
+27
2019-04-23
cmd: bootefi: carve out fdt handling from do_bootefi()
AKASHI Takahiro
1
-16
/
+38
2019-04-23
cmd: bootefi: rework set_load_options()
AKASHI Takahiro
1
-9
/
+27
2019-04-23
efi_loader: more short texts for protocols in efidebug
Heinrich Schuchardt
1
-0
/
+20
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
1
-5
/
+5
2019-04-22
cmd: ximg.c: Add support for getting external data address and length
Tien Fong Chee
1
-3
/
+3
2019-04-22
cmd: add exception command
Heinrich Schuchardt
9
-0
/
+171
2019-04-21
usb: reload watchdog during ums command
Patrick Delaunay
1
-0
/
+3
2019-04-21
dfu: Avoid declaring unused variables and absent parameters
Andy Shevchenko
1
-0
/
+3
2019-04-17
Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblaze
Tom Rini
1
-3
/
+3
2019-04-16
fpga: Add support for getting external data address and length
Tien Fong Chee
1
-3
/
+3
2019-04-15
Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi
Tom Rini
1
-2
/
+2
2019-04-14
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
1
-2
/
+1
2019-04-12
Change FDT memory type from runtime data to boot services data
Ilias Apalodimas
1
-2
/
+2
2019-04-12
dm: spi: Read default speed and mode values from DT
Patrick Delaunay
1
-2
/
+1
2019-04-12
cmd: add wdt command
Michael Walle
3
-0
/
+181
2019-04-11
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
1
-13
/
+5
2019-04-09
fs: Add a new command to create symbolic links
Jean-Jacques Hiblot
1
-0
/
+14
2019-04-09
usb: Make portspeed return a read-only string
Ismael Luceno Cortes
1
-13
/
+5
2019-03-25
Convert CONFIG_DEFAULT_SPI_* to Kconfig
Patrick Delaunay
2
-8
/
+11
2019-03-20
efi_loader: memory leak in efi_dump_single_var()
Heinrich Schuchardt
1
-1
/
+0
2019-03-16
cmd: fastboot: handle watchdog while waiting for fastboot commands.
Sean Nyekjaer
1
-0
/
+2
2019-03-08
cmd: thordown: Fix spelling of download.
Vagrant Cascadian
1
-1
/
+1
2019-03-02
efi_loader: error handling for `efidebug boot add`
Heinrich Schuchardt
1
-1
/
+1
2019-02-25
cmd: efidebug: add memmap command
AKASHI Takahiro
1
-1
/
+126
2019-02-25
cmd: efidebug: add images command
AKASHI Takahiro
1
-1
/
+25
2019-02-25
cmd: efidebug: add dh command
AKASHI Takahiro
1
-1
/
+141
2019-02-25
cmd: efidebug: add drivers command
AKASHI Takahiro
1
-1
/
+94
2019-02-25
cmd: efidebug: add devices command
AKASHI Takahiro
1
-1
/
+78
2019-02-25
cmd: add efidebug command
AKASHI Takahiro
3
-0
/
+598
[next]