Hi, Wolfgang Denk
> -Original Message-
> From: Wolfgang Denk
> Sent: 2019年7月26日 14:34
> To: Chuanhua Han
> Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha
> ; Rajesh Bhagat ;
> Priyanka Jain ; u-boot@lists.denx.de;
> lu...@denx.de; tr...@konsulko.com
> Subject: [EXT] Re: [PATCH v3 2/4]
Hi Heinrich,
On Fri, Jul 26, 2019 at 12:56 PM Heinrich Schuchardt wrote:
>
> Change the UEFI documentation to Sphinx style and integrate it into the
> rest of the Sphinx generated documentation.
>
> Remove the inaccurate TODO list in doc/uefi/uefi.rst.
>
> Signed-off-by: Heinrich Schuchardt
> --
> -Original Message-
> From: Wolfgang Denk
> Sent: 2019年7月26日 14:24
> To: Chuanhua Han
> Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha
> ; Ashish Kumar ;
> Rajesh Bhagat ; u-boot@lists.denx.de
> Subject: [EXT] Re: [U-Boot] [PATCH 1/3] armv8: ls1088aqds: The ls1088aqds
> board suppor
Dear Chuanhua Han,
In message <20190726032729.14381-2-chuanhua@nxp.com> you wrote:
>
> /* Set I2c to Slot 1 */
> - i2c_write(0x77, 0, 0, &a, 1);
> +#ifndef CONFIG_DM_I2C
> + ret = i2c_write(0x77, 0, 0, &a, 1);
> +#else
> + ret = i2c_get_chip_for_busnum(0, 0x77, 1, &udev);
>
Dear Chuanhua Han,
In message
you wrote:
>
> > This is a really long list where you repeat the very same code again and
> > again
> > and again. Would it not make sense to declare a data array (holding pairs
> > of
> > , entries), and then iterrate over the loop? The could
> > would be
>
> -Original Message-
> From: Wolfgang Denk
> Sent: 2019年7月26日 14:26
> To: Chuanhua Han
> Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha
> ; Priyanka Jain ;
> Rajesh Bhagat ; u-boot@lists.denx.de;
> lu...@denx.de; tr...@konsulko.com
> Subject: Re: [EXT] Re: [PATCH v2 4/4] armv8: ls208
Dear Chuanhua Han,
In message
you wrote:
>
> > Is this bisectable? You first enable the feature in the code, and only
> > later add
> > the needed property to the DT? Should it not be reversed?
> This should not matter because they are in the same patch set
You completely miss the point wh
Dear Chuanhua Han,
In message <20190725084400.4035-3-chuanhua@nxp.com> you wrote:
> This patch adds the pcf2127-rtc node under the i2c0->i2c-mux@77->i2c@3
> for ls1088aqds boards.
Same question as with the other patches - does this really bisect?
Best regards,
Wolfgang Denk
--
DENX Softwa
Dear Chuanhua Han,
In message <20190725084400.4035-1-chuanhua@nxp.com> you wrote:
> This patch is updating ls1088aqds board init code to support DM_I2C.
>
> Signed-off-by: Chuanhua Han
> ---
> depends on:
> - http://patchwork.ozlabs.org/project/uboot/list/?series=110856
> - http://p
Change the UEFI documentation to Sphinx style and integrate it into the
rest of the Sphinx generated documentation.
Remove the inaccurate TODO list in doc/uefi/uefi.rst.
Signed-off-by: Heinrich Schuchardt
---
MAINTAINERS| 4 +-
doc/README.iscsi | 170
We should explicitly load DTB from TFTP server or MMC/SD card
for Linux booting. This will allow us:
1. To use different Linux DTB for SiFive Unleashed board with
expansion board connected.
2. Avoid re-flashing OpenSBI firmware whenever board connections
change.
This patch updates reference
From: Anup Patel
This series update SiFive Unleashed clock driver and Cadence MACB driver
so that:
1. It is in sync with upstream Linux driver
2. It uses latest DT bindings as-per upstream Linux driver
With this series, we can now use latest DT bindings with U-Boot. I have
tested SiFive Serial d
Hello Stefan,
Am 25.07.2019 um 15:58 schrieb pm.stefan:
Hello,
currently I try to migrate the friendlyARM U-Boot from
https://github.com/friendlyarm/u-boot (v2016.01, for boards with s5p4418
SOC) to the current (official) U-Boot version.
Now I have some trouble migrating to Video DM. "CONFIG_S
This patch is updating ls2088aqds board init code to support DM_I2C.
Signed-off-by: Chuanhua Han
---
depends on:
- http://patchwork.ozlabs.org/project/uboot/list/?series=118772
- http://patchwork.ozlabs.org/project/uboot/list/?series=117226
Changes in v3:
- Delete somethi
On 7/26/19 4:04 AM, Bin Meng wrote:
These board index.rst files are missing in previous html doc patch
series, hence it causes some build warnings. Add those files.
Reported-by: Heinrich Schuchardt
Signed-off-by: Bin Meng
---
doc/board/AndesTech/index.rst | 10 ++
doc/board/atmel/i
This patch adds the ds3232-rtc node under the i2c0->i2c-mux@77->i2c@0
for ls2088aqds boards.
Signed-off-by: Chuanhua Han
---
depends on:
- http://patchwork.ozlabs.org/project/uboot/list/?series=118772
- http://patchwork.ozlabs.org/project/uboot/list/?series=117226
Changes in v3:
Enable related configs on all ls2088aqds boards to support ds3231
rtc DM function.
Signed-off-by: Chuanhua Han
---
depends on:
- http://patchwork.ozlabs.org/project/uboot/list/?series=118772
- http://patchwork.ozlabs.org/project/uboot/list/?series=117226
Changes in v3:
-
This patch add an implementation of the rtc_enable_32khz_output() that
uses the driver model i2c APIs.
Signed-off-by: Chuanhua Han
---
depends on:
- http://patchwork.ozlabs.org/project/uboot/list/?series=118772
- http://patchwork.ozlabs.org/project/uboot/list/?series=117226
Changes in v3:
Please see my inline rely, thanks a lot!
On 7/25/2019 1:08 PM, Ken Ma wrote:
> I added the optional property name in order that the legacy
> miiphy_get_dev_by_name() could be used with the mdio name.
That works with these patches, miiphy_get_dev_by_name is used, among others, by
mdio command and
On Fri, Jul 26, 2019 at 12:27 AM Joe Hershberger wrote:
>
> On Mon, Jul 22, 2019 at 2:59 AM Anup Patel wrote:
> >
> > We should explicitly load DTB from TFTP server or MMC/SD card
> > for Linux booting. This will allow us:
> > 1. To use different Linux DTB for SiFive Unleashed board with
> >e
These board index.rst files are missing in previous html doc patch
series, hence it causes some build warnings. Add those files.
Reported-by: Heinrich Schuchardt
Signed-off-by: Bin Meng
---
doc/board/AndesTech/index.rst | 10 ++
doc/board/atmel/index.rst | 9 +
doc/board/f
Hi Heinrich,
On Fri, Jul 26, 2019 at 2:32 AM Heinrich Schuchardt wrote:
>
> On 7/18/19 9:33 AM, Bin Meng wrote:
> > At present there is Sphinx doc build system in U-Boot, however the
> > contents are very limited, e.g.: only a few API descriptions like
> > EFI, are included.
> >
> > This series p
Hi Bin,
> -Original Message-
> From: Bin Meng [mailto:bmeng...@gmail.com]
> Sent: Thursday, July 25, 2019 11:44 PM
> To: Park, Aiden
> Cc: Andy Shevchenko ; U-Boot Mailing List b...@lists.denx.de>; Simon Glass
> Subject: Re: [PATCH v5 7/8] board: intel: Add new slimbootloader board
>
>
> On 25.07.2019, at 18:39, Rohan Garg wrote:
>
> Hey
> On Wednesday, 24 July 2019 14:26:44 CEST Kever Yang wrote:
>> Hi Rohan,
>>
>> On 2019/7/24 下午7:09, Rohan Garg wrote:
>>> We should use the shared helpers to setup the necessary parts
>>>
>>> Signed-off-by: Rohan Garg
>>> ---
>>>
>>> ..
On Thu, Jul 25, 2019 at 10:40:45PM +, Vladimir Oltean wrote:
> On 5/15/19 5:58 PM, Tom Rini wrote:
> > On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
> >> Hi Vladimir and Tom,
> >>
> >> On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean
> >> wrote:
> >>>
> >>> On 09.05.2019 02:0
On 5/15/19 5:58 PM, Tom Rini wrote:
> On Fri, May 10, 2019 at 09:50:45PM +, Joe Hershberger wrote:
>> Hi Vladimir and Tom,
>>
>> On Thu, May 9, 2019 at 7:51 AM Vladimir Oltean
>> wrote:
>>>
>>> On 09.05.2019 02:05, Vladimir Oltean wrote:
On 5/9/19 1:55 AM, Tom Rini wrote:
> On Wed, M
On Tue, 23 Jul 2019 04:29:05 +
Joe Hershberger joe.hershber...@ni.com wrote:
...
> > +static struct phy_driver mv88e6071_driver = {
> > + .name = "Marvell MV88E6071",
>
> Is it really just the 6071? What about all the other ones mentioned in
> the Kconfig?
Yes, only 6071 for now. I do
On Tue, 23 Jul 2019 04:26:17 +
Joe Hershberger joe.hershber...@ni.com wrote:
...
> > +config MV88E61XX_88E6020_FAMILY
> > + bool "Marvell MV88E6020 family support."
> > + help
> > + The driver supports 6172/6176/6240/6352 devices in the
> > + default configuration. S
On Tue, 23 Jul 2019 04:05:56 +
Joe Hershberger joe.hershber...@ni.com wrote:
...
> > -#define PORT_REG_STATUS_LINK BIT(11)
> > -#define PORT_REG_STATUS_DUPLEX BIT(10)
> > -
> > #define PORT_REG_STATUS_SPEED_SHIFT8
> > #define PORT_REG_STATUS_SPEED_WIDTH2
>
> Surpr
On Tue, 23 Jul 2019 04:08:23 +
Joe Hershberger joe.hershber...@ni.com wrote:
...
> > -#define DEVADDR_PORT(p)(0x10 + (p))
> > +#define DEVADDR_PORT(p)(priv->port_reg_base + (p))
> >
>
> This is an obtuse macro. It should not reference a local
On Thu, Jul 25, 2019 at 10:14:04PM +0200, Heinrich Schuchardt wrote:
> On 7/25/19 9:17 PM, Tom Rini wrote:
> >On Wed, Jul 24, 2019 at 03:56:21PM -0400, Tom Rini wrote:
> >>On Wed, Jul 24, 2019 at 03:51:14PM -0400, Tom Rini wrote:
> >>
> >>>In order to run our test.py suite on a number of platforms
On Thu, Jul 25, 2019 at 10:29:31PM +0200, Heinrich Schuchardt wrote:
> On 7/25/19 9:57 PM, Tom Rini wrote:
> >On Thu, Jul 25, 2019 at 09:43:10PM +0200, Heinrich Schuchardt wrote:
> >>On 7/24/19 9:51 PM, Tom Rini wrote:
> >>>In order to run our test.py suite on a number of platforms in CI we use
> >
python3-sphinx is needed to build the htmldocs target.
Signed-off-by: Heinrich Schuchardt
---
This patch relates to
https://gitlab.denx.de/u-boot/gitlab-ci-runner
---
Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Dockerfile b/Dockerfile
index 73c1b8b..e8468ce 100644
--- a/Docker
On Thu, 25 Jul 2019 at 21:50, Joe Hershberger wrote:
>
> Hi Vladimir,
>
> https://patchwork.ozlabs.org/patch/1133867/ was applied to
> http://git.denx.de/?p=u-boot/u-boot-net.git
>
> Thanks!
> -Joe
Thanks a lot, Joe!
-Vladimir
___
U-Boot mailing list
On 7/25/19 9:57 PM, Tom Rini wrote:
On Thu, Jul 25, 2019 at 09:43:10PM +0200, Heinrich Schuchardt wrote:
On 7/24/19 9:51 PM, Tom Rini wrote:
In order to run our test.py suite on a number of platforms in CI we use
QEMU. Configure and build a copy here so that all our jobs can rely on
it as our
On 7/25/19 9:17 PM, Tom Rini wrote:
On Wed, Jul 24, 2019 at 03:56:21PM -0400, Tom Rini wrote:
On Wed, Jul 24, 2019 at 03:51:14PM -0400, Tom Rini wrote:
In order to run our test.py suite on a number of platforms in CI we use
QEMU. Configure and build a copy here so that all our jobs can rely o
On Thu, Jul 25, 2019 at 09:43:10PM +0200, Heinrich Schuchardt wrote:
> On 7/24/19 9:51 PM, Tom Rini wrote:
> >In order to run our test.py suite on a number of platforms in CI we use
> >QEMU. Configure and build a copy here so that all our jobs can rely on
> >it as our code is under test and not QE
On 7/24/19 9:51 PM, Tom Rini wrote:
In order to run our test.py suite on a number of platforms in CI we use
QEMU. Configure and build a copy here so that all our jobs can rely on
it as our code is under test and not QEMU.
Signed-off-by: Tom Rini
---
Dockerfile | 8
1 file changed,
On Wed, Jul 24, 2019 at 03:56:21PM -0400, Tom Rini wrote:
> On Wed, Jul 24, 2019 at 03:51:14PM -0400, Tom Rini wrote:
>
> > In order to run our test.py suite on a number of platforms in CI we use
> > QEMU. Configure and build a copy here so that all our jobs can rely on
> > it as our code is unde
On Wed, Jul 24, 2019 at 11:29:47AM -0400, Tom Rini wrote:
> - Add in lzma-alone for current binman tests
> - Update to Ubuntu's xenial-20190720 tag (latest).
>
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signa
On Wed, Jul 24, 2019 at 01:14:56PM -0400, Tom Rini wrote:
> We need pyelftools here to run rather than skip some tests.
>
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Wed, Jul 24, 2019 at 01:03:37PM -0700, Simon Glass wrote:
> Hi Tom,
>
> The following changes since commit ff8c23e784f57a7098e91a200ed7f5a48612b653:
>
> Merge tag 'u-boot-stm32-20190723' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-07-23
> 14:16:21 -0400)
>
> are availabl
On Mon, Jul 22, 2019 at 2:59 AM Anup Patel wrote:
>
> We should explicitly load DTB from TFTP server or MMC/SD card
> for Linux booting. This will allow us:
> 1. To use different Linux DTB for SiFive Unleashed board with
>expansion board connected.
> 2. Avoid re-flashing OpenSBI firmware whene
Hi Emmanuel,
https://patchwork.ozlabs.org/patch/1134275/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Anup,
https://patchwork.ozlabs.org/patch/1136028/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Anup,
https://patchwork.ozlabs.org/patch/1136027/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133862/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Bartosz,
https://patchwork.ozlabs.org/patch/1136121/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133867/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133864/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Ramon,
https://patchwork.ozlabs.org/patch/1132907/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Ramon,
https://patchwork.ozlabs.org/patch/1132906/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133861/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
When generating the Sphinx documentation with command 'make htmldocs' the
U-Boot logo is displayed with a black box as a background.
Remove the black box.
Signed-off-by: Heinrich Schuchardt
---
tools/logos/u-boot_logo.svg | 7 ---
1 file changed, 7 deletions(-)
diff --git a/tools/logos/u-b
Hi Ramon,
https://patchwork.ozlabs.org/patch/1132898/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Ramon,
https://patchwork.ozlabs.org/patch/1132908/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133860/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Simon,
https://patchwork.ozlabs.org/patch/1132238/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133863/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133858/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133859/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Anup,
https://patchwork.ozlabs.org/patch/1136029/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Ramon,
https://patchwork.ozlabs.org/patch/1132905/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1131889/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1126757/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Ramon,
https://patchwork.ozlabs.org/patch/1131743/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Ramon,
https://patchwork.ozlabs.org/patch/1132904/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1126759/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1132514/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Vladimir,
https://patchwork.ozlabs.org/patch/1133865/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1132515/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1126769/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1126755/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1126756/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Alex,
https://patchwork.ozlabs.org/patch/1126768/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Tom,
These changes passed Travis-CI here:
https://travis-ci.org/jhershbe/u-boot/builds/562815175
The following changes since commit a9aa4c5700c68c070d63a391b51ea8d341b6e8a6:
Merge branch '2019-07-24-master-imports' (2019-07-24 14:15:51 -0400)
are available in the git repository at:
git
Hello,
currently I try to migrate the friendlyARM U-Boot from
https://github.com/friendlyarm/u-boot (v2016.01, for boards with s5p4418
SOC) to the current (official) U-Boot version.
Now I have some trouble migrating to Video DM. "CONFIG_SPLASH_SCREEN" is
used and therefore an appropriate screen
On 7/18/19 9:33 AM, Bin Meng wrote:
At present there is Sphinx doc build system in U-Boot, however the
contents are very limited, e.g.: only a few API descriptions like
EFI, are included.
This series proposes an initial Sphinx doc layout for future extension,
by converting some of the plain text
On Thu, Jul 25, 2019 at 4:17 PM Sam Protsenko
wrote:
>
> It is essential to have an access to BCB area of 'misc' partition on
> Android devices [1]. For BeagleBoard X15 the 'bcb' command will be
> further used for reboot reason implementation and booting to recovery.
> It can be also used for debu
We are going to implement DTBO partition for BeagleBoard X15 further. To
support this, 'dtimg' command must be enabled.
Signed-off-by: Sam Protsenko
---
Changes in v2:
- Handle HS defconfigs
configs/am57xx_evm_defconfig| 1 +
configs/am57xx_hs_evm_defconfig | 1 +
configs/am57xx_h
It is essential to have an access to BCB area of 'misc' partition on
Android devices [1]. For BeagleBoard X15 the 'bcb' command will be
further used for reboot reason implementation and booting to recovery.
It can be also used for debugging reasons, like checking RescueParty
messages in BCB area.
On 7/25/19 1:11 PM, Sam Protsenko wrote:
> "fastboot flashall" expects "fastboot getvar product" value to be one of
> values provided in android-info.txt file (in AOSP), from "require
> board=" list. Before this patch, "am57xx" is returned for all AM57xx
> based boards, as it's set in $board env va
On Thu, Jul 25, 2019 at 7:28 PM Sam Protsenko
wrote:
>
> On Thu, Jul 25, 2019 at 6:03 PM Andrew F. Davis wrote:
> >
> > On 7/25/19 10:43 AM, Sam Protsenko wrote:
> > > On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote:
> > >>
> > >> On 7/25/19 9:22 AM, Sam Protsenko wrote:
> > >>> "fastboot
"fastboot flashall" expects "fastboot getvar product" value to be one of
values provided in android-info.txt file (in AOSP), from "require
board=" list. Before this patch, "am57xx" is returned for all AM57xx
based boards, as it's set in $board env var from SYS_BOARD in
board/ti/am57xx/Kconfig file,
Hey
On Wednesday, 24 July 2019 14:26:44 CEST Kever Yang wrote:
> Hi Rohan,
>
> On 2019/7/24 下午7:09, Rohan Garg wrote:
> > We should use the shared helpers to setup the necessary parts
> >
> > Signed-off-by: Rohan Garg
> > ---
> >
> > .../puma_rk3399/puma-rk3399.c | 108 +++
On Thu, Jul 25, 2019 at 6:03 PM Andrew F. Davis wrote:
>
> On 7/25/19 10:43 AM, Sam Protsenko wrote:
> > On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote:
> >>
> >> On 7/25/19 9:22 AM, Sam Protsenko wrote:
> >>> "fastboot flashall" expects "fastboot getvar product" to be
> >>> "beagle_x15boa
Hi Matthias,
On Thu, 25 Jul 2019 at 03:44, Matthias Brugger wrote:
>
> Hi all,
>
> I realized that we have a bug in libfdt. This got fixes by upstream commit
> [1]:
> aa7254d ("libfdt: return correct value if #size-cells property is not
> present")
>
> which was added to the Linux kernel with c
On 7/25/19 3:27 PM, Sam Protsenko wrote:
> Hi Marek, Lukasz,
>
> On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski wrote:
>>
>> Dear Marek,
>>
>> Repo: g...@gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
>> Branch: master
>>
>> The following changes since commit
>> 0de815356474912ef5bef9a69f0327a
On Thu, Jul 25, 2019 at 04:33:21PM +0300, Sam Protsenko wrote:
> Hi Simon,
>
> On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote:
> >
> > Hi,
> >
> > On Tue, 2 Jul 2019 at 12:18, Sam Protsenko
> > wrote:
> > >
> > > Signed-off-by: Sam Protsenko
> > > ---
> > > test/py/tests/{ => test_android}/
On 7/25/19 10:43 AM, Sam Protsenko wrote:
> On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote:
>>
>> On 7/25/19 9:22 AM, Sam Protsenko wrote:
>>> "fastboot flashall" expects "fastboot getvar product" to be
>>> "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board
>>> env var
On Wed, Jul 24, 2019 at 1:13 PM Bin Meng wrote:
>
> Hi Aiden,
>
> On Wed, Jul 24, 2019 at 11:18 AM Park, Aiden wrote:
> >
> > Hi Andy,
> >
> > > -Original Message-
> > > From: Andy Shevchenko [mailto:andy.shevche...@gmail.com]
> > > Sent: Tuesday, July 23, 2019 5:27 AM
> > > To: Bin Meng
On Thu, Jul 25, 2019 at 5:05 PM Andrew F. Davis wrote:
>
> On 7/25/19 9:22 AM, Sam Protsenko wrote:
> > "fastboot flashall" expects "fastboot getvar product" to be
> > "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board
> > env var from SYS_BOARD in board/ti/am57xx/Kconfig file
On 7/25/19 9:22 AM, Sam Protsenko wrote:
> "fastboot flashall" expects "fastboot getvar product" to be
> "beagle_x15board". Instead, "am57xx" is returned, as it's set in $board
> env var from SYS_BOARD in board/ti/am57xx/Kconfig file.
>
> Override fastboot product variable and set it to correct va
Hi Simon,
On Sat, Jul 6, 2019 at 7:53 PM Simon Glass wrote:
>
> Hi,
>
> On Tue, 2 Jul 2019 at 12:18, Sam Protsenko wrote:
> >
> > Signed-off-by: Sam Protsenko
> > ---
> > test/py/tests/{ => test_android}/test_avb.py | 0
> > 1 file changed, 0 insertions(+), 0 deletions(-)
> > rename test/py/t
Hi Marek, Lukasz,
On Mon, Jul 22, 2019 at 7:17 PM Lukasz Majewski wrote:
>
> Dear Marek,
>
> Repo: g...@gitlab.denx.de:u-boot/custodians/u-boot-dfu.git
> Branch: master
>
> The following changes since commit
> 0de815356474912ef5bef9a69f0327a5a93bb2c2:
>
> Merge branch '2019-07-17-master-import
Hi Tom,
Please pull this PR.
Changes for v2:
- include MediaTek MT7629 spi driver patches
Summary:
- fix for fsl_qspi read timeout (Thomas)
- spi-mem read data size fix (Ye Li)
- SiFive SPI driver, mmc_spi flags (Bhargav, Anup)
- Micron spi-nor parts (Ashish)
- MT7629 spi-mem driver(Weijie)
The
"fastboot flashall" expects "fastboot getvar product" to be
"beagle_x15board". Instead, "am57xx" is returned, as it's set in $board
env var from SYS_BOARD in board/ti/am57xx/Kconfig file.
Override fastboot product variable and set it to correct value, to fix
"fastboot flashall".
Signed-off-by: Sa
From: Igor Opaniuk
Move dcu-related code to fsl_dcu_probe_common, keep in video_hw_init()
only legacy video stack (filling GraphicPanel struct etc.).
Add wrappers for all init functions, that will let to provide
struct fb_info as an additional param (needed for further moving it from
the global
On Fri, Jul 12, 2019 at 8:35 PM Sam Protsenko
wrote:
>
> In case of Android boot, reboot reason can be written into BCB (usually
> it's an area in 'misc' partition). U-Boot then can obtain that reboot
> reason from BCB and handle it accordingly to achieve correct Android
> boot flow, like it was s
In case of Android boot, reboot reason can be written into BCB (usually
it's an area in 'misc' partition). U-Boot then can obtain that reboot
reason from BCB and handle it accordingly to achieve correct Android
boot flow, like it was suggested in [1]:
- if it's empty: perform normal Android boot
1 - 100 of 136 matches
Mail list logo