Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14053
-gerrit
commit bfc0f1e5c2f76f556754cf922faec94d244b61d6
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Fri Mar 11 20:32:34 2016 -0800
drivers/aspeed: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
them pluggable.
Change-Id: I8cf021ea5baff05eb5f84cc014612084afe3f858
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
---
src/drivers/aspeed/Kconfig | 2 --
src/drivers/aspeed/Makefile.inc | 1 -
2 files changed, 3 deletions(-)
diff --git a/src/drivers/aspeed/Kconfig b/src/drivers/aspeed/Kconfig
deleted file mode 100644
index 3b0238b..0000000
--- a/src/drivers/aspeed/Kconfig
+++ /dev/null
@@ -1,2 +0,0 @@
-source src/drivers/aspeed/common/Kconfig
-source src/drivers/aspeed/ast2050/Kconfig
diff --git a/src/drivers/aspeed/Makefile.inc b/src/drivers/aspeed/Makefile.inc
deleted file mode 100644
index 2553464..0000000
--- a/src/drivers/aspeed/Makefile.inc
+++ /dev/null
@@ -1 +0,0 @@
-subdirs-y += common ast2050
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14052
-gerrit
commit 27933af99396d4367d17c9757d4e7110136279c9
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Fri Mar 11 20:31:23 2016 -0800
drivers/ricoh: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
them pluggable.
Change-Id: I3cf32ec58ba40db11fae3dda6dcb2375002e7cb4
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
---
src/drivers/ricoh/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/drivers/ricoh/Kconfig b/src/drivers/ricoh/Kconfig
deleted file mode 100644
index 6b05142..0000000
--- a/src/drivers/ricoh/Kconfig
+++ /dev/null
@@ -1 +0,0 @@
-source src/drivers/ricoh/rce822/Kconfig
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14050
-gerrit
commit 1e528b880f2ec181d504d3e0835b16fa1d1a464e
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Fri Mar 11 20:29:45 2016 -0800
drivers/ti: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
them pluggable.
Change-Id: Iac737e15db512eac96cd16fe14983b66a03876bb
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
---
src/drivers/ti/Kconfig | 17 -----------------
src/drivers/ti/Makefile.inc | 18 ------------------
2 files changed, 35 deletions(-)
diff --git a/src/drivers/ti/Kconfig b/src/drivers/ti/Kconfig
deleted file mode 100644
index 7c5ace9..0000000
--- a/src/drivers/ti/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2012 The Chromium OS Authors.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; version 2 of the License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-
-source src/drivers/ti/tps65090/Kconfig
-source src/drivers/ti/tps65913/Kconfig
diff --git a/src/drivers/ti/Makefile.inc b/src/drivers/ti/Makefile.inc
deleted file mode 100644
index 8c6e62c..0000000
--- a/src/drivers/ti/Makefile.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2012 The Chromium OS Authors.
-## Copyright 2014 Google Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; version 2 of the License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-
-subdirs-$(CONFIG_DRIVER_TI_TPS65090) += tps65090/
-subdirs-$(CONFIG_DRIVERS_TI_TPS65913) += tps65913/
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14049
-gerrit
commit d5b6ddd5abda029062af9b1e4533acc1b714c720
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Fri Mar 11 20:28:55 2016 -0800
drivers/xgi: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make
them pluggable.
Change-Id: I2cd6c1f1712e77ff98a9557519fb8efeeb400a69
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
---
src/drivers/xgi/Kconfig | 2 --
src/drivers/xgi/Makefile.inc | 1 -
2 files changed, 3 deletions(-)
diff --git a/src/drivers/xgi/Kconfig b/src/drivers/xgi/Kconfig
deleted file mode 100644
index dea25ea..0000000
--- a/src/drivers/xgi/Kconfig
+++ /dev/null
@@ -1,2 +0,0 @@
-source src/drivers/xgi/common/Kconfig
-source src/drivers/xgi/z9s/Kconfig
diff --git a/src/drivers/xgi/Makefile.inc b/src/drivers/xgi/Makefile.inc
deleted file mode 100644
index ce83d7a..0000000
--- a/src/drivers/xgi/Makefile.inc
+++ /dev/null
@@ -1 +0,0 @@
-subdirs-y += common z9s
\ No newline at end of file