• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3romstage-y += cpu_io_init.c
4
5ramstage-y += cpu_io_init.c
6ramstage-y += model_16_init.c
7ramstage-y += update_microcode.c
8
9subdirs-y += ../../mtrr
10