Commit Graph

72 Commits (db1d9e78e6f0ea51a698f18abe4cebc5ff39b691)

Author SHA1 Message Date
Simon Glass db1d9e78e6 dm: blk: Rename get_dev() to blk_get_dev() 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Erik Tideman 99e7fc8a26 mmc: emmc and hw partitions partition table id bugfix. 8 years ago
Patrick Delaunay 7561b258a1 gpt: add optional parameter type in gpt command 9 years ago
Hans de Goede 251cee0db2 ubifs: Add generic fs support 9 years ago
Hans de Goede afc1744ec8 disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set 9 years ago
Jeroen Hofstee 76ee65bde2 disk/part.c: make local function static 10 years ago
Pavel Machek 214b3f311f cleanup disk/part.c whitespace 10 years ago
Pavel Machek 3f9eb6e109 whitespace cleanups 10 years ago
Stephen Warren 4d907025d6 sandbox: restore ability to access host fs through standard commands 10 years ago
Stephen Warren ecdd57e274 disk: default to HW partition 0 if not specified 10 years ago
Stephen Warren d235628434 mmc: provide a select_hwpart implementation for get_device() 10 years ago
Stephen Warren 336b6f9048 disk: support devices with HW partitions 10 years ago
Simon Glass 95fac6ab45 sandbox: Use os functions to read host device tree 10 years ago
Henrik Nordström f4d8de48f5 sandbox: block driver using host file/device as backing store 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Lan Yixun (dlan) 50ffc3b64a fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz 11 years ago
Stephen Warren 2c1af9dcdc disk: define HAVE_BLOCK_DEVICE in a common place 11 years ago
Simon Glass 92ccc96bf3 sandbox: Add host filesystem 11 years ago
Jerry Huang 33699df12c part: check each variable for capability calculation 12 years ago
Gabe Black 0c9c8fb5ec disk: Make the disk partition code work with no specific partition types 12 years ago
Stephen Warren 6ab6a650a4 disk: initialize name/part fields when returning a whole disk 12 years ago
Stephen Warren 71bba424ad disk: get_device_and_partition() return value fixes 12 years ago
Stephen Warren a10973e7fa disk: allow - or empty string to fall back to $bootdevice 12 years ago
Stephen Warren 894bfbbfb7 disk: part_efi: parse and store partition UUID 12 years ago
Stephen Warren 10a37fd7a4 disk: get_device_and_partition() "auto" partition and cleanup 12 years ago
Stephen Warren 2023e60861 disk: introduce get_device() 12 years ago
Rob Herring 99d2c205d4 disk/part: introduce get_device_and_partition 12 years ago
Stephen Warren 2f50164627 disk: make get_partition_info() always available to disk.c 12 years ago
Marek Vasut b37d41aa24 Block: Remove MG DISK support 12 years ago
Tim Kientzle 7e71dc6884 disk/part.c: Fix device enumeration through API 12 years ago
Lei Wen b16aadf411 disk/part.c: fix potential stack overflow bug 13 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 14 years ago
Heiko Schocher 23090dacd2 disk/part.c: fix relocation fixup 14 years ago
Lei Wen 8f3b96427a mmc: print out partition table 14 years ago
Sergei Trofimovich 69a2a4d9a5 disk/part.c: 'usb storage' avoiding overflow when output capacity 14 years ago
Heiko Schocher 4b142febff common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 15 years ago
Peter Tyser 521af04d85 Conditionally perform common relocation fixups 15 years ago
Wolfgang Denk af75a45d23 IDE: bail out of dev_print() for unknown device types 15 years ago
unsik Kim 75eb82ec7c mflash: Initial mflash support 15 years ago
Mike Frysinger 6c6166f529 vsprintf: pull updates from Linux kernel 15 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
richardretanubun 07f3d789b9 Add support for CONFIG_EFI_PARTITION (GUID Partition Table) 16 years ago
Remy Bohmer 6e24a1eb14 Add missing device types to dev_print() in part.c 16 years ago
Nícolas Carneiro Lebedenco 47bebe34ca Fix dev_print when called from usb_stor_info (usb storage command) 16 years ago
Tor Krill 8ec6e332ea Fix incorrect switch for IF_TYPE in part.c 16 years ago
Detlev Zundel 726c0f1e5f cosmetic: Adjust coding style for switch statements to be consistent 16 years ago
Detlev Zundel 574b319512 Fix disk type output in disk/part.c 16 years ago
Dave Liu c7057b529c ata: add the support for SATA framework 16 years ago
Jon Loeliger b3aff0cb9e disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. 17 years ago