coreboot/src/commonlib/storage
Martin Roth 94de3255e5 acpi,arch,commonlib: Rename Makefiles from .inc to .mk
The .inc suffix is confusing to various tools as it's not specific to
Makefiles. This means that editors don't recognize the files, and don't
open them with highlighting and any other specific editor functionality.

This issue is also seen in the release notes generation script where
Makefiles get renamed before running cloc.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ice5dadd3eaadfa9962225520a3a75b05b44518ca
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80066
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
2024-01-24 08:32:11 +00:00
..
bouncebuf.c
bouncebuf.h src/commonlib: Remove unnecessary space after casts 2022-11-22 13:47:15 +00:00
Kconfig
Makefile.mk acpi,arch,commonlib: Rename Makefiles from .inc to .mk 2024-01-24 08:32:11 +00:00
mmc.c commonlib/storage: Add common eMMC functions 2023-01-16 00:33:11 +00:00
mmc.h
pci_sdhci.c commonlib/storage: Add attach callback to sdhci_ctrlr 2023-02-08 16:59:28 +00:00
sd.c
sd_mmc.c
sd_mmc.h commonlib/storage: Add common eMMC functions 2023-01-16 00:33:11 +00:00
sdhci.c Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
sdhci.h
sdhci_adma.c src/commonlib: Remove unnecessary space after casts 2022-11-22 13:47:15 +00:00
sdhci_display.c
storage.c
storage.h src/commonlib: Remove unnecessary space after casts 2022-11-22 13:47:15 +00:00
storage_erase.c
storage_write.c