]> git.ipfire.org Git - thirdparty/qemu.git/commit
system/datadir: Add new type constant for DTB files
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 23 Apr 2025 10:02:20 +0000 (12:02 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:09:58 +0000 (17:09 +0200)
commitfcb1ad456c58ba2304127b0131ac0b48895b2a3b
tree0a7eb92d302546c5fc168275360ce3673ed35940
parent8af0e52b28c553c901e7c564c3380cd56d363053
system/datadir: Add new type constant for DTB files

Currently DTB files are mixed with ROMs under BIOS type. Separate them
under a new type constant and turn defines into an enum while at it.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <ae793d1f81e3577605759c43871722324a1ef2cb.1745402140.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/microblaze/boot.c
hw/ppc/ppc440_bamboo.c
hw/ppc/sam460ex.c
hw/ppc/virtex_ml507.c
include/qemu/datadir.h
system/datadir.c