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
/
drivers
/
fastboot
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-04
Audit <flash.h> inclusion
Tom Rini
3
-3
/
+0
2022-01-28
fastboot: only look up real partition names when no alias exists
Matthias Schiffer
1
-17
/
+12
2022-01-28
fastboot: fix fastboot_set_reboot_flag()
Roman Stratiienko
1
-1
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2
-3
/
+3
2022-01-15
net: fastboot: make UDP port net: configurable
Christian Gmeiner
1
-0
/
+7
2021-10-12
fastboot: fix partition name truncation in environment lookup
Matthias Schiffer
1
-2
/
+2
2021-08-31
Kconfig: Remove all default n/no options
Michal Simek
1
-1
/
+0
2021-08-21
Fix flashing of eMMC user area with Fastboot
Oleh Kravchenko
1
-7
/
+15
2021-08-21
Fix flash and erase of eMMC Boot2 with Fastboot
Oleh Kravchenko
1
-2
/
+2
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-1
/
+1
2021-04-12
fastboot: Fix possible buffer overrun
Sean Anderson
1
-3
/
+3
2021-02-26
fastboot: add UUU command UCmd and ACmd support
Heiko Schocher
2
-0
/
+77
2021-02-26
fastboot: Allow u-boot-style partitions
Sean Anderson
1
-59
/
+98
2021-02-26
fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
Sean Anderson
1
-22
/
+22
2021-02-26
fastboot: Remove mmcpart argument from raw_part_get_info_by_name
Sean Anderson
1
-23
/
+18
2021-02-07
fastboot: reinit partition after storing GPT or MBR
Roman Stratiienko
1
-0
/
+2
2021-02-07
fastboot: add command to select the eMMC boot configuration
Patrick Delaunay
2
-0
/
+43
2021-02-07
fastboot: add command to select the default emmc hwpart for boot
Patrick Delaunay
2
-0
/
+43
2021-02-07
fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
Patrick Delaunay
2
-24
/
+49
2021-02-07
fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
Patrick Delaunay
2
-8
/
+23
2021-02-07
fastboot: Implement generic fastboot_set_reboot_flag
Roman Kovalivskyi
1
-1
/
+15
2021-02-07
Revert "fastboot: Add default fastboot_set_reboot_flag implementation"
Roman Kovalivskyi
3
-56
/
+0
2021-01-15
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
1
-1
/
+1
2020-09-01
fastboot: getvar: fix partition-size return value
Gary Bisson
1
-2
/
+2
2020-09-01
fastboot: Add default fastboot_set_reboot_flag implementation
Roman Kovalivskyi
3
-0
/
+56
2020-09-01
fastboot: Add support for 'reboot fastboot' command
Roman Kovalivskyi
1
-0
/
+38
2020-09-01
fastboot: Extend fastboot_set_reboot_flag with reboot reason
Roman Kovalivskyi
2
-2
/
+2
2020-09-01
fastboot: Support defining raw partitions without a partition table
Filip Brozovic
1
-9
/
+66
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
2
-0
/
+2
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2
-12
/
+12
2020-05-18
common: Drop flash.h from common header
Simon Glass
3
-0
/
+3
2020-01-25
fastboot: mt85xx: add command to flash/erase emmc hwpart
mingming lee
2
-0
/
+132
2019-12-03
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
Miquel Raynal
1
-2
/
+2
2019-12-02
common: Move command functions out of common.h
Simon Glass
2
-0
/
+2
2019-11-23
fastboot: rockchip: Fix rk3328 default mmc device
Jagan Teki
1
-1
/
+0
2019-11-23
fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]
Jagan Teki
1
-1
/
+3
2019-08-11
env: Move env_get() to env.h
Simon Glass
3
-0
/
+3
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
1
-0
/
+1
2019-08-08
fastboot: Remove "bootloader-version" variable
Sam Protsenko
1
-6
/
+3
2019-08-08
fastboot: getvar: Add "is-userspace" variable
Sam Protsenko
1
-0
/
+9
2019-08-08
fastboot: Remove "slot-suffixes" variable
Sam Protsenko
1
-9
/
+0
2019-06-14
fastboot: Check if partition really exist in getvar_has_slot()
Igor Opaniuk
1
-5
/
+34
2019-06-14
fastboot: getvar: Refactor fastboot_*_get_part_info() usage
Sam Protsenko
1
-16
/
+42
2019-06-14
fastboot: Use const qualifier for char *part_name
Sam Protsenko
2
-3
/
+4
2019-06-14
fastboot: Fix slot names reported by getvar
Sam Protsenko
1
-3
/
+3
2019-04-21
fastboot: add support for 'getvar platform'
Eugeniu Rosca
1
-0
/
+14
2019-04-21
fastboot: Replace literal 32 with PART_NAME_LEN
Alex Kiernan
1
-3
/
+3
2019-04-21
fastboot: Improve error reporting on 'getvar partition-{size, type}'
Eugeniu Rosca
1
-2
/
+2
[next]