Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40941 )
Change subject: acpi: Remove acpi_ from filenames ......................................................................
acpi: Remove acpi_ from filenames
This change drops acpi_ prefix from filenames under src/acpi/.
BUG=b:155428745
Change-Id: Iadda2b848701367e51f4f74706154f7e36a87df6 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/acpi/Makefile.inc R src/acpi/device.c R src/acpi/pld.c 3 files changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/40941/1
diff --git a/src/acpi/Makefile.inc b/src/acpi/Makefile.inc index 09ff9f1..09b9906 100644 --- a/src/acpi/Makefile.inc +++ b/src/acpi/Makefile.inc @@ -4,12 +4,11 @@ ifeq ($(CONFIG_HAVE_ACPI_TABLES),y)
ramstage-y += acpi.c -ramstage-y += acpi_device.c -ramstage-y += acpi_pld.c ramstage-y += acpigen.c ramstage-y += acpigen_dsm.c ramstage-y += acpigen_ps2_keybd.c - +ramstage-y += device.c +ramstage-y += pld.c ramstage-y += sata.c
ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/acpi_tables.c),) diff --git a/src/acpi/acpi_device.c b/src/acpi/device.c similarity index 100% rename from src/acpi/acpi_device.c rename to src/acpi/device.c diff --git a/src/acpi/acpi_pld.c b/src/acpi/pld.c similarity index 100% rename from src/acpi/acpi_pld.c rename to src/acpi/pld.c
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40941 )
Change subject: acpi: Remove acpi_ from filenames ......................................................................
Patch Set 1: Code-Review+2
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40941 )
Change subject: acpi: Remove acpi_ from filenames ......................................................................
Patch Set 1: Code-Review+2
Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Duncan Laurie, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40941
to look at the new patch set (#2).
Change subject: acpi: Remove acpi_ from filenames ......................................................................
acpi: Remove acpi_ from filenames
This change drops acpi_ prefix from filenames under src/acpi/.
BUG=b:155428745
Change-Id: Iadda2b848701367e51f4f74706154f7e36a87df6 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/acpi/Makefile.inc R src/acpi/device.c R src/acpi/pld.c 3 files changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/40941/2
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40941 )
Change subject: acpi: Remove acpi_ from filenames ......................................................................
Patch Set 3: Code-Review+2
Furquan Shaikh has submitted this change. ( https://review.coreboot.org/c/coreboot/+/40941 )
Change subject: acpi: Remove acpi_ from filenames ......................................................................
acpi: Remove acpi_ from filenames
This change drops acpi_ prefix from filenames under src/acpi/.
BUG=b:155428745
Change-Id: Iadda2b848701367e51f4f74706154f7e36a87df6 Signed-off-by: Furquan Shaikh furquan@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/40941 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr --- M src/acpi/Makefile.inc R src/acpi/device.c R src/acpi/pld.c 3 files changed, 2 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved
diff --git a/src/acpi/Makefile.inc b/src/acpi/Makefile.inc index 09ff9f1..09b9906 100644 --- a/src/acpi/Makefile.inc +++ b/src/acpi/Makefile.inc @@ -4,12 +4,11 @@ ifeq ($(CONFIG_HAVE_ACPI_TABLES),y)
ramstage-y += acpi.c -ramstage-y += acpi_device.c -ramstage-y += acpi_pld.c ramstage-y += acpigen.c ramstage-y += acpigen_dsm.c ramstage-y += acpigen_ps2_keybd.c - +ramstage-y += device.c +ramstage-y += pld.c ramstage-y += sata.c
ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/acpi_tables.c),) diff --git a/src/acpi/acpi_device.c b/src/acpi/device.c similarity index 100% rename from src/acpi/acpi_device.c rename to src/acpi/device.c diff --git a/src/acpi/acpi_pld.c b/src/acpi/pld.c similarity index 100% rename from src/acpi/acpi_pld.c rename to src/acpi/pld.c