Nitin,
Do you know if Freescale is intended to provide i.MX6 HAB support for
Barebox ( U-Boot V2) ?
BR,
Igor
-- Forwarded message --
From: Igor Bezukh
Date: Sun, Apr 6, 2014 at 10:40 AM
Subject: Re: [U-Boot] [Question] i.MX6 HIgh Assurance Boot (Secure
Boot) support in U-Boot v
Hello all,
There are four merge conflicts currently between ARM and mainline.
I have created a 'merged' branch on the ARM repository with what I
think the resolutions should be. Some are trivial, others, less.
Could commit authors and/or custodians (CC:ed) please confirm or
indicate correct reso
On Tue, 8 Apr 2014 10:46:24 +0300, Igor Bezukh
wrote:
> Barebox ( U-Boot V2)
Did I miss a news item? :)
Amicalement,
--
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Albert,
>
> include/configs/trats.h:
> - commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
> - note: I manually removed CONFIG_EFI_PARTITION and
> CONFIG_PARTITION_UUIDS which are already defined in
> include/configs/exynos4-dt.h
>
I can confirm that Albert's
Hi u-boot community,
I am trying to port u-boot (release u-boot-2014.04-rc3.tar.bz2) to
FreeBSD on BeagleBone Black.
In FreeBSD, there is a u-boot loader (named ubldr), which can call
u-boot API to get fdt (Flat Device Tree) data.
I have to comment out below 3 lines, in order to get correct
Hi Albert,
include/configs/trats2.h:
- commits 4d6c9671 (Piotr) and aafd2c5d (Przemyslaw)
include/configs/trats.h:
- commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
- note: I manually removed CONFIG_EFI_PARTITION and
CONFIG_PARTITION_UUIDS which
Hi Albert,
On Apr 8, 2014, at 10:49 AM, Albert ARIBAUD wrote:
> Hello all,
>
> There are four merge conflicts currently between ARM and mainline.
>
> I have created a 'merged' branch on the ARM repository with what I
> think the resolutions should be. Some are trivial, others, less.
>
> Could
On Tuesday, April 08, 2014 at 09:49:17 AM, Albert ARIBAUD wrote:
> Hello all,
>
> There are four merge conflicts currently between ARM and mainline.
>
> I have created a 'merged' branch on the ARM repository with what I
> think the resolutions should be. Some are trivial, others, less.
>
> Could
Hi Igor,
On 04/04/2014 13:26, Igor Bezukh wrote:
> Hi,
>
> I would like to know if i.MX6 High Assurance Boot feature is supported
> by U-Boot versions 2013 or higher?
>
Support for HAB was added to mkimage some times ago. mkimage can fill
the CSF fields in the i.MX header structure, setting the
Dear Mario,
In message <20140407165243.3b074380...@gemini.denx.de> I wrote:
>
> As is, this cannot be changed. The TFTP port number is hard wired
> in the code - see "net/tftp.c":
>
> ...
> 18 /* Well known TFTP port # */
> 19 #define WELL_KNOWN_PORT 69
> ...
Actually this is not correct. T
Hello Stefano
Stefano Babic 07.04.14 18.07 Uhr >>>
>Hi Frank,
>
>On 07/04/2014 15:49, Frank Ihle wrote:
>> Hi U-Boot,
>>
>> you recently gave me the hint about the Falcon Mode for my Fast
>> Booting investigations. But I think might got it wrong, could
>> somebody correct me if so?:
>>
>>
Hi Frank,
please do not drop the ML from your replies, thanks.
On 08/04/2014 12:44, Frank Ihle wrote:
> Hello Stefano
>
>
> Stefano Babic 07.04.14 18.07 Uhr >>>
>>Hi Frank,
>>
>>On 07/04/2014 15:49, Frank Ihle wrote:
>>> Hi U-Boot,
>>>
>>> you recently gave me the hint about the Falcon Mod
Hi Albert,
On 04/08/2014 09:49 AM, Albert ARIBAUD wrote:
Hello all,
There are four merge conflicts currently between ARM and mainline.
I have created a 'merged' branch on the ARM repository with what I
think the resolutions should be. Some are trivial, others, less.
Could commit authors and/o
Hi Tom,
The following changes since commit
04d2f0a9f33112bd70ce4d9c451fdca1682e3a59:
Revert "Start the deprecation process for generic board" (2014-04-04
10:09:19 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 519fdde9e6a
Dear Tom,
In message <20140407195731.GL23803@bill-the-cat> you wrote:
>
> Maybe, maybe not. But it's beside the point. The point is we have SoC
> init code that needs to be run once. Sometimes this is true when
> CONFIG_SPL_BUILD=y, sometimes this is true when other options are set
> instead.
Dear Nobuhiro,
In message
you wrote:
>
> > Please explain why you would want to do this. To me it makes no
> > sense. Either U-Boot knows the correct memory size, then it should
> > pass it to Linux. Or it does not, then U-Boot should be fixed.
>
> For example, I can access the memory of al
SPL linker has fix location of bootpg and reset vector with respect to text
base.
It is not necessary to have fixed locations.
Avoid such hardcoding.
Signed-off-by: Prabhakar Kushwaha
---
Changes for v2: Sending as it is
arch/powerpc/cpu/mpc85xx/u-boot-spl.lds |7 ++-
1 file changed,
Signed-off-by: Prabhakar Kushwaha
---
Add support of 2 stage boot loader in cornet platforms using SPL framework.
B4860QDS: NAND boot
T1040RDB: NAND, SD, SPI boot
T1042RDB_PI: NAND, SD, SPI boot
In current secenrio size of u-boot can become >=512KB. So This patch set will
be
helpful for those
LAW_EN is only defined if CONFIG_SYS_CCSRBAR_DEFAULT is not equal to
CONFIG_SYS_CCSRBAR_PHYS. in SPL framework CCSRBAR is not relocated hence
both are same. This cause compilation error.
So LAW_EN define outside of configs
Signed-off-by: Prabhakar Kushwaha
---
Changes for v2: Sending as it is
nand_spl_load_image() can also be used for non TPL framework.
Signed-off-by: Prabhakar Kushwaha
---
Changes for v2:
- Made nand_spl_load_image as default declaration
drivers/mtd/nand/fsl_ifc_spl.c | 13 -
1 file changed, 13 deletions(-)
diff --git a/drivers/mtd/nand/fsl_if
Current SPL code base has BSS section placed after reset_vector. This means
they have to relocate to use the global variables. This put an implicit
requirement of having SPL size = Memory/2.
To avoid relocation:
- Move bss_section within SPL range
- Modify relocate_code()
Signed-o
SPI driver perform its operation(read/write) on 64KB buffer chunk for data
greater than 64KB. This buffer chunk is allocated from system heap.
During SPL boot, 768KB of data is read from SPI flash.
Here, heap size may not be sufficient enough to full-fill 64KB buffer
requirement of SPI driver. So
Before parsing LAW table i.e. init_law, boot loader should disable all
previous LAWs except DDR LAWs which has been created by previous
pre boot loader during DDR initialization.
Signed-off-by: Prabhakar Kushwaha
---
Changes for v2: Sending as it is
arch/powerpc/cpu/mpc8xxx/law.c | 43 +++
Objective of this target to have concatenate binary having
- SPL binary in PBL command format
- U-boot binary
Signed-off-by: Prabhakar Kushwaha
---
Changes for v2:
- rename CONFIG_RAMBOOT_PBLSPL to CONFIG_SPL_FSL_PBL
Makefile | 19 +++
README |4
2 files change
Add support of loading image, binary for MMC and SPI during SPL boot.
Signed-off-by: Prabhakar Kushwaha
---
Changes for v2: new patch
drivers/mmc/fsl_esdhc_spl.c| 26 ++
drivers/mtd/spi/fsl_espi_spl.c | 14 ++
include/fsl_esdhc.h|1 +
Add support of 2 stage NAND, SD, SPI boot loader using SPL framework.
here, PBL initialise the internal SRAM and copy SPL(160KB). This further
initialise DDR using SPD and environment and copy u-boot(768 KB) from NAND to
DDR.
Finally SPL transer control to u-boot.
Initialise/create followings req
Add support of 2 stage NAND boot loader using SPL framework.
here, PBL initialise the internal SRAM and copy SPL(160KB). This further
initialise DDR using SPD and environment and copy u-boot(768 KB) from NAND to
DDR.
Finally SPL transer control to u-boot.
Initialise/create followings required for
On Mon, Apr 7, 2014 at 9:29 AM, Tom Rini wrote:
> On Thu, Apr 03, 2014 at 06:19:25PM -0500, Nishanth Menon wrote:
>
>> Boot from zImage and fdt_file if uImage is not available to maintain
>> the legacy behavior.
> [snip]
>> #define CONFIG_EXTRA_ENV_SETTINGS \
>> "loadaddr=0x8200\0" \
>>
ti_omap3_common contains a lot of common header definitions that help
reduce the size of the zoom1 config file. So, use the generic header
and customize as needed for the platform (example: no spl).
Signed-off-by: Nishanth Menon
---
board/logicpd/zoom1/config.mk |1 -
include/configs/omap3_z
zoom1 uses LAN9211 configured over GPMC Chip Select 1.
Signed-off-by: Nishanth Menon
---
board/logicpd/zoom1/zoom1.c | 18 ++
board/logicpd/zoom1/zoom1.h | 19 +--
2 files changed, 31 insertions(+), 6 deletions(-)
diff --git a/board/logicpd/zoom1/zoom1.c b/bo
Boot from zImage and fdt_file if uImage is not available to maintain
the legacy behavior.
Signed-off-by: Nishanth Menon
---
include/configs/omap3_zoom1.h | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1
CONFIG_SYS_GENERIC_BOARD should now be enabled for generic
functionality Further information in doc/README.generic-board
Signed-off-by: Nishanth Menon
---
include/configs/omap3_zoom1.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zo
Basic networking commands for usability.
Signed-off-by: Nishanth Menon
---
include/configs/omap3_zoom1.h |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index 4a4dfd9..4fb3628 100644
--- a/include/configs/oma
This is more in line with commits
664979a2a9f764b63b8094458b87247d254b0cc1(omap3_beagle: remove JFFS2
support.) and 102ce9ea7afdda80fe25aa786975e1722196bdb9 (omap3_beagle:
enable CMD_FS_GENERIC and simplify load of image/ramdisk)
CMD_FS_GENERIC allows us to simplify where we load up our image from
Zoom1 was wrongly setup for LAN91C96. Fix it by enabling
LAN9211.
Signed-off-by: Nishanth Menon
---
board/logicpd/zoom1/zoom1.c | 20 ++--
include/configs/omap3_zoom1.h | 10 +-
2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/board/logicpd/zoom1/zoom
We do not use ttyS2 anymore in Linux, it changed to ttyO2 a few years
back. never too late to update.
Signed-off-by: Nishanth Menon
---
include/configs/omap3_zoom1.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1
V1: http://lists.denx.de/pipermail/u-boot/2014-April/176867.html
changes since v1:
- use ti_omap3_common config header
- fix typo in commit message
- drop fdt_high
test log: http://hastebin.com/moqewevulu.xml
Nishanth Menon (8):
omap3: zoom1: enable CONFIG_SYS_GEN
On Mon, Apr 7, 2014 at 9:25 AM, Tom Rini wrote:
> On Thu, Apr 03, 2014 at 06:19:19PM -0500, Nishanth Menon wrote:
>
>> A series of patches to add in ethernet and bootz support.
>>
>> baseline: v2014.04-rc3
>>
>>
>> Nishanth Menon (7):
>> omap3: zoom1: enable CONFIG_SYS_GENERIC_BOARD
>> OMAP3:
On Mon, 2014-04-07 at 15:16 +0800, Xuebing Wang wrote:
> Hi u-boot community,
>
> I am trying to port u-boot (release u-boot-2014.04-rc3.tar.bz2) to
> FreeBSD on BeagleBone Black.
>
> In FreeBSD, there is a u-boot loader (named ubldr), which can call
> u-boot API to get fdt (Flat Device Tree) d
On Tue, Apr 08, 2014 at 11:13:04AM +0800, Xuebing Wang wrote:
> Hi,
>
> My board has one Ethernet, one USB Host and one USB Slave.
>
> Command bdinfo shows below:
>
> eth0name= cpsw
> ethaddr = 90:59:af:54:1a:28
> eth1name= usb_ether
> eth1addr= 90:59:af:54:1a:2a
> current eth =
On Tue, Apr 08, 2014 at 03:05:36PM +0200, Wolfgang Denk wrote:
> Dear Nobuhiro,
>
> In message
> you
> wrote:
> >
> > > Please explain why you would want to do this. To me it makes no
> > > sense. Either U-Boot knows the correct memory size, then it should
> > > pass it to Linux. Or it does
On Tue, Apr 08, 2014 at 09:35:29AM -0500, Nishanth Menon wrote:
> On Mon, Apr 7, 2014 at 9:29 AM, Tom Rini wrote:
> > On Thu, Apr 03, 2014 at 06:19:25PM -0500, Nishanth Menon wrote:
> >
> >> Boot from zImage and fdt_file if uImage is not available to maintain
> >> the legacy behavior.
> > [snip]
>
On Tue, Apr 8, 2014 at 11:22 AM, Tom Rini wrote:
> On Tue, Apr 08, 2014 at 09:35:29AM -0500, Nishanth Menon wrote:
>> On Mon, Apr 7, 2014 at 9:29 AM, Tom Rini wrote:
>> > On Thu, Apr 03, 2014 at 06:19:25PM -0500, Nishanth Menon wrote:
>> >
>> >> Boot from zImage and fdt_file if uImage is not avai
On Tue, Apr 08, 2014 at 01:40:10PM +0200, Albert ARIBAUD wrote:
> Hi Tom,
>
> The following changes since commit
> 04d2f0a9f33112bd70ce4d9c451fdca1682e3a59:
>
> Revert "Start the deprecation process for generic board" (2014-04-04
> 10:09:19 -0400)
>
> are available in the git repository at:
Hello Tom,
> Note that ARM provides arch_fixup_memory_node to make sure we have all
> of the bank information populated and then calls fdt_fixup_memory_banks,
> while PowerPC just calls fdt_fixup_memory which calls banks with a '1'
> for number of banks. MIPS (and everyone else) isn't doing anyth
On Tue, Apr 08, 2014 at 03:02:44PM +0200, Wolfgang Denk wrote:
> Dear Tom,
>
> In message <20140407195731.GL23803@bill-the-cat> you wrote:
> >
> > Maybe, maybe not. But it's beside the point. The point is we have SoC
> > init code that needs to be run once. Sometimes this is true when
> > CONF
Hi Tom,
On Tue, 8 Apr 2014 14:00:29 -0400, Tom Rini wrote:
> Maybe talking about this in patches will be clearer.
To us people, possibly. To Patchwork, possibly not. :)
http://patchwork.ozlabs.org/patch/337713/
Amicalement,
--
Albert.
___
U-Boot ma
Dear Daniel,
In message <1396908893-12011-1-git-send-email-daniel.schwierz...@gmail.com> you
wrote:
> This is required to switch MIPS platform to generic board.
>
> Cc: Wolfgang Denk
> Signed-off-by: Daniel Schwierzeck
> ---
> Wolfgang, I would rather remove this board. It is obviously dead an
Hi,
I'm running a PowerPC board that uses U-Boot and I get into this loop (see
terminal output below).
It doesn't matter how I get into this loop. What I really care about is how to
break out of it without manually resetting the board.
Is there a way to break out of this loop and reset the syste
Hi Daniel,
On 28 March 2014 14:46, Daniel Schwierzeck wrote:
> Add an option to specify the output directory to override the
> default path '../'. This is useful for building in a ramdisk.
>
> Signed-off-by: Daniel Schwierzeck
> Cc: Simon Glass
> ---
> tools/buildman/buildman.py | 2 ++
> tool
Dear Tom,
In message <20140408180029.GR23803@bill-the-cat> you wrote:
>
> Maybe talking about this in patches will be clearer. If instead of
> adding a new CONFIG option, I use CONFIG_SKIP_LOWLEVEL_INIT like this!
I like this, too :-)
> Pasting it out, I like using CONFIG_SKIP_LOWLEVEL_INIT mo
2014-04-08 21:35 GMT+02:00 Simon Glass :
> Hi Daniel,
>
> On 28 March 2014 14:46, Daniel Schwierzeck
> wrote:
>>
>> Add an option to specify the output directory to override the
>> default path '../'. This is useful for building in a ramdisk.
>>
>> Signed-off-by: Daniel Schwierzeck
>> Cc: Simon G
2014-04-08 21:39 GMT+02:00 Wolfgang Denk :
> Dear Daniel,
>
> In message <1396908893-12011-1-git-send-email-daniel.schwierz...@gmail.com>
> you wrote:
>> This is required to switch MIPS platform to generic board.
>>
>> Cc: Wolfgang Denk
>> Signed-off-by: Daniel Schwierzeck
>> ---
>> Wolfgang, I
Hi,
While merging v2014.04-rc3 into our sunxi u-boot branch, I hit a problem
where mmc would no longer work in the SPL.
The problem is that the new mmc_create call forces use of HEAP memory,
while in the SPL there may be no HEAP.
For now I've created a small 2048 bytes HEAP in our SPL, but if p
Hi Mario,
You need to define CONFIG_TFTP_PORT in your board config file. Then
you can use the env-vars "tftpdstp" and "tftpsrcp" for source/destination
TFTP ports. You can check the source code at:
net/tftp.c:798
Kind regards,
Nikolay
On 4/8/2014 1:00 PM, u-boot-requ...@lists.denx.de wrote:
On Mon, 2014-04-07 at 12:10 +0530, Prabhakar Kushwaha wrote:
> On 4/5/2014 5:21 AM, Scott Wood wrote:
> > That doesn't really answer my question of how it gets initialized for
> > NOR flash. What line in what file does the initialization? It looks
> > like the answer is env_init() -- so it doesn'
On Wed, Apr 09, 2014 at 12:05:04AM +0200, Hans de Goede wrote:
> Hi,
>
> While merging v2014.04-rc3 into our sunxi u-boot branch, I hit a problem
> where mmc would no longer work in the SPL.
>
> The problem is that the new mmc_create call forces use of HEAP memory,
> while in the SPL there may b
Signed-off-by: Nobuhiro Iwamatsu
---
arch/arm/include/asm/arch-rmobile/rcar-base.h | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h
b/arch/arm/include/asm/arch-rmobile/rcar-base.h
index 4331d31..41240f3 100644
--- a/arch/arm/include/asm/ar
Because do not need these feature to koelsch board, this delete it.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/koelsch.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index 2e81d29..ad6eecd 100644
--- a/include/configs/koelsc
The define of SCIF register was already defined in rcar-base.h.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/koelsch.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index 1a93d17..2e81d29 100644
--- a/include/configs/koelsch.h
++
This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization
of thumb.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/koelsch.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index ad6eecd..8cee73b 100644
--- a/inclu
Because do not need these feature to lager board, this delete it.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/lager.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 085fa77..3bc494f 100644
--- a/include/configs/lager.h
+++ b/
Fix typo from __ASM_R8A7791_H__ to __ASM_R8A7791_GPIO_H__.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h
b/arch/arm/include/asm/arch
This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization
of thumb.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/lager.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 3bc494f..80c9001 100644
--- a/include/con
The define of SCIF register was already defined in rcar-base.h.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/lager.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/lager.h b/include/configs/lager.h
index ac31128..085fa77 100644
--- a/include/configs/lager.h
+++ b/incl
Fix typo from __ASM_R8A7790_H__ to __ASM_R8A7790_GPIO_H__.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
b/arch/arm/include/asm/arch
Thanks a lot.
BTW, how about other patches?
I saw there are patches conflict with mine now.
Regards & Thanks
-- Haijun
On 04/02/2014 06:27 PM, Pantelis Antoniou wrote:
Hi Haijun,
The patch looks good but it doesn't apply after the mmc changes I've made
I've reworked and applied it;
On Mar
Hi Albert,
> Applied to u-boot-arm/master, thanks!
BTW, you failed to rephrase the commit message.
Anyway it's too late and OK for me.
> -- 8< --
> For building u-boot on ARM the CROSS_COMPILE environment variable, when
> not defined, was set to default value (prefix arm-linux-).
>
> Since not
Hi Stefano,
On Mon, 31 Mar 2014 09:50:36 +0200
Stefano Babic wrote:
> Signed-off-by: Stefano Babic
> CC: Fabio Estevam
>
> ---
>
> Changes in v2:
> - Use the same dts name as in kernel: imx6q-sabreauto.dts (Fabio Estevam,
> Lars Steubesand)
>
> arch/arm/dts/Makefile|1 +
>
Hi Andreas,
On Mon, 07 Apr 2014 11:35:07 +0200
"Andreas Biesmann" wrote:
> and also to the list ... sorry for the noise
>
> On 04/07/2014 11:27 AM, Andreas Biesmann wrote:
> > Hi Masahiro,
> >
> > a late bug report ;) changing my board config file will not regenerate
> > the spl/u-boot-spl.ld
Hi Nobuhiro, Tom,
> diff --git a/arch/arm/lib/bootm-fdt.c b/arch/arm/lib/bootm-fdt.c
> index e40691d..8da9dac 100644
> --- a/arch/arm/lib/bootm-fdt.c
> +++ b/arch/arm/lib/bootm-fdt.c
> @@ -18,6 +18,7 @@
> #include
> #include
>
> +#ifndef CONFIG_FDT_IGNORE_FIXUP_MEMORY_NODE
> DECLARE_GLOBAL
Hi Masahiro,
On 04/09/2014 04:27 AM, Masahiro Yamada wrote:
> On Mon, 07 Apr 2014 11:35:07 +0200
> "Andreas Biesmann" wrote:
>
>> and also to the list ... sorry for the noise
>>
>> On 04/07/2014 11:27 AM, Andreas Biesmann wrote:
>>> Hi Masahiro,
>>>
>>> a late bug report ;) changing my board con
Hi Masahiro,
On 09/04/2014 04:19, Masahiro Yamada wrote:
>> --- /dev/null
>> +++ b/arch/arm/dts/imx6q-sabreauto.dts
>> @@ -0,0 +1,13 @@
>> +/*
>> ++ * Copyright 2012 Freescale Semiconductor, Inc.
>> ++ * Copyright 2011 Linaro Ltd.
>> ++ *
>> ++ * SPDX-License-Identifier: GPL-2
73 matches
Mail list logo