All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Please pull u-boot-coldfire/master
@ 2023-04-16 20:55 Angelo Dureghello
  2023-04-17 14:46 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Dureghello @ 2023-04-16 20:55 UTC (permalink / raw)
  To: u-boot, Tom Rini, alison.wang; +Cc: Marek Vasut

The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:

   Merge branch 'master' of 
https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 
10:50:55 -0400)

are available in the Git repository at:

   git://git.denx.de/u-boot-coldfire.git master

for you to fetch changes up to ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e:

   configs: m68k: Use default shell prompt (2023-04-16 21:43:28 +0200)

----------------------------------------------------------------
Marek Vasut (6):
       arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR
       arch: m68k: Introduce trivial PIT based timer
       arch: m68k: Add QEMU specific RAMBAR workaround
       CI: Add m68k target
       travis-ci: Add m68k M5208EVBE machine
       configs: m68k: Use default shell prompt

  .azure-pipelines.yml                           |  5 +++++
  .gitlab-ci.yml                                 |  8 ++++++++
  arch/m68k/Kconfig                              | 10 ++++++++++
  arch/m68k/cpu/mcf523x/interrupts.c             |  2 +-
  arch/m68k/cpu/mcf52x2/interrupts.c             | 12 ++++++------
  arch/m68k/cpu/mcf52x2/start.S                  |  4 ++--
  arch/m68k/cpu/mcf532x/interrupts.c             |  2 +-
  arch/m68k/cpu/mcf5445x/interrupts.c            |  2 +-
  arch/m68k/include/asm/immap.h                  | 48 
++++++++++++++++++++++++++++++++++++------------
  arch/m68k/lib/time.c                           | 38 
+++++++++++++++++++++++++++++++++++---
  bin/travis-ci/conf.M5208EVBE_qemu              | 27 
+++++++++++++++++++++++++++
  board/freescale/m53017evb/README               |  2 +-
  board/freescale/m5373evb/README                |  2 +-
  common/board_f.c                               |  2 +-
  configs/M5208EVBE_defconfig                    |  1 -
  configs/M5235EVB_defconfig                     |  1 -
  configs/M5272C3_defconfig                      |  1 -
  configs/M5275EVB_defconfig                     |  1 -
  configs/M5282EVB_defconfig                     |  1 -
  configs/M53017EVB_defconfig                    |  1 -
  configs/M5329AFEE_defconfig                    |  1 -
  configs/M5329BFEE_defconfig                    |  1 -
  configs/M5373EVB_defconfig                     |  1 -
  include/configs/M5208EVBE.h                    |  1 -
  include/configs/M5235EVB.h                     |  1 -
  include/configs/M5249EVB.h                     |  1 -
  include/configs/M5253DEMO.h                    |  1 -
  include/configs/M5272C3.h                      |  1 -
  include/configs/M5275EVB.h                     |  1 -
  include/configs/M5282EVB.h                     |  1 -
  include/configs/M53017EVB.h                    |  1 -
  include/configs/M5329EVB.h                     |  1 -
  include/configs/M5373EVB.h                     |  1 -
  include/configs/amcore.h                       |  1 -
  include/configs/astro_mcf5373l.h               |  1 -
  include/configs/cobra5272.h                    |  1 -
  include/configs/eb_cpu5282.h                   |  1 -
  include/configs/stmark2.h                      |  1 -
  py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py |  6 ++++++
  39 files changed, 141 insertions(+), 53 deletions(-)
  create mode 100644 bin/travis-ci/conf.M5208EVBE_qemu
  create mode 100644 py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PULL] Please pull u-boot-coldfire/master
  2023-04-16 20:55 [PULL] Please pull u-boot-coldfire/master Angelo Dureghello
@ 2023-04-17 14:46 ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2023-04-17 14:46 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: u-boot, alison.wang, Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

On Sun, Apr 16, 2023 at 10:55:56PM +0200, Angelo Dureghello wrote:

> The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:
> 
>   Merge branch 'master' of
> https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 10:50:55
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-coldfire.git master
> 
> for you to fetch changes up to ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e:
> 
>   configs: m68k: Use default shell prompt (2023-04-16 21:43:28 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PULL] Please pull u-boot-coldfire/master
  2023-07-25 21:26 Angelo Dureghello
@ 2023-07-25 23:13 ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2023-07-25 23:13 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

On Tue, Jul 25, 2023 at 11:26:40PM +0200, Angelo Dureghello wrote:

> The following changes since commit ff296acc3549c18aaf95dcb1052c9fe4f1a98552:
> 
>   Prepare v2023.10-rc1 (2023-07-25 17:19:54 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-coldfire.git master
> 
> for you to fetch changes up to 59dee11b17fecb516872ea7951f9a528003602eb:
> 
>   MAINTAINERS: add myself as mcf_wdt.c maintainer (2023-07-25 23:21:42
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PULL] Please pull u-boot-coldfire/master
@ 2023-07-25 21:26 Angelo Dureghello
  2023-07-25 23:13 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Dureghello @ 2023-07-25 21:26 UTC (permalink / raw)
  To: u-boot, trini

The following changes since commit ff296acc3549c18aaf95dcb1052c9fe4f1a98552:

   Prepare v2023.10-rc1 (2023-07-25 17:19:54 -0400)

are available in the Git repository at:

   git://git.denx.de/u-boot-coldfire.git master

for you to fetch changes up to 59dee11b17fecb516872ea7951f9a528003602eb:

   MAINTAINERS: add myself as mcf_wdt.c maintainer (2023-07-25 23:21:42 
+0200)

----------------------------------------------------------------
Angelo Dureghello (6):
       board: m68k add missing maintainer
       drivers: watchdog: add mcf watchdog support
       m68k: move watchdog functions in mcf_wdt driver
       m68k: dts: add watchdog node
       configs: m68k: add watchdog driver
       MAINTAINERS: add myself as mcf_wdt.c maintainer

  MAINTAINERS                           |   1 +
  arch/m68k/cpu/mcf523x/cpu.c           |  42 ----------------------
  arch/m68k/cpu/mcf52x2/cpu.c           |  47 +------------------------
  arch/m68k/cpu/mcf532x/cpu.c           |  44 -----------------------
  arch/m68k/dts/M5208EVBE.dts           |   5 +++
  arch/m68k/dts/mcf5208.dtsi            |   6 ++++
  arch/m68k/dts/mcf523x.dtsi            |   6 ++++
  arch/m68k/dts/mcf5271.dtsi            |   6 ++++
  arch/m68k/dts/mcf5275.dtsi            |   6 ++++
  arch/m68k/dts/mcf5282.dtsi            |   6 ++++
  arch/m68k/dts/mcf5329.dtsi            |   6 ++++
  arch/m68k/dts/mcf537x.dtsi            |   6 ++++
  board/cobra5272/MAINTAINERS           |   2 +-
  board/freescale/m5208evbe/MAINTAINERS |   2 +-
  board/freescale/m5249evb/MAINTAINERS  |   2 +-
  board/freescale/m5272c3/MAINTAINERS   |   2 +-
  board/freescale/m5275evb/MAINTAINERS  |   2 +-
  board/freescale/m5282evb/MAINTAINERS  |   2 +-
  configs/M5208EVBE_defconfig           |   2 ++
  configs/astro_mcf5373l_defconfig      |   4 +--
  configs/eb_cpu5282_defconfig          |   1 +
  configs/eb_cpu5282_internal_defconfig |   1 +
  drivers/watchdog/Kconfig              |   7 ++++
  drivers/watchdog/Makefile             |   1 +
  drivers/watchdog/mcf_wdt.c            | 135 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  25 files changed, 204 insertions(+), 140 deletions(-)
  create mode 100644 drivers/watchdog/mcf_wdt.c

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PULL] Please pull u-boot-coldfire/master
  2023-03-15  1:03 Angelo Dureghello
@ 2023-03-16  0:06 ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2023-03-16  0:06 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 545 bytes --]

On Wed, Mar 15, 2023 at 02:03:50AM +0100, Angelo Dureghello wrote:

> The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:
> 
>   Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-coldfire.git master
> 
> for you to fetch changes up to 791840fdc41d7e937158a6ac56e9316391fde7ab:
> 
>   board: m5253demo: remove floating point flash size calculation (2023-03-15
> 01:52:15 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PULL] Please pull u-boot-coldfire/master
@ 2023-03-15  1:03 Angelo Dureghello
  2023-03-16  0:06 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Dureghello @ 2023-03-15  1:03 UTC (permalink / raw)
  To: u-boot, Tom Rini

The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:

   Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)

are available in the Git repository at:

   git://git.denx.de/u-boot-coldfire.git master

for you to fetch changes up to 791840fdc41d7e937158a6ac56e9316391fde7ab:

   board: m5253demo: remove floating point flash size calculation 
(2023-03-15 01:52:15 +0100)

----------------------------------------------------------------
Angelo Dureghello (10):
       board: amcore: fix u-boot mtd partition
       m68k: use longword-based jumps
       m68k: add global variable sdhc_per_clk for m68k
       board: stmark2: fix clock value
       arch: enable private libgcc for m68k
       m68k: dts: stmark2: set correct compatible field for spi nor
       m68k: rename CONFIG_MCFTMR to CFG_MCFTMR
       board: amcore: fix config options namespace
       m68k: add private libgcc ashrdi3
       board: m5253demo: remove floating point flash size calculation

  arch/Kconfig                          |  1 +
  arch/m68k/cpu/mcf523x/interrupts.c    |  2 +-
  arch/m68k/cpu/mcf52x2/interrupts.c    | 12 ++++++------
  arch/m68k/cpu/mcf530x/start.S         | 18 ++++++++++++------
  arch/m68k/cpu/mcf532x/interrupts.c    |  2 +-
  arch/m68k/cpu/mcf5445x/interrupts.c   |  2 +-
  arch/m68k/dts/stmark2.dts             |  2 +-
  arch/m68k/include/asm/global_data.h   |  3 +++
  arch/m68k/include/asm/immap.h         | 24 ++++++++++++------------
  arch/m68k/lib/Makefile                |  2 +-
  arch/m68k/lib/ashrdi3.c               | 48 
++++++++++++++++++++++++++++++++++++++++++++++++
  arch/m68k/lib/time.c                  |  4 ++--
  board/freescale/m5253demo/flash.c     | 20 ++------------------
  board/freescale/m53017evb/README      |  2 +-
  board/freescale/m5373evb/README       |  2 +-
  board/sysam/stmark2/Kconfig           |  2 +-
  configs/M5208EVBE_defconfig           |  1 -
  configs/M5235EVB_Flash32_defconfig    |  1 -
  configs/M5235EVB_defconfig            |  1 -
  configs/M5249EVB_defconfig            |  1 -
  configs/M5253DEMO_defconfig           |  1 -
  configs/M5272C3_defconfig             |  1 -
  configs/M5275EVB_defconfig            |  1 -
  configs/M5282EVB_defconfig            |  1 -
  configs/M53017EVB_defconfig           |  1 -
  configs/M5329AFEE_defconfig           |  1 -
  configs/M5329BFEE_defconfig           |  1 -
  configs/M5373EVB_defconfig            |  1 -
  configs/amcore_defconfig              |  4 ++--
  configs/astro_mcf5373l_defconfig      |  1 -
  configs/cobra5272_defconfig           |  1 -
  configs/eb_cpu5282_defconfig          |  1 -
  configs/eb_cpu5282_internal_defconfig |  1 -
  configs/stmark2_defconfig             |  1 -
  include/configs/M5208EVBE.h           |  2 ++
  include/configs/M5235EVB.h            |  2 ++
  include/configs/M5249EVB.h            |  2 ++
  include/configs/M5253DEMO.h           |  2 ++
  include/configs/M5272C3.h             |  3 +++
  include/configs/M5275EVB.h            |  2 ++
  include/configs/M5282EVB.h            |  2 ++
  include/configs/M53017EVB.h           |  2 ++
  include/configs/M5329EVB.h            |  2 ++
  include/configs/M5373EVB.h            |  2 ++
  include/configs/amcore.h              | 15 +++++++++------
  include/configs/astro_mcf5373l.h      |  2 ++
  include/configs/cobra5272.h           |  2 ++
  include/configs/eb_cpu5282.h          |  2 ++
  include/configs/stmark2.h             |  2 ++
  49 files changed, 134 insertions(+), 77 deletions(-)
  create mode 100644 arch/m68k/lib/ashrdi3.c



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PULL] Please pull u-boot-coldfire/master
  2023-02-28 21:01   ` Angelo Dureghello
@ 2023-02-28 22:03     ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2023-02-28 22:03 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 1982 bytes --]

On Tue, Feb 28, 2023 at 10:01:46PM +0100, Angelo Dureghello wrote:
> Hi Tom,
> 
> On 28/02/23 9:34 PM, Tom Rini wrote:
> > On Tue, Feb 28, 2023 at 09:21:23PM +0100, Angelo Dureghello wrote:
> > 
> > > The following changes since commit e8c80ac0f7a13bf0fc016ce324b870c0cff7a2b8:
> > > 
> > >    Prepare v2023.04-rc3 (2023-02-27 17:18:36 -0500)
> > > 
> > > are available in the Git repository at:
> > > 
> > >    git://git.denx.de/u-boot-coldfire.git master
> > > 
> > > for you to fetch changes up to 4c885f9f64cd85471614c75027620e3bcf3046bd:
> > > 
> > >    m68k: dts: stmark2: set correct compatible field for spi nor (2023-02-28
> > > 21:19:47 +0100)
> > > 
> > > ----------------------------------------------------------------
> > > Angelo Dureghello (6):
> > >        board: amcore: fix u-boot mtd partition
> > >        m68k: use longword-based jumps
> > >        m68k: add global variable sdhc_per_clk for m68k
> > >        board: stmark2: fix clock value
> > >        arch: enable private libgcc for m68k
> > >        m68k: dts: stmark2: set correct compatible field for spi nor
> > > 
> > >   arch/Kconfig                        |  1 +
> > >   arch/m68k/cpu/mcf530x/start.S       | 18 ++++++++++++------
> > >   arch/m68k/dts/stmark2.dts           |  2 +-
> > >   arch/m68k/include/asm/global_data.h |  3 +++
> > >   board/sysam/stmark2/Kconfig         |  2 +-
> > >   include/configs/amcore.h            | 20 +++++++++++++++-----
> > >   6 files changed, 33 insertions(+), 13 deletions(-)
> > 
> > OK, you need to re-work a few of the changes:
> > https://source.denx.de/u-boot/u-boot/-/jobs/586499
> > 
> > Things are either in a Kconfig (and the defconfig), or now "CFG_..."
> > instead of "CONFIG_...".
> > 
> 
> i received the automated email. Fixes are in progress, but
> not ready still, there are several CFG to be fixed.
> Could i ask another pull request later, for next release ?

Yes, that's fine.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PULL] Please pull u-boot-coldfire/master
  2023-02-28 20:34 ` Tom Rini
@ 2023-02-28 21:01   ` Angelo Dureghello
  2023-02-28 22:03     ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Dureghello @ 2023-02-28 21:01 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

On 28/02/23 9:34 PM, Tom Rini wrote:
> On Tue, Feb 28, 2023 at 09:21:23PM +0100, Angelo Dureghello wrote:
> 
>> The following changes since commit e8c80ac0f7a13bf0fc016ce324b870c0cff7a2b8:
>>
>>    Prepare v2023.04-rc3 (2023-02-27 17:18:36 -0500)
>>
>> are available in the Git repository at:
>>
>>    git://git.denx.de/u-boot-coldfire.git master
>>
>> for you to fetch changes up to 4c885f9f64cd85471614c75027620e3bcf3046bd:
>>
>>    m68k: dts: stmark2: set correct compatible field for spi nor (2023-02-28
>> 21:19:47 +0100)
>>
>> ----------------------------------------------------------------
>> Angelo Dureghello (6):
>>        board: amcore: fix u-boot mtd partition
>>        m68k: use longword-based jumps
>>        m68k: add global variable sdhc_per_clk for m68k
>>        board: stmark2: fix clock value
>>        arch: enable private libgcc for m68k
>>        m68k: dts: stmark2: set correct compatible field for spi nor
>>
>>   arch/Kconfig                        |  1 +
>>   arch/m68k/cpu/mcf530x/start.S       | 18 ++++++++++++------
>>   arch/m68k/dts/stmark2.dts           |  2 +-
>>   arch/m68k/include/asm/global_data.h |  3 +++
>>   board/sysam/stmark2/Kconfig         |  2 +-
>>   include/configs/amcore.h            | 20 +++++++++++++++-----
>>   6 files changed, 33 insertions(+), 13 deletions(-)
> 
> OK, you need to re-work a few of the changes:
> https://source.denx.de/u-boot/u-boot/-/jobs/586499
> 
> Things are either in a Kconfig (and the defconfig), or now "CFG_..."
> instead of "CONFIG_...".
> 

i received the automated email. Fixes are in progress, but
not ready still, there are several CFG to be fixed.
Could i ask another pull request later, for next release ?

Regards,
-- 
Angelo Dureghello


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PULL] Please pull u-boot-coldfire/master
  2023-02-28 20:21 Angelo Dureghello
@ 2023-02-28 20:34 ` Tom Rini
  2023-02-28 21:01   ` Angelo Dureghello
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Rini @ 2023-02-28 20:34 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

On Tue, Feb 28, 2023 at 09:21:23PM +0100, Angelo Dureghello wrote:

> The following changes since commit e8c80ac0f7a13bf0fc016ce324b870c0cff7a2b8:
> 
>   Prepare v2023.04-rc3 (2023-02-27 17:18:36 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-coldfire.git master
> 
> for you to fetch changes up to 4c885f9f64cd85471614c75027620e3bcf3046bd:
> 
>   m68k: dts: stmark2: set correct compatible field for spi nor (2023-02-28
> 21:19:47 +0100)
> 
> ----------------------------------------------------------------
> Angelo Dureghello (6):
>       board: amcore: fix u-boot mtd partition
>       m68k: use longword-based jumps
>       m68k: add global variable sdhc_per_clk for m68k
>       board: stmark2: fix clock value
>       arch: enable private libgcc for m68k
>       m68k: dts: stmark2: set correct compatible field for spi nor
> 
>  arch/Kconfig                        |  1 +
>  arch/m68k/cpu/mcf530x/start.S       | 18 ++++++++++++------
>  arch/m68k/dts/stmark2.dts           |  2 +-
>  arch/m68k/include/asm/global_data.h |  3 +++
>  board/sysam/stmark2/Kconfig         |  2 +-
>  include/configs/amcore.h            | 20 +++++++++++++++-----
>  6 files changed, 33 insertions(+), 13 deletions(-)

OK, you need to re-work a few of the changes:
https://source.denx.de/u-boot/u-boot/-/jobs/586499

Things are either in a Kconfig (and the defconfig), or now "CFG_..."
instead of "CONFIG_...".

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PULL] Please pull u-boot-coldfire/master
@ 2023-02-28 20:21 Angelo Dureghello
  2023-02-28 20:34 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Dureghello @ 2023-02-28 20:21 UTC (permalink / raw)
  To: u-boot, Tom Rini

The following changes since commit e8c80ac0f7a13bf0fc016ce324b870c0cff7a2b8:

   Prepare v2023.04-rc3 (2023-02-27 17:18:36 -0500)

are available in the Git repository at:

   git://git.denx.de/u-boot-coldfire.git master

for you to fetch changes up to 4c885f9f64cd85471614c75027620e3bcf3046bd:

   m68k: dts: stmark2: set correct compatible field for spi nor 
(2023-02-28 21:19:47 +0100)

----------------------------------------------------------------
Angelo Dureghello (6):
       board: amcore: fix u-boot mtd partition
       m68k: use longword-based jumps
       m68k: add global variable sdhc_per_clk for m68k
       board: stmark2: fix clock value
       arch: enable private libgcc for m68k
       m68k: dts: stmark2: set correct compatible field for spi nor

  arch/Kconfig                        |  1 +
  arch/m68k/cpu/mcf530x/start.S       | 18 ++++++++++++------
  arch/m68k/dts/stmark2.dts           |  2 +-
  arch/m68k/include/asm/global_data.h |  3 +++
  board/sysam/stmark2/Kconfig         |  2 +-
  include/configs/amcore.h            | 20 +++++++++++++++-----
  6 files changed, 33 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-07-25 23:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16 20:55 [PULL] Please pull u-boot-coldfire/master Angelo Dureghello
2023-04-17 14:46 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-07-25 21:26 Angelo Dureghello
2023-07-25 23:13 ` Tom Rini
2023-03-15  1:03 Angelo Dureghello
2023-03-16  0:06 ` Tom Rini
2023-02-28 20:21 Angelo Dureghello
2023-02-28 20:34 ` Tom Rini
2023-02-28 21:01   ` Angelo Dureghello
2023-02-28 22:03     ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.