Re: [PATCH 12/16] hw/arm/boot: Prevent setting both psci_conduit and secure_board_setup

2022-01-31 Thread Richard Henderson
On 1/28/22 02:46, Peter Maydell wrote: Now that we have dealt with the one special case (highbank) that needed to set both psci_conduit and secure_board_setup, we don't need to allow that combination any more. It doesn't make sense in general, so use an assertion to ensure we don't add new boards

[PATCH 12/16] hw/arm/boot: Prevent setting both psci_conduit and secure_board_setup

2022-01-27 Thread Peter Maydell
Now that we have dealt with the one special case (highbank) that needed to set both psci_conduit and secure_board_setup, we don't need to allow that combination any more. It doesn't make sense in general, so use an assertion to ensure we don't add new boards that do it by accident without thinking