Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Revert "Revert "CFG: reconfigure to adapt server"" #76

Open
wants to merge 1 commit into
base: trusty
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions product/board/cel_nuc.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basic info
EVMM_CMPL_FLAGS += \
-DMAX_CPU_NUM=8 \
-DTOP_OF_MEM=0x800000000 \
-DMAX_CPU_NUM=256 \
-DTOP_OF_MEM=0xFFFF00000000 \
-DTSC_PER_MS=2200000 \
-DLIB_MP_INIT \
-DLIB_EFI_SERVICES \
Expand Down
2 changes: 1 addition & 1 deletion product/celadon_64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ EVMM_CMPL_FLAGS += \
-DPACK_LK \
-DMODULE_ACPI \
-DMODULE_VTD \
-DDMAR_MAX_ENGINE=4 \
-DDMAR_MAX_ENGINE=16 \
-DSKIP_DMAR_GPU

EVMM_CMPL_FLAGS += \
Expand Down