diff options
| author | Asherah Connor <[email protected]> | 2021-03-19 18:21:40 +1100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-12 17:44:55 -0400 |
| commit | 5b0b43e0e25dbeed62a2155e7f3be562b9ceb9bd (patch) | |
| tree | 309170036a9d09d9c65087c4b490f4605777abe6 /include/dm | |
| parent | 2a3f161c8b16ed4fe4bd215dddfa21f4ddbd3e37 (diff) | |
x86: qemu: move QFW to its own uclass
We move qfw into its own uclass and split the PIO functions into a
specific driver for that uclass. The PIO driver is selected in the
qemu-x86 board config (this covers x86 and x86_64).
include/qfw.h is cleaned up and documentation added.
Signed-off-by: Asherah Connor <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/uclass-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index d75de368c5a..d800f679d56 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -90,6 +90,7 @@ enum uclass_id { UCLASS_POWER_DOMAIN, /* (SoC) Power domains */ UCLASS_PWM, /* Pulse-width modulator */ UCLASS_PWRSEQ, /* Power sequence device */ + UCLASS_QFW, /* QEMU firmware config device */ UCLASS_RAM, /* RAM controller */ UCLASS_REGULATOR, /* Regulator device */ UCLASS_REMOTEPROC, /* Remote Processor device */ |
