All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] ARM: Exynos5250: consolidate configuration files
@ 2013-09-25 10:42 Andre Przywara
  2013-09-25 10:42 ` [U-Boot] [PATCH 1/5] ARM: Exynos5250: rename obsoleted CONFIG_PMIC defines Andre Przywara
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Andre Przywara @ 2013-09-25 10:42 UTC (permalink / raw)
  To: u-boot

Hi,

while working on HYP mode support for Exynos 5250 based boards, I
fixed some shortcomings in their configuration files.

The purpose of this series is to get rid of the elaborate arndale.h
and replace it mostly by an include of exynos5250-dt.h, which
currently has an about 90% overlap.
I couldn't find any prior art, please bear with me if I have missed
something on the list.

* Patch 1 fixes a bug, where PMIC support would not have been included
in the Arndale build.
* Patch 2 removes double definitions.
Those two should be considered regardless of the others.
* Patch 3 prepares the consolidation of the config files by moving
board specific defines out of the generic file.
* Patch 4 makes keyboard and LCD support board dependent, please have
a closer look at this. I guess SMDK5250 does not have the EC, but it
breaks compilation if that is excluded.
* Patch 5 then finally removes the now redundant defines in arndale.h
and replaces them with an include of exynos5250-dt.h.

This series is mostly refactoring, though the config options change
a bit for some boards. I could only compile test it, so please test
it if you have the hardware.

Thanks!
Andre

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>


Andre Przywara (5):
  ARM: Exynos5250: rename obsoleted CONFIG_PMIC defines
  ARM: Exynos5250: remove redundant defines in exynos5250-dt.h
  ARM: Exynos5250: move feature defines out of generic config file
  ARM: snow: move defines for Chromebook embedded controller
  ARM: Arndale: include generic exynos5250-dt.h in arndale.h

 drivers/power/power_fsl.c       |   2 +-
 include/configs/arndale.h       | 242 +---------------------------------------
 include/configs/exynos5250-dt.h |  63 ++++-------
 include/configs/smdk5250.h      |  11 +-
 include/configs/snow.h          |  11 +-
 5 files changed, 47 insertions(+), 282 deletions(-)

-- 
1.7.12.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-12-05 10:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 10:42 [U-Boot] [PATCH 0/5] ARM: Exynos5250: consolidate configuration files Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 1/5] ARM: Exynos5250: rename obsoleted CONFIG_PMIC defines Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 2/5] ARM: Exynos5250: remove redundant defines in exynos5250-dt.h Andre Przywara
2013-12-05  8:07   ` Minkyu Kang
2013-09-25 10:42 ` [U-Boot] [PATCH 3/5] ARM: Exynos5250: move feature defines out of generic config file Andre Przywara
2013-12-05  8:08   ` Minkyu Kang
2013-12-05 10:44     ` Rajeshwari Birje
2013-12-05 10:50       ` Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 4/5] ARM: snow: move defines for Chromebook embedded controller Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 5/5] ARM: Arndale: include generic exynos5250-dt.h in arndale.h Andre Przywara
2013-10-08 17:22 ` [U-Boot] [PATCH 0/5] ARM: Exynos5250: consolidate configuration files Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.