On Mon, 20 Sep 2021 06:46:01 +
eugen.hris...@microchip.com eugen.hris...@microchip.com wrote:
...
> Former u-boot-atmel tree is now u-boot-at91, available at :
>
> https://source.denx.de/u-boot/custodians/u-boot-at91
>
> Tom, do you know how can we update the U-boot denx wiki ?
> https://www.
Hi,
On Sat, 2021-09-18 at 10:37 -0600, Simon Glass wrote:
> Hi,
>
> Is there something screwy with this? It seems that denx-vulcan does
> two builds at once?
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/jobs/323540
Hm, I did some changes to the vulcan runner which might have caused
On 11.09.21 21:11, Sean Anderson wrote:
reset_*_bulk expects a real pointer.
Fixes: 4f7abafe1c ("driver: watchdog: reset watchdog in designware_wdt_stop()
function")
Signed-off-by: Sean Anderson
Applied to u-boot-marvell/master
Thanks,
Stefan
---
drivers/watchdog/designware_wdt.c | 10
Hi Tom,
please pull the following watchdog related fix:
- wdt: dw: Fix passing NULL pointer to reset functions (Sean)
Here the Azure build, without any issues:
http
> From: Simon Glass
> Date: Sun, 19 Sep 2021 21:16:00 -0600
>
> Hi Mark,
>
> On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote:
> >
> > The DART is an IOMMU that is used on Apple's M1 SoC. This driver
> > supports the DART in bypass mode as well as in a mode where it
> > creates a 1:1 mapping
JetHub devices uses its own boot sequence with "rescue" button
Signed-off-by: Vyacheslav Bocharov
---
include/configs/jethub.h | 40
1 file changed, 40 insertions(+)
create mode 100644 include/configs/jethub.h
diff --git a/include/configs/jethub.h b/inc
Add support for new home automation devices manufactured by JetHome.
Patches prepared for use with the "ARM: meson: Sync Amlogic DT from Linux 5.14"
patch series by Neil Armstrong
JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller
with the following features:
- DIN R
Fix doc/board/amlogic/index.rst:
- Add S905W to S905X column.
- Add JetHub devices to the corresponding columns.
- Fix tabs to spaces for table alignment
Add doc/board/amlogic files:
- jethub-j100.rst
- jethub-j80.rst
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Neil Armstrong
---
doc/board
Add support for new home automation devices.
JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller
with the following features:
- DIN Rail Mounting case
- Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz
- no video out
- 512Mb/1GB DDR3
- 8/16GB eMMC flash
- 1 x USB
On Sat, Sep 18, 2021 at 4:56 PM Mark Kettenis wrote:
>
> Provide preliminary instructions on how to get U-Boot to run on
> Apple Silicon Macs.
>
> Signed-off-by: Mark Kettenis
> ---
> doc/board/apple/index.rst | 9 +++
> doc/board/apple/m1.rst| 56 +++
> From: Simon Glass
> Date: Sun, 19 Sep 2021 21:15:57 -0600
>
> Hi Mark,
>
> On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote:
> >
> > Add support for Apple's M1 SoC that is used in "Apple Silicon"
> > Macs. This builds a basic U-Boot that can be used as a payload
> > for the m1n1 boot loade
On 8/24/21 4:02 PM, Eugen Hristev wrote:
> CONFIG_SYS_AT91_CPU_NAME looks to be unused.
> Remove it and remove it from config_whitelist.txt
>
> Signed-off-by: Eugen Hristev
> ---
Applied to u-boot-atmel/next
On 8/28/21 4:37 PM, Ramon Fried wrote:
> On Wed, Aug 25, 2021 at 1:28 PM Eugen Hristev
> wrote:
>>
>> AT91EMAC driver is unused, thus removing.
>>
>> Signed-off-by: Eugen Hristev
>> ---
>> 2.25.1
>>
> Reviewd-by: Ramon Fried
>
Applied to u-boot-atmel/next
On 8/25/21 1:27 PM, Eugen Hristev wrote:
> The AT91 RM9200DK board was removed long time ago.
> Remove existing references that were not cleaned up.
>
> Fixes: 1c85752258 ("ARM: remove broken "at91rm9200dk" board")
> Signed-off-by: Eugen Hristev
> ---
Applied to u-boot-atmel/next
On 8/27/21 1:44 PM, Eugen Hristev wrote:
> Add dt-bindings include file for Atmel Flexcom hardware block.
> This file is copied from Linux kernel.
> It is used in devicetrees from Linux.
>
> Signed-off-by: Eugen Hristev
> ---
Applied series to u-boot-atmel/next
On 8/26/21 10:17 AM, Eugen Hristev - M18282 wrote:
> Hello everyone,
>
> I plan to rename the u-boot-atmel tree to u-boot-at91 .
>
> It's been more than 5 years since Atmel is part of Microchip, and the
> name is slowly being changed to reflect the new reality.
>
> It makes more sense to have th
20.09.2021 09:43, Neil Armstrong wrote:
Hi,
On 19/09/2021 17:52, Vyacheslav Bocharov wrote:
Add support for new home automation devices.
While applying I had a few warnings:
+ if (!env_get("serial")) {
+ len = meson_sm_read_efuse(EFUSE_SN_OFFSET, serial,
ERROR: trailin
Hi Simon,
On 19/09/21 03:49PM, Simon Glass wrote:
> Update this code to use IS_ENABLED() instead.
>
> Signed-off-by: Simon Glass
>
> Reviewed-by: Pratyush Yadav
Nitpick: Trailers shouldn't have a blank line between them. I see it for
this patch and 4/5 as well. It probably doesn't matter, bu
On Sat, Sep 18, 2021 at 08:49:48AM +0200, François Ozog wrote:
> Hi Paul
>
> Too posting because I think we also need to address this at a higher level.
>
> i think we discussed this topic quite a while back. I may be wrong but it
> may be Bill Mills who proposed to have an eeprom on the extensio
On Fri, Sep 17, 2021 at 02:18:28PM +0200, Wasim Khan wrote:
> From: Wasim Khan
>
> Increase fdt blob size for lx2160 and lx2162 series
> to fix below errors/warnings during device tree fixup.
>
> Unable to update property /soc/spi@210:status, err=FDT_ERR_NOSPACE
> Unable to update property
On Mon, Aug 30, 2021 at 10:40 AM Adam Ford wrote:
>
> There are three boards from Beacon, RZ/G2 M/N/H which all
> use the same board file, but different device trees.
> Add code to automatically select the proper device tree
> based on the CPU type.
>
> Signed-off-by: Adam Ford
>
Marek,
I was w
Output like the following is quite irritating:
=> bootefi hello
Scanning disk mmc2.blk...
No valid Btrfs found
Bad magic number for SquashFS image.
** Unrecognized filesystem type **
Scanning disk mmc1.blk...
No valid Btrfs found
Bad magic number for SquashFS image.
Dear Simon,
In message <20210919185950.3813952-3-...@chromium.org> you wrote:
> Move this from the README to rST format.
Just a few nitpicks...
> diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst
> new file mode 100644
> index 000..be785a8f717
> --- /dev/null
> +++ b/doc
On Tue, Aug 24, 2021 at 9:10 AM Adam Ford wrote:
>
> The Linux i2c driver supports i2c-scl-rising-time-ns,
> and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values
> for these values.
>
> Update the calculation by fetching them from the device tree if
> present and use the previous values
On 20/09/2021 10:40, Vyacheslav Bocharov wrote:
> JetHub devices uses its own boot sequence with "rescue" button
>
> Signed-off-by: Vyacheslav Bocharov
> ---
> include/configs/jethub.h | 40
> 1 file changed, 40 insertions(+)
> create mode 100644 include
Dear Simon,
In message
<20210919125937.v4.3.If789ba3e2667c46c03eda3386ca84a863baeda55@changeid> you
wrote:
>
...
> +It is also possible to create an environment file with the name
> +`board//env/.env` for your board. If that file is not present
> +then U-Boot will look for `oard//env/common.env`
Dear Simon,
In message
<20210919125937.v4.4.Ie78bfbfca0d01d9cba501e127f446ec48e1f7afe@changeid> you
wrote:
>
> +To add additional text to a variable you can use var+=value. This text is
> +merged into the variable during the make process and made available as a
> +single value to U-Boot.
Explai
On 9/20/21 2:11 PM, Adam Ford wrote:
On Mon, Aug 30, 2021 at 10:40 AM Adam Ford wrote:
There are three boards from Beacon, RZ/G2 M/N/H which all
use the same board file, but different device trees.
Add code to automatically select the proper device tree
based on the CPU type.
Signed-off-by: A
On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following watchdog related fix:
>
Applied to u-boot/master (yes, master, I saw it said next in the subject
but I also saw the emails on the patch), thanks!
--
Tom
signature.asc
Description: PGP signa
Hi Tom,
On 20.09.21 15:05, Tom Rini wrote:
On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote:
Hi Tom,
please pull the following watchdog related fix:
Applied to u-boot/master (yes, master, I saw it said next in the subject
but I also saw the emails on the patch), thanks!
Than
Import usb_phy_interface enum values and DT match strings from the Linux
kernel.
Signed-off-by: Markus Niebel
Signed-off-by: Matthias Schiffer
---
drivers/usb/common/common.c | 3 +++
include/linux/usb/phy.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/drivers/usb/common/common.c
The MXC_EHCI_MODE_ definitions are redundant. Replace MXC_EHCI_MODE_SERIAL
with the equivalent PORT_PTS_SERIAL.
Only the zmx25 platform is affected.
Signed-off-by: Markus Niebel
Signed-off-by: Matthias Schiffer
---
include/configs/zmx25.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Allow using different PHY interfaces for multiple USB controllers. When no
value is set in DT, we fall back to CONFIG_MXC_USB_PORTSC for now to stay
compatible with current board configurations.
This also adds support for the HSIC mode of the i.MX7.
Signed-off-by: Markus Niebel
Signed-off-by: Ma
These definitions are unused, all boards that define portsc flags use
the equivalent PORT_* definitions instead.
Signed-off-by: Markus Niebel
Signed-off-by: Matthias Schiffer
---
include/usb/ehci-ci.h | 11 ---
1 file changed, 11 deletions(-)
diff --git a/include/usb/ehci-ci.h b/includ
From: Wasim Khan
Increase fdt blob size for lx2160 and lx2162 series
to fix below errors/warnings during device tree fixup.
Unable to update property /soc/spi@210:status, err=FDT_ERR_NOSPACE
Unable to update property /soc/spi@211:status, err=FDT_ERR_NOSPACE
Unable to update property /soc
On Mon, Sep 20, 2021 at 03:45:33PM +0200, Wasim Khan wrote:
> From: Wasim Khan
>
> Increase fdt blob size for lx2160 and lx2162 series
> to fix below errors/warnings during device tree fixup.
>
> Unable to update property /soc/spi@210:status, err=FDT_ERR_NOSPACE
> Unable to update property
Hi Harald,
On Mon, 20 Sept 2021 at 02:12, Harald Seiler wrote:
>
> Hi,
>
> On Sat, 2021-09-18 at 10:37 -0600, Simon Glass wrote:
> > Hi,
> >
> > Is there something screwy with this? It seems that denx-vulcan does
> > two builds at once?
> >
> > https://source.denx.de/u-boot/custodians/u-boot-dm/-
On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote:
> The Kconfig feature was added in 2014. Some 7 years later there are still
> quite a few CONFIG options that have not been migrated. It is time to
> close this out.
>
> Add a deadline and a warning for boards to migrate to Kconfig.
>
On Sat, Sep 18, 2021 at 03:27:48AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Fri, 17 Sept 2021 at 11:26, Tom Rini wrote:
> >
> > On Fri, Sep 17, 2021 at 10:19:18AM -0600, Simon Glass wrote:
> > > Hi Mark,
> > >
> > > On Wed, 15 Sept 2021 at 05:52, Mark Kettenis
> > > wrote:
> > > >
> > > > > F
On Sat, Sep 18, 2021 at 12:26:00PM +0200, François Ozog wrote:
> Le sam. 18 sept. 2021 à 12:10, Mark Kettenis a
> écrit :
>
> > > From: Moiz Imtiaz
> > > Date: Sat, 18 Sep 2021 14:47:51 +0500
> > >
> > > >Nice! If you want to write something up extending the >documentation on
> > > >how you mad
On Sat, Sep 18, 2021 at 01:15:07PM +0200, Mark Kettenis wrote:
> > From: Simon Glass
> > Date: Sat, 18 Sep 2021 03:27:48 -0600
> >
> > Hi Tom,
> >
> > On Fri, 17 Sept 2021 at 11:26, Tom Rini wrote:
> > >
> > > On Fri, Sep 17, 2021 at 10:19:18AM -0600, Simon Glass wrote:
> > > > Hi Mark,
> > > >
Hi
On 9/18/21 11:48 AM, Ilias Apalodimas wrote:
> Hi Tom,
>
> On Fri, 17 Sept 2021 at 15:08, Tom Rini wrote:
>>
>> On Fri, Sep 17, 2021 at 11:49:51AM +, T Karthik Reddy wrote:
>>> Hi Tom,
>>>
-Original Message-
From: Tom Rini
Sent: Thursday, August 5, 2021 6:53 PM
>>>
Use dev_ function to read the name and boolean to support a live tree.
Signed-off-by: Patrick Delaunay
---
drivers/remoteproc/rproc-uclass.c | 16 ++--
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/drivers/remoteproc/rproc-uclass.c
b/drivers/remoteproc/rproc-uclass
Use dev_ function to read the sides and colour to support a live tree.
Signed-off-by: Patrick Delaunay
---
drivers/demo/demo-uclass.c | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/drivers/demo/demo-uclass.c b/drivers/demo/demo-uclass.c
index 815f8de645..09f9a47d4d
Le lun. 20 sept. 2021 à 13:32, Daniel Thompson
a écrit :
> On Sat, Sep 18, 2021 at 08:49:48AM +0200, François Ozog wrote:
> > Hi Paul
> >
> > Too posting because I think we also need to address this at a higher
> level.
> >
> > i think we discussed this topic quite a while back. I may be wrong bu
This pmic device is present on the SiFive Unmatched board and this
new driver adds the possibility to reset it.
Signed-off-by: Alexandre Ghiti
---
configs/sifive_unmatched_defconfig | 2 ++
drivers/power/pmic/da9063.c| 49 ++
2 files changed, 51 insertions(+)
Hi Michal,
[...]
> Thanks for explaining. This got me to re-read the existing tests and
> while
> none of it is as clear as I would like, your example here is just as
> clear as the
> rest, so it's fine and I'll pick it up soon.
> >>>
> >>> I see this patch is not yet a
There are three boards from Beacon, RZ/G2 M/N/H which all
use the same board file, but different device trees.
Add code to automatically select the proper device tree
based on the CPU type.
Signed-off-by: Adam Ford
---
board/beacon/beacon-rzg2m/beacon-rzg2m.c | 16
1 file change
The three different boards share the same board file and only differ
in terms of which SoC is being used. By enabling FIT on
TARGET_BEACON_RZG2M, it can support all three boards and elimate
duplicate code.
Signed-off-by: Adam Ford
---
arch/arm/mach-rmobile/Kconfig.64 | 8
configs/r8a7
Now that the three M/N/H variants can be built from one config,
rename the defconfig file to be more generic since it supports multiple
RZ/G2.
Signed-off-by: Adam Ford
---
V2: new to series
configs/{r8a774a1_beacon_defconfig => rzg2_beacon_defconfig} | 0
1 file changed, 0 insertions(+), 0 del
There are a few do-nothing functions that can be removed.
Remove them.
Signed-off-by: Adam Ford
---
board/beacon/beacon-rzg2m/beacon-rzg2m.c | 10 --
configs/r8a774a1_beacon_defconfig| 1 +
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/board/beacon/beacon-rzg2m/
Now that TARGET_BEACON_RZG2M can handle all the work that
was done with TARGET_BEACON_RZG2N and TARGET_BEACON_RZG2H,
remove them since they just create more duplicate code.
Signed-off-by: Adam Ford
---
V2: Rebase.
arch/arm/mach-rmobile/Kconfig.64 | 14 +-
board/beacon/beacon-rzg2m/Kconfig
Both Ethernet and USB drivers get their reference clocks from
the versaclock. Enable that driver and the common clock driver
by default.
Signed-off-by: Adam Ford
---
arch/arm/mach-rmobile/Kconfig.64 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/ar
Use dev_ function to support a live tree.
Signed-off-by: Patrick Delaunay
---
drivers/reboot-mode/reboot-mode-uclass.c | 20 ++--
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/drivers/reboot-mode/reboot-mode-uclass.c
b/drivers/reboot-mode/reboot-mode-uclass.c
i
On Thu, Jun 03, 2021 at 12:40:26PM +0200, Jorge Ramirez-Ortiz wrote:
> Use the more generic reset-gpios property name.
>
> Signed-off-by: Jorge Ramirez-Ortiz
> Acked-by: Michal Simek
> ---
>
> v5: added Acked-by: Michal Simek
>
> .../tpm2/tis-tpm2-spi.txt | 3 ++-
> dri
On Mon, 20 Sept 2021 at 06:15, Heinrich Schuchardt
wrote:
>
> Output like the following is quite irritating:
>
> => bootefi hello
> Scanning disk mmc2.blk...
> No valid Btrfs found
> Bad magic number for SquashFS image.
> ** Unrecognized filesystem type **
> Scanning disk m
Hi Mark,
On Mon, 20 Sept 2021 at 02:33, Mark Kettenis wrote:
>
> > From: Simon Glass
> > Date: Sun, 19 Sep 2021 21:16:00 -0600
> >
> > Hi Mark,
> >
> > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote:
> > >
> > > The DART is an IOMMU that is used on Apple's M1 SoC. This driver
> > > support
Hi Tom,
On Mon, 20 Sept 2021 at 09:20, Tom Rini wrote:
>
> On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote:
>
> > The Kconfig feature was added in 2014. Some 7 years later there are still
> > quite a few CONFIG options that have not been migrated. It is time to
> > close this out.
> >
Hi Mark,
On Mon, 20 Sept 2021 at 02:49, Mark Kettenis wrote:
>
> > From: Simon Glass
> > Date: Sun, 19 Sep 2021 21:15:57 -0600
> >
> > Hi Mark,
> >
> > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis wrote:
> > >
> > > Add support for Apple's M1 SoC that is used in "Apple Silicon"
> > > Macs. Thi
On Mon, 20 Sept 2021 at 09:58, Patrick Delaunay
wrote:
>
> Use dev_ function to read the sides and colour to support a live tree.
>
> Signed-off-by: Patrick Delaunay
> ---
>
> drivers/demo/demo-uclass.c | 9 ++---
> 1 file changed, 2 insertions(+), 7 deletions(-)
>
Reviewed-by: Simon Glass
On Mon, 20 Sept 2021 at 09:56, Patrick Delaunay
wrote:
>
> Use dev_ function to read the name and boolean to support a live tree.
>
> Signed-off-by: Patrick Delaunay
> ---
>
> drivers/remoteproc/rproc-uclass.c | 16 ++--
> 1 file changed, 2 insertions(+), 14 deletions(-)
Reviewed-by
On Mon, 20 Sept 2021 at 10:27, Patrick Delaunay
wrote:
>
> Use dev_ function to support a live tree.
>
> Signed-off-by: Patrick Delaunay
> ---
>
> drivers/reboot-mode/reboot-mode-uclass.c | 20 ++--
> 1 file changed, 6 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass
The DS1307 driver was originally based on the DS1337 driver. However,
the functionality of the clock set/get functions has diverged. In the
original DS1337 driver, the set/get functions did the following:
1) Setting the clock ensured the oscillator was enabled.
2) Getting the clock checked and
Add the PWM on the SAMA5D2.
Signed-off-by: Dan Sneddon
---
arch/arm/dts/sama5d2.dtsi | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 6fb2cb25f9..ba1b69e629 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dt
Add support for the PWM found on SAMA5D2 SoCs.
Dan Sneddon (3):
pwm: Add PWM driver for SAMA5D2
dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2
ARM:dts: sama5d2: Add pwm definition
arch/arm/dts/sama5d2.dtsi | 8 +
doc/device-tree-bindings/pwm/pwm-at91.txt | 16 ++
Add support for the PWM found on the SAMA5D2 family of devices.
Signed-off-by: Dan Sneddon
---
drivers/pwm/Kconfig| 6 ++
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-at91.c | 207 +
3 files changed, 214 insertions(+)
create mode 100644 drivers/p
Document the bindings needed for the PWM device on the SAMA5D2.
Signed-off-by: Dan Sneddon
---
doc/device-tree-bindings/pwm/pwm-at91.txt | 16
1 file changed, 16 insertions(+)
create mode 100644 doc/device-tree-bindings/pwm/pwm-at91.txt
diff --git a/doc/device-tree-bindings/pw
Hello Adam,
On 20.09.21 14:21, Adam Ford wrote:
> On Tue, Aug 24, 2021 at 9:10 AM Adam Ford wrote:
>>
>> The Linux i2c driver supports i2c-scl-rising-time-ns,
>> and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values
>> for these values.
>>
>> Update the calculation by fetching them from
On 9/21/21 6:13 AM, Heiko Schocher wrote:
Hello Adam,
On 20.09.21 14:21, Adam Ford wrote:
On Tue, Aug 24, 2021 at 9:10 AM Adam Ford wrote:
The Linux i2c driver supports i2c-scl-rising-time-ns,
and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values
for these values.
Update the calcul
Hello Samuel,
On 12.09.21 17:21, Samuel Holland wrote:
> The controller may need to have clocks/resets enabled for it to work.
> Add support for this. Since the clocks/resets are optional on some
> platforms (per the device tree binding), do not prevent probing the
> controller if they are missing
70 matches
Mail list logo