[yocto] [meta-raspberrypi][PATCH 2/4] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/bootfiles/rpi-config_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb i

[yocto] [meta-raspberrypi][PATCH 4/4] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index ec9f905..ee330df 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ Contents: 3.L. Enable SPI

[yocto] [meta-raspberrypi][PATCH 3/4] linux-raspberrypi: Make use of serial aliases

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> The firmware will parse cmdline and replace serial aliases with the actual serial console port. Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 delet

[yocto] [meta-raspberrypi][PATCH V2 1/4] firmware.inc: Update firmware to include various serial fixes

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index c1117d6..ab

[yocto] [meta-raspberrypi][PATCH 2/4] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/bootfiles/rpi-config_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb i

[yocto] [meta-raspberrypi][PATCH 3/4] linux-raspberrypi: Make use of serial aliases

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> The firmware will parse cmdline and replace serial aliases with the actual serial console port. Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 delet

[yocto] [meta-raspberrypi][PATCH 4/4] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index ec9f905..ee330df 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ Contents: 3.L. Enable SPI

[yocto] [meta-raspberrypi][PATCH 1/4] firmware.inc: Update firmware to include various serial fixes

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index c1117d6..ab

Re: [yocto] [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 536926b..326b0bd 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ Contents: 3.L. Enable SPI

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
wanted to be able to remove the restriction when the PL011 is chosen on a Pi3, hence the need for a dedicated setting indicating the reason for the frequency limit. On Thu, Apr 21, 2016 at 6:46 PM, Theodor Gherzan <theo...@gherzan.ro> wrote: > Here is a full explination of this: > >

Re: [yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
Here is a full explination of this: On Thu, Apr 21, 2016 at 6:43 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > Hi, > > On Thu, Apr 21, 2016 at 06:32:11PM +0100, Theodor Gherzan wrote: >> From: Theodor Gherzan <theo...@resin.io> >> >> Signed-of

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-config: Add UART enabler

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb i

[yocto] [meta-raspberrypi][PATCH 5/5] README: Document new variable configuration

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- README | 4 1 file changed, 4 insertions(+) diff --git a/README b/README index 536926b..cbc7a92 100644 --- a/README +++ b/README @@ -233,6 +233,10 @@ the modelname sho

[yocto] [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Make use of serial aliases

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> The firmware will parse cmdline and replace serial aliases with the actual serial console port. Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- 1 file changed, 1 insertion(+), 1 delet

[yocto] [meta-raspberrypi][PATCH 2/5] firmware.inc: Update firmware to include various serial fixes

2016-04-21 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/common/firmware.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 2c4f497..ab

[yocto] [meta-raspberrypi][PATCH 1/5] SERIAL_CONSOLE definition split

2016-04-21 Thread Theodor Gherzan
gmail.com> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- conf/machine/include/rpi-base.inc | 2 -- conf/machine/raspberrypi.conf | 2 ++ conf/machine/raspberrypi0.conf| 2 ++ conf/machine/raspberrypi2.conf| 2 ++ conf/machine/raspberrypi3.conf| 2 ++ 5 files cha

Re: [yocto] [meta-raspberrypi][PATCH 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-04-05 Thread Theodor Gherzan
I will have a look. Theodor Gherzan On Tue, Mar 29, 2016 at 11:06 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Fri, Mar 25, 2016 at 11:34:21AM +1100, Jonathan Liu wrote: >> Hi Theodor, >> >> On 10 March 2016 at 01:15, Theodor Gherzan <theo...@gherzan.ro>

[yocto] [meta-raspberrypi][PATCH 6/6] rpi-base.inc: Add rpi3 device tree blob

2016-03-09 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 27f09ad..792150e 10064

[yocto] [meta-raspberrypi][PATCH 3/6] bcm2835-bootfiles: Update LICENCE md5 due to firmware revision update

2016-03-09 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/recipes-bsp/bootfiles/bcm2835-

[yocto] [meta-raspberrypi][PATCH 5/6] raspberrypi3.conf: Create machine configuration for Raspberrypi 3

2016-03-09 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- conf/machine/raspberrypi3.conf | 9 + 1 file changed, 9 insertions(+) create mode 100644 conf/machine/raspberrypi3.conf diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/

[yocto] [meta-raspberrypi][PATCH 2/6] firmware.inc: Update revision to include rpi3 support

2016-03-09 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 020f0ed..2c

[yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update revision to include rpi3 support

2016-03-09 Thread Theodor Gherzan
From: Theodor Gherzan <theo...@resin.io> Signed-off-by: Theodor Gherzan <theo...@resin.io> --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel

[yocto] [meta-rapsberrypi][Patch]

2016-03-09 Thread Theodor Gherzan
Test -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto