u-boot/drivers/nvme
Simon Glass 7f8967c2b8 blk: Rename HAVE_BLOCK_DEVICE
This option is fact really related to SPL. For U-Boot proper we always use
driver model for block devices, so CONFIG_BLK is enabled if block devices
are in use.

It is only for SPL that we have two cases:

- SPL_BLK is enabled, in which case we use driver model and blk-uclass.c
- SPL_BLK is not enabled, in which case (if we need block devices) we must
  use blk_legacy.c

Rename the symbol to SPL_LEGACY_BLOCK to make this clear. This is
different enough from BLK and SPL_BLK that there should be no confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-16 11:05:16 -04:00
..
Kconfig blk: Rename HAVE_BLOCK_DEVICE 2022-09-16 11:05:16 -04:00
Makefile nvme: apple: Add driver for Apple NVMe storage controller 2022-02-10 16:44:23 -05:00
nvme_apple.c arm: apple: nvme: Add SART support and RTKit buffer management 2022-06-23 08:24:49 -04:00
nvme_pci.c pci: Add mask parameter to dm_pci_map_bar() 2022-05-03 18:33:29 -04:00
nvme_show.c nvme: Do not allocate 8kB buffer on stack 2022-01-14 13:16:10 -05:00
nvme-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
nvme.c nvme: Fix multipage prp-list 2022-09-15 09:55:30 -04:00
nvme.h nvme: Add shutdown function 2022-02-10 16:44:23 -05:00