index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
Age
Commit message (
Expand
)
Author
2022-10-31
disk: Drop debug messages in part_efi
Simon Glass
2022-10-17
fs: Quieten down the filesystems more
Simon Glass
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-19
Merge branch 'master' into next
Tom Rini
2022-09-16
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: Rename HAVE_BLOCK_DEVICE
Simon Glass
2022-09-16
blk: Use a function for whether block devices are available
Simon Glass
2022-09-16
disk: Use Makefile to omit partition drivers
Simon Glass
2022-09-16
disk: Correct help for TPL_PARTITIONS
Simon Glass
2022-08-26
disk: part: remove dependency to ubifs for spl
Stefan Herbrechtsmeier
2022-07-21
arch: mvebu: Disable by default unused peripherals in SPL
Pali Rohár
2022-07-02
disk: honor CONFIG_SYS_64BIT_LBA
Heinrich Schuchardt
2022-05-28
disk: incorrect message in is_gpt_valid()
Heinrich Schuchardt
2022-05-06
disk: part_efi: add support to repair gpt table
Philippe Reynes
2022-04-23
dm: disk: add read/write interfaces with udevice
AKASHI Takahiro
2022-04-23
dm: disk: add UCLASS_PARTITION
AKASHI Takahiro
2022-04-23
disk: don't compile in partition support for spl/tpl if not really necessary
AKASHI Takahiro
2022-04-12
disk: part: add the device search failed log msg
Oleksii Bidnichenko
2022-04-06
disk: Correct the conditions for SPL
Simon Glass
2022-04-01
fs: Add semihosting filesystem
Sean Anderson
2022-03-25
disk: Add an option for partitions in SPL
Simon Glass
2022-01-22
Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
disk: simplify part_print_efi()
Heinrich Schuchardt
2022-01-15
disk: gpt: print all partitions
Heinrich Schuchardt
2021-12-20
Merge tag 'v2022.01-rc4' into next
Tom Rini
2021-12-18
part: call part_init() in blk_get_device_by_str() only for MMC
AKASHI Takahiro
2021-12-09
efi: Add uclass for devices provided by UEFI firmware
Simon Glass
2021-11-29
Merge tag 'v2022.01-rc3' into next
Tom Rini
2021-11-28
disk: part_dos: Fix a NULL pointer error
Simon Glass
2021-11-18
part: return -ENOSYS when get_info not valid.
schspa
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2021-09-25
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
2021-09-02
cmd/part: correct alignment of partition list
Heinrich Schuchardt
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-07-28
disk: Tidy up #ifdefs in part_efi
Simon Glass
2021-06-22
disk/part_dos.c: Fix a variable typo in write_mbr_partitions()
Christian Melki
2021-05-26
part: Add check for NULL dev_part_str
Sean Anderson
2021-04-22
part: Fix bogus return from part_get_info_by_dev_and_name
Sean Anderson
2021-04-12
disk: gpt: verify alternate LBA points to last usable LBA
Stefan Herbrechtsmeier
2021-02-26
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-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-01
disk: part_dos: update partition table entries after write
Gary Bisson
[next]