mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/arm/aspeed: bletchley: update hw strap values
Update the Bletchley hardware strap register values per actual hardware: ``` root@bmc:~# devmem 0x1e6e2500 0x00002000 root@bmc:~# devmem 0x1e6e2510 0x00000801 ``` Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250619035850.2682690-1-patrick@stwcx.xyz Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
a6ca5dfccc
commit
126c56b067
1 changed files with 2 additions and 3 deletions
|
@ -197,9 +197,8 @@ struct AspeedMachineState {
|
|||
#define FUJI_BMC_HW_STRAP2 0x00000000
|
||||
|
||||
/* Bletchley hardware value */
|
||||
/* TODO: Leave same as EVB for now. */
|
||||
#define BLETCHLEY_BMC_HW_STRAP1 AST2600_EVB_HW_STRAP1
|
||||
#define BLETCHLEY_BMC_HW_STRAP2 AST2600_EVB_HW_STRAP2
|
||||
#define BLETCHLEY_BMC_HW_STRAP1 0x00002000
|
||||
#define BLETCHLEY_BMC_HW_STRAP2 0x00000801
|
||||
|
||||
/* Qualcomm DC-SCM hardware value */
|
||||
#define QCOM_DC_SCM_V1_BMC_HW_STRAP1 0x00000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue