[PATCH v2 0/3] Honor FDT status property

Jan Remeš jan.remes at codasip.com
Mon May 9 06:46:21 PDT 2022


This series introduces a new function to check for the "status" property
in the FDT nodes and uses it to ignore CPU nodes that are disabled.

Jan Remes (3):
  lib: utils/fdt: introduce fdt_node_is_enabled()
  lib: utils: check if CPU node is enabled
  platform: generic: check if CPU node is enabled

 include/sbi_utils/fdt/fdt_helper.h    |  2 ++
 lib/utils/fdt/fdt_domain.c            | 14 +++++++++++++-
 lib/utils/fdt/fdt_fixup.c             |  3 +++
 lib/utils/fdt/fdt_helper.c            | 24 ++++++++++++++++++++++++
 lib/utils/irqchip/fdt_irqchip_imsic.c |  3 +++
 lib/utils/irqchip/fdt_irqchip_plic.c  |  3 +++
 platform/generic/platform.c           |  3 +++
 7 files changed, 51 insertions(+), 1 deletion(-)

-- 
2.35.1



More information about the opensbi mailing list