mb/siemens/mc_rpl: Sort includes alphabetically

Sort the #include statements alphabetically in multiple files to
improve code organization.

Change-Id: Ib9ed356a2ea84e54a43904a53c15c0ff10bc96b7
Signed-off-by: Kilian Krause <kilian.krause@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89392
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Kilian Krause 2025-09-30 13:12:26 +02:00 committed by Matt DeVillier
commit d9979ba6a3
3 changed files with 11 additions and 11 deletions

View file

@ -2,18 +2,18 @@
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
#include <cpu/x86/msr.h>
#include <device/device.h>
#include <soc/gpio.h>
#include <stdint.h>
#include <stdio.h>
#include <device/pci_def.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <hwilib.h>
#include <i210.h>
#include <soc/ramstage.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <device/pci_ids.h>
#include <cpu/x86/msr.h>
#include <soc/gpio.h>
#include <soc/msr.h>
#include <soc/ramstage.h>
#include <stdint.h>
#include <stdio.h>
#define MAX_PATH_DEPTH 12
#define MAX_NUM_MAPPINGS 10

View file

@ -1,12 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <baseboard/variants.h>
#include <console/console.h>
#include <fsp/api.h>
#include <hwilib.h>
#include <soc/meminit.h>
#include <soc/romstage.h>
#include <spd_bin.h>
#include <soc/meminit.h>
#include <baseboard/variants.h>
/*
* ADL-P silicon can support 7 SRC CLK's and 10 CLKREQ signals. Out of 7 SRCCLK's

View file

@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <baseboard/variants.h>
#include <console/console.h>
#include <fsp/api.h>
#include <baseboard/variants.h>
void variant_configure_fspm(FSPM_UPD *memupd)
{