~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part.c
Commit message (
Expand
)
Author
Age
*
part: check CONFIG_IS_ENABLED(ENV_SUPPORT)
Heinrich Schuchardt
2023-07-30
*
part: eliminate part_get_info_by_name_type()
Heinrich Schuchardt
2023-07-25
*
disk: part: Add API to get partitions with specific driver
Joshua Watt
2023-07-17
*
part: Allow setting the partition-table type
Simon Glass
2023-07-17
*
cmd: blkmap: Add blkmap command
Tobias Waldekranz
2023-04-05
*
part: Add a function to find the first bootable partition
Simon Glass
2023-01-23
*
disk: fix blk_get_device_part_str()
Heinrich Schuchardt
2022-12-02
*
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2022-11-07
*
blk: Rename if_type to uclass_id
Simon Glass
2022-09-25
*
Merge branch 'master' into next
Tom Rini
2022-09-19
|
\
|
*
disk: part: remove dependency to ubifs for spl
Stefan Herbrechtsmeier
2022-08-26
*
|
disk: Handle UCLASS_EFI_MEDIA in dev_print()
Simon Glass
2022-09-16
*
|
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
*
|
blk: Drop IF_TYPE_SD
Simon Glass
2022-09-16
*
|
blk: Drop IF_TYPE_ATAPI
Simon Glass
2022-09-16
*
|
blk: Drop IF_TYPE_DOC
Simon Glass
2022-09-16
*
|
blk: Use a function for whether block devices are available
Simon Glass
2022-09-16
|
/
*
disk: part: add the device search failed log msg
Oleksii Bidnichenko
2022-04-12
*
fs: Add semihosting filesystem
Sean Anderson
2022-04-01
*
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
*
part: call part_init() in blk_get_device_by_str() only for MMC
AKASHI Takahiro
2021-12-18
*
efi: Add uclass for devices provided by UEFI firmware
Simon Glass
2021-12-09
*
part: return -ENOSYS when get_info not valid.
schspa
2021-11-18
*
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-08-02
*
part: Add check for NULL dev_part_str
Sean Anderson
2021-05-26
*
part: Fix bogus return from part_get_info_by_dev_and_name
Sean Anderson
2021-04-22
*
part: Support string block devices in part_get_info_by_dev_and_name
Sean Anderson
2021-02-26
*
part: Support getting whole disk from part_get_info_by_dev_and_name_or_num
Sean Anderson
2021-02-26
*
part: Give several functions more useful return values
Sean Anderson
2021-02-26
*
disk: part: sandbox support in dev_print()
Heinrich Schuchardt
2021-01-30
*
xen: pvblock: Add initial support for para-virtualized block driver
Anastasiia Lukianenko
2020-08-14
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
common: Drop part.h from common header
Simon Glass
2020-05-18
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
*
disk: part: rename parameter of lba512_muldiv()
Heinrich Schuchardt
2020-01-23
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
*
disk: part: Extend API to get partition info
Ruslan Trofymenko
2019-07-24
*
disk: part: Don't skip partition init
Robert Hancock
2019-06-21
*
disk: part: avoid undefined reference to `__udivmoddi4'
Heinrich Schuchardt
2019-06-14
*
disk: part: fix typo
Heinrich Schuchardt
2019-04-26
*
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-11-14
*
disk: part: Don't show redundant error message
Sam Protsenko
2018-08-10
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
*
disk: part: use common api to lookup part driver
Kever Yang
2018-03-13
*
disk: part: scan the disk if the part_type is unknown
Kever Yang
2018-03-13
*
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-08
*
disk: Provide API to get partition by name for specific type
Sam Protsenko
2017-10-06
*
fs: add fs_readdir()
Rob Clark
2017-09-15
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
[next]