This reverts commit68d8357dab
. Reason for revert: Device NVS is expected by mainboard samus in payload depthcharge:932c6ba270/src/board/samus/board.c (60)
Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: Icb5fa6da3412a51aae56c3658163e5b98d57bab3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54977 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
46 lines
1.5 KiB
Makefile
46 lines
1.5 KiB
Makefile
bootblock-y += bootblock.c
|
|
|
|
ramstage-y += adsp.c
|
|
romstage-y += early_pch.c
|
|
ramstage-$(CONFIG_ELOG) += elog.c
|
|
ramstage-y += finalize.c
|
|
ramstage-y += ../../../../southbridge/intel/lynxpoint/lp_gpio.c
|
|
romstage-y += ../../../../southbridge/intel/lynxpoint/lp_gpio.c
|
|
smm-y += ../../../../southbridge/intel/lynxpoint/lp_gpio.c
|
|
ramstage-y += hda.c
|
|
ramstage-y += ../../../../southbridge/intel/lynxpoint/hda_verb.c
|
|
ramstage-y += ../../../../southbridge/intel/lynxpoint/iobp.c
|
|
romstage-y += ../../../../southbridge/intel/lynxpoint/iobp.c
|
|
ramstage-y += fadt.c
|
|
ramstage-y += lpc.c
|
|
ramstage-y += me.c
|
|
ramstage-y += me_status.c
|
|
romstage-y += me_status.c
|
|
ramstage-y += pch.c
|
|
romstage-y += pch.c
|
|
ramstage-y += pcie.c
|
|
ramstage-y += pmutil.c
|
|
romstage-y += pmutil.c
|
|
smm-y += pmutil.c
|
|
verstage-y += pmutil.c
|
|
romstage-y += power_state.c
|
|
ramstage-y += ramstage.c
|
|
ramstage-y += sata.c
|
|
ramstage-y += serialio.c
|
|
ramstage-y += ../../../../southbridge/intel/lynxpoint/smbus.c
|
|
ramstage-y += smi.c
|
|
smm-y += smihandler.c
|
|
bootblock-y += usb_debug.c
|
|
romstage-y += usb_debug.c
|
|
ramstage-y += usb_debug.c
|
|
ramstage-y += usb_ehci.c
|
|
ramstage-y += usb_xhci.c
|
|
smm-y += usb_xhci.c
|
|
|
|
bootblock-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/iobp.c
|
|
bootblock-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart_init.c
|
|
all-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart.c
|
|
smm-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart.c
|
|
|
|
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|