[PATCH RFC 1/2] ARM: dts: Add devicetree files for Phytec PCM-038/PCM-970

2014-04-06 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan --- arch/arm/dts/Makefile| 3 +- arch/arm/dts/imx27-phytec-phycore-rdk-bb.dts | 64 + arch/arm/dts/imx27-phytec-phycore-rdk.dts| 289 +++ arch/arm/dts/imx27-phytec-phycore-som.dtsi | 333 +

[PATCH RFC 2/2] ARM: PCM038: Switch to devicetree probe

2014-04-06 Thread Alexander Shiyan
This patch removes non-DT support for PCM-038/PCM-970 and switch to devicetree probe for these targets. Signed-off-by: Alexander Shiyan --- arch/arm/boards/phytec-phycore-imx27/Makefile | 5 +- arch/arm/boards/phytec-phycore-imx27/env/boot/nor | 9 + .../boards/phytec-phycore-imx27/env

[PATCH RFC 0/2] Switch ARM i.MX27 PCM-038/PCM-970 to devicetree probe

2014-04-06 Thread Alexander Shiyan
It is only RFC for now. Known issues: - PMIC is not detected after "reset" command. Alexander Shiyan (2): ARM: dts: Add devicetree files for Phytec PCM-038/PCM-970 ARM: PCM038: Switch to devicetree probe arch/arm/boards/phytec-phycore-imx27/Makefile | 5 +- arch/arm/boards/phytec-phyc

Re: Secure Boot support on Barebox

2014-04-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On Apr 6, 2014, at 3:09 AM, Igor Bezukh wrote: > > OK, thanks for the info! > > On Sat, Apr 5, 2014 at 7:23 PM, Sascha Hauer wrote: >> On Fri, Apr 04, 2014 at 02:07:42PM +0300, Igor Bezukh wrote: >>> Hi, >>> >>> I would like to know whether Barebox supports one of the following: >>> >>> 1.

Re: RFC: barebox-x86 as a coreboot payload

2014-04-06 Thread Michel Stam
Hello Antony, Interesting idea- I wonder if its difficult given that U-boot is already supported? Personally I have no experience with coreboot, the systems I test on are industrial x86 SBCs with their own BIOS. I suppose it is oossible, maybe we can borrow code from u-boot. Another thing alo

Re: [SOLVED] barebox defconfig not booting on beaglebone black

2014-04-06 Thread Sascha Hauer
On Sat, Apr 05, 2014 at 05:26:24PM -0300, Guido Martínez wrote: > On Fri, Apr 04, 2014 at 04:01:44PM -0300, Guido Martínez wrote: > > $ cp barebox.bin $CARD/barebox.bin > > Apparently I wasn't copying the correct file, so this is not a bug. > > I apologize for the false alarm. Better a false ala

Re: [PATCH 1/5] clk: tegra20: convert to dt-binding defines

2014-04-06 Thread Sascha Hauer
On Sat, Apr 05, 2014 at 01:52:07PM +0200, Lucas Stach wrote: > Allows to make relationship between DT and driver > more explicit and avoids duplication. > > Signed-off-by: Lucas Stach Applied, thanks Sascha > --- > drivers/clk/tegra/clk-tegra20.c | 168 > +++--