acrn-hypervisor/misc/config_tools/static_allocators
Chenli Wei f7094466cb misc: add the define of MAX_IR_ENTRIES
The current code align MAX_IR_ENTRIES with the roundup to 2^n of the
CONFIG_MAX_PT_IRQ_ENTRIES, there is an issue of the powerof2_roundup to
calculate the macro, and the code style is very ugly when we use macro
to fix it.

So this patch move the calculate and define of MAX_IR_ENTRIES to offline
tool.

Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2022-05-20 09:08:47 +08:00
..
lib Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
bdf.py misc: refine vuart connection 2022-03-08 17:07:48 +08:00
board_capability.py misc: add the define of MAX_IR_ENTRIES 2022-05-20 09:08:47 +08:00
clos.py misc: refine CLOS module for expansibility 2022-05-11 17:00:51 +08:00
cpu_affinity.py config_tools: track whether each vCPU is used for real-time or not 2022-04-21 10:08:53 +08:00
gpa.py config-tools: extract the SSRAM area size 2022-04-18 16:47:23 +08:00
guest_flags.py misc: set PMU_PT flag for pre-launched RTVM 2022-03-29 09:34:17 +08:00
intx.py misc: add vUART channel for s5 feature 2022-05-13 13:50:07 +08:00
main.py misc: fix the issue of create hv node 2022-04-28 13:42:54 +08:00
memory_allocator.py config_tools: update the hugepage algorithm 2022-05-07 10:51:10 +08:00
pio.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
s5_vuart.py misc: add vUART channel for s5 feature 2022-05-13 13:50:07 +08:00