u-boot/disk
Heinrich Schuchardt 054de212ce disk: honor CONFIG_SYS_64BIT_LBA
Without the patch for qemu-x86_defconfig:

* sizeof(lbaint_t) = 4 in dev_read()
* sizeof(lbaint_t) = 8 in blkcache_read()

CONFIG_SYS_64BIT_LBA is defined in common.h via
include/configs/x86-common.h:22.

We have to include common.h before including blk.h.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-07-02 14:19:09 +02:00
..
disk-uclass.c disk: honor CONFIG_SYS_64BIT_LBA 2022-07-02 14:19:09 +02:00
Kconfig disk: don't compile in partition support for spl/tpl if not really necessary 2022-04-23 22:05:34 +02:00
Makefile dm: disk: add UCLASS_PARTITION 2022-04-23 22:05:41 +02:00
part.c disk: part: add the device search failed log msg 2022-04-12 19:10:44 +02:00
part_amiga.c global: Convert simple_strtoul() with decimal to dectoul() 2021-08-02 13:32:14 -04:00
part_amiga.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part_dos.c disk: part_dos: Fix a NULL pointer error 2021-11-28 16:51:51 -07:00
part_dos.h disk: dos: add code for creating MBR partition layout 2021-01-15 15:33:09 -05:00
part_efi.c disk: incorrect message in is_gpt_valid() 2022-05-28 10:59:27 +02:00
part_iso.c cmd/part: correct alignment of partition list 2021-09-02 09:48:20 -04:00
part_iso.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
part_mac.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
part_mac.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00