]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: sandbox: Switch over to using the new host uclass
authorSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2022 01:47:17 +0000 (19:47 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2022 23:24:30 +0000 (16:24 -0700)
commit952018117ab4daff5fb4500d5ce0143678473ca4
treea51b49419dc28e52780cb5a49e5de89e42aa7594
parent10aae1145c910857053343a2f3e841b38eb77bd0
dm: sandbox: Switch over to using the new host uclass

Update the sandbox implementation to use UCLASS_HOST and adjust all
the pieces to continue to work:

- Update the 'host' command to use the new API
- Replace various uses of UCLASS_ROOT with UCLASS_HOST
- Disable test_eficonfig since it doesn't work (this should have a unit
  test to allow this to be debugged)
- Update the blk test to use the new API
- Drop the old header file

Unfortunately it does not seem to be possible to split this change up
further.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dts
cmd/host.c
disk/part.c
drivers/block/blk-uclass.c
drivers/block/sandbox.c
include/sandboxblockdev.h [deleted file]
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_disk.c
test/dm/blk.c
test/py/tests/test_eficonfig/test_eficonfig.py