[PATCH v4 11/25] global_data: Add a generic global_data flag for SMP state

Bin Meng bmeng.cn at gmail.com
Mon Jul 13 06:49:09 CEST 2020


On Wed, Jul 8, 2020 at 9:37 AM Simon Glass <sjg at chromium.org> wrote:
>
> Allow keeping track of whether all CPUs have been enabled yet. This allows
> us to know whether other CPUs need to be considered when updating
> CPU-specific settings such as MTRRs on x86.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
> ---
>
> (no changes since v3)
>
> Changes in v3:
> - Rename flag to GD_FLG_SMP_READY
>
>  include/asm-generic/global_data.h | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list