Stephen Warren
|
2c1af9dcdc
disk: define HAVE_BLOCK_DEVICE in a common place
|
12 years ago |
Simon Glass
|
92ccc96bf3
sandbox: Add host filesystem
|
12 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
|
13 years ago |
Tim Kientzle
|
7e71dc6884
disk/part.c: Fix device enumeration through API
|
13 years ago |
Lei Wen
|
b16aadf411
disk/part.c: fix potential stack overflow bug
|
14 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
|
16 years ago |
unsik Kim
|
75eb82ec7c
mflash: Initial mflash support
|
16 years ago |
Mike Frysinger
|
6c6166f529
vsprintf: pull updates from Linux kernel
|
16 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
|
17 years ago |
Detlev Zundel
|
726c0f1e5f
cosmetic: Adjust coding style for switch statements to be consistent
|
17 years ago |