public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Arm pull request
Date: Mon, 08 Mar 2010 07:55:25 -0600	[thread overview]
Message-ID: <4B9501CD.7000101@windriver.com> (raw)


Wolfgang,
Please pull arm.
Tom


The following changes since commit ef8d008730fb62fc81a792274eea40480593a7d3:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

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

Achim Ehrlich (1):
       ARM change name of defines for AT91 arm926ejs

Anders Darander (1):
       Add bootcount to AT91

Daniel Gorsulowski (1):
       AT91: Update otc570 board to new SoC access

Heiko Schocher (2):
       arm: add support for the suen3 board from keymile
       arm, suen3: fix compile error, if doing not a local build

Jens Scharsig (1):
       updates the at91 main_clock calculation

John Rigby (5):
       mxc_serial replace platform specific clock
       Add support for Freescale MX25 SOC
       fec_mxc: cleanup and factor out MX27 dependencies
       fec_mxc: add MX25 support
       Add support for KARO TX25 board

Ladislav Michl (8):
       NetStar: eeprom - undefined reference to `memset'
       NetStar: eeprom - be less verbose
       NetStar: eeprom - fix linker error
       NetStar: fix default environment
       NetStar: make mtdparts default ready for recent kernels
       netstar.h: do not exceed 80 columns
       VoiceBlue: limit line lenght to 80 characters
       VoiceBlue: fix linker errors

Matthias Kaehlcke (3):
       ep93xx: Fix calculation of sys ticks in clk_to_systicks()
       ep93xx: Refactoring of timer code
       edb93xx: Fix SDRAM initialization

Nick Thompson (1):
       da830evm: Add support for TI EMAC

Prafulla Wadaskar (1):
       arm: kirkwood: suen3: fixed build warning

Sandeep Paulraj (1):
       DaVinci: Adding entry to MAKEALL for DM365 EVM

Siarhei Siamashka (1):
       OMAP3: workaround for ARM Cortex-A8 erratum 725233

Stefano Babic (10):
       MX51: Add initial support for the Freescale MX51
       MX51: Add register definitions
       MX51: Add pin and multiplexer definitions.
       serial_mxc: add support for MX51 processor
       mmc: check correctness of the voltage mask in ocr
       MMC: add weak function to detect MMC/SD card
       ARM: add accessors functions
       fsl_esdhc: add support for mx51 processor
       Add initial support for Freescale mx51evk board
       MX51: removed warnings for the mx51evk

Tom Rix (1):
       ARM Update mach-types

Vipin Kumar (1):
       SPEAr : Supporting new mach ids for spear310 and spear320

  MAINTAINERS                                        |   10 +-
  MAKEALL                                            |    3 +
  Makefile                                           |   11 +
  board/atmel/at91cap9adk/at91cap9adk.c              |    2 +-
  board/atmel/at91sam9261ek/at91sam9261ek.c          |    2 +-
  board/atmel/at91sam9263ek/at91sam9263ek.c          |    2 +-
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |    2 +-
  board/atmel/at91sam9rlek/at91sam9rlek.c            |    2 +-
  board/davinci/da830evm/da830evm.c                  |   65 ++-
  board/edb93xx/sdram_cfg.c                          |   39 +-
  board/esd/otc570/otc570.c                          |  182 ++--
  board/freescale/mx51evk/Makefile                   |   48 +
  board/freescale/mx51evk/config.mk                  |   25 +
  board/freescale/mx51evk/imximage.cfg               |  119 +++
  board/freescale/mx51evk/mx51evk.c                  |  397 ++++++++
  .../eeprom.lds => freescale/mx51evk/mx51evk.h}     |   56 +-
  board/karo/tx25/Makefile                           |   51 +
  board/karo/tx25/config.mk                          |    5 +
  board/karo/tx25/lowlevel_init.S                    |  131 +++
  board/karo/tx25/tx25.c                             |  176 ++++
  board/keymile/common/common.c                      |    6 +-
  board/keymile/km_arm/Makefile                      |   54 +
  board/keymile/km_arm/config.mk                     |   28 +
  board/keymile/km_arm/km_arm.c                      |  324 ++++++
  board/keymile/km_arm/kwbimage.cfg                  |  175 ++++
  board/netstar/Makefile                             |   54 +-
  board/netstar/eeprom.c                             |   95 +-
  board/netstar/eeprom_start.S                       |   13 -
  board/ronetix/pm9261/pm9261.c                      |    2 +-
  board/ronetix/pm9263/pm9263.c                      |    2 +-
  board/spear/spear310/spear310.c                    |    2 +-
  board/spear/spear320/spear320.c                    |    2 +-
  board/voiceblue/Makefile                           |   33 +-
  board/voiceblue/eeprom.c                           |   97 +-
  board/voiceblue/eeprom_start.S                     |   11 -
  cpu/arm920t/ep93xx/timer.c                         |   76 +-
  cpu/arm926ejs/at91/clock.c                         |    9 +-
  cpu/arm926ejs/at91/cpu.c                           |   42 +-
  cpu/arm926ejs/mx25/Makefile                        |   46 +
  cpu/arm926ejs/mx25/generic.c                       |  263 +++++
  cpu/arm926ejs/mx25/reset.c                         |   56 ++
  cpu/arm926ejs/mx25/timer.c                         |  187 ++++
  cpu/arm926ejs/mx27/generic.c                       |    5 +
  cpu/arm_cortexa8/mx51/Makefile                     |   48 +
  cpu/arm_cortexa8/mx51/clock.c                      |  294 ++++++
  cpu/arm_cortexa8/mx51/iomux.c                      |  166 ++++
  cpu/arm_cortexa8/mx51/lowlevel_init.S              |  288 ++++++
  cpu/arm_cortexa8/mx51/soc.c                        |  114 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/speed.c    |   42 +-
  cpu/arm_cortexa8/mx51/timer.c                      |  119 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds |   26 +-
  cpu/arm_cortexa8/omap3/board.c                     |    6 +
  drivers/mmc/fsl_esdhc.c                            |  149 ++-
  drivers/mmc/mmc.c                                  |   17 +-
  drivers/net/fec_mxc.c                              |   44 +-
  drivers/net/fec_mxc.h                              |   32 +-
  drivers/serial/serial_mxc.c                        |   28 +-
  include/asm-arm/arch-at91/at91_pmc.h               |    3 +
  include/asm-arm/arch-at91/at91cap9.h               |    2 +-
  include/asm-arm/arch-at91/at91rm9200.h             |    2 +-
  include/asm-arm/arch-at91/at91sam9260.h            |    4 +-
  include/asm-arm/arch-at91/at91sam9261.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9263.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9g45.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9rl.h             |    2 +-
  include/asm-arm/arch-davinci/emac_defs.h           |    1 +
  .../asm-arm/arch-mx25/clock.h                      |   37 +-
  include/asm-arm/arch-mx25/imx-regs.h               |  316 ++++++
  include/asm-arm/arch-mx25/imx25-pinmux.h           |  421 ++++++++
  include/asm-arm/arch-mx27/clock.h                  |    3 +
  include/asm-arm/arch-mx31/mx31.h                   |    1 +
  include/asm-arm/arch-mx51/asm-offsets.h            |   50 +
  .../asm-arm/arch-mx51/clock.h                      |   44 +-
  include/asm-arm/arch-mx51/crm_regs.h               |  192 ++++
  include/asm-arm/arch-mx51/imx-regs.h               |  261 +++++
  include/asm-arm/arch-mx51/iomux.h                  |  193 ++++
  include/asm-arm/arch-mx51/mx51_pins.h              |  374 +++++++
  .../asm-arm/arch-mx51/sys_proto.h                  |   35 +-
  include/asm-arm/global_data.h                      |    3 +
  include/asm-arm/io.h                               |   55 +
  include/asm-arm/mach-types.h                       | 1028 +++++++++++++++++++-
  include/configs/afeb9260.h                         |    2 +-
  include/configs/at91cap9adk.h                      |    2 +-
  include/configs/at91sam9260ek.h                    |    2 +-
  include/configs/at91sam9261ek.h                    |    2 +-
  include/configs/at91sam9263ek.h                    |    2 +-
  include/configs/at91sam9m10g45ek.h                 |    2 +-
  include/configs/at91sam9rlek.h                     |    2 +-
  include/configs/cpu9260.h                          |    2 +-
  include/configs/da830evm.h                         |    1 +
  include/configs/km_arm.h                           |  191 ++++
  include/configs/mx51evk.h                          |  172 ++++
  include/configs/netstar.h                          |  114 +--
  include/configs/otc570.h                           |   25 +-
  include/configs/pm9261.h                           |    4 +-
  include/configs/pm9263.h                           |    2 +-
  include/configs/sbc35_a9g20.h                      |    2 +-
  include/configs/suen3.h                            |  103 ++
  include/configs/tny_a9260.h                        |    2 +-
  include/configs/tx25.h                             |  179 ++++
  include/configs/voiceblue.h                        |  168 ++--
  include/fsl_esdhc.h                                |   27 +
  include/mmc.h                                      |    1 +
  lib_arm/board.c                                    |    3 +
  nand_spl/board/karo/tx25/Makefile                  |   78 ++
  nand_spl/board/karo/tx25/config.mk                 |    1 +
  .../board/karo/tx25/u-boot.lds                     |   29 +-
  107 files changed, 7701 insertions(+), 733 deletions(-)
  create mode 100644 board/freescale/mx51evk/Makefile
  create mode 100644 board/freescale/mx51evk/config.mk
  create mode 100644 board/freescale/mx51evk/imximage.cfg
  create mode 100644 board/freescale/mx51evk/mx51evk.c
  copy board/{netstar/eeprom.lds => freescale/mx51evk/mx51evk.h} (55%)
  create mode 100644 board/karo/tx25/Makefile
  create mode 100644 board/karo/tx25/config.mk
  create mode 100644 board/karo/tx25/lowlevel_init.S
  create mode 100644 board/karo/tx25/tx25.c
  create mode 100644 board/keymile/km_arm/Makefile
  create mode 100644 board/keymile/km_arm/config.mk
  create mode 100644 board/keymile/km_arm/km_arm.c
  create mode 100644 board/keymile/km_arm/kwbimage.cfg
  delete mode 100644 board/netstar/eeprom_start.S
  delete mode 100644 board/voiceblue/eeprom_start.S
  create mode 100644 cpu/arm926ejs/mx25/Makefile
  create mode 100644 cpu/arm926ejs/mx25/generic.c
  create mode 100644 cpu/arm926ejs/mx25/reset.c
  create mode 100644 cpu/arm926ejs/mx25/timer.c
  create mode 100644 cpu/arm_cortexa8/mx51/Makefile
  create mode 100644 cpu/arm_cortexa8/mx51/clock.c
  create mode 100644 cpu/arm_cortexa8/mx51/iomux.c
  create mode 100644 cpu/arm_cortexa8/mx51/lowlevel_init.S
  create mode 100644 cpu/arm_cortexa8/mx51/soc.c
  copy board/netstar/eeprom.lds => cpu/arm_cortexa8/mx51/speed.c (58%)
  create mode 100644 cpu/arm_cortexa8/mx51/timer.c
  rename board/voiceblue/eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds (69%)
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx25/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx25/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx25/imx25-pinmux.h
  create mode 100644 include/asm-arm/arch-mx51/asm-offsets.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx51/crm_regs.h
  create mode 100644 include/asm-arm/arch-mx51/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx51/iomux.h
  create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/sys_proto.h (58%)
  create mode 100644 include/configs/km_arm.h
  create mode 100644 include/configs/mx51evk.h
  create mode 100644 include/configs/suen3.h
  create mode 100644 include/configs/tx25.h
  create mode 100644 nand_spl/board/karo/tx25/Makefile
  create mode 100644 nand_spl/board/karo/tx25/config.mk
  rename board/netstar/eeprom.lds => nand_spl/board/karo/tx25/u-boot.lds (71%)

             reply	other threads:[~2010-03-08 13:55 UTC|newest]

Thread overview: 162+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 13:55 Tom [this message]
2010-03-09 14:29 ` [U-Boot] Arm pull request Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23  6:34 [U-Boot] ARM " Albert ARIBAUD
2011-06-23 13:40 ` Wolfgang Denk
2011-06-23 17:36   ` Albert ARIBAUD
2010-05-30 13:52 Tom Rix
2010-05-30 19:43 ` Wolfgang Denk
2010-05-31  4:43 ` Hiremath, Vaibhav
2010-05-31 19:05 ` Marek Vasut
2010-06-07 12:58   ` Tom Rix
2010-05-01 21:50 Tom Rix
2010-05-04 20:56 ` Wolfgang Denk
2010-04-05 12:55 Tom
2010-04-07 22:12 ` Wolfgang Denk
2010-03-22 21:46 Tom
2010-03-22 22:09 ` Wolfgang Denk
2010-03-07 22:01 Tom
2010-03-07 20:37 Tom
2010-02-12 20:06 Tom
2010-02-17 21:29 ` Wolfgang Denk
2010-01-23 15:18 Tom
2010-01-23 16:47 ` Wolfgang Denk
2010-01-23 16:57   ` Tom
2010-01-23 20:51     ` Wolfgang Denk
2010-01-28  5:58   ` Prafulla Wadaskar
2010-01-28  9:41     ` Wolfgang Denk
2010-01-06 18:51 Tom
2010-01-12 22:47 ` Wolfgang Denk
2009-11-30  1:05 Tom
2009-12-01 11:13 ` Wolfgang Denk
2009-12-01 14:34   ` Tom
2009-11-24 15:19 Tom
2009-11-24 22:23 ` Wolfgang Denk
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
2009-11-04 19:47 ` Tom
2009-11-04 19:56   ` Remy Bohmer
2009-11-07 23:21     ` [U-Boot] ARM pull request Tom
2009-11-09 21:46       ` Wolfgang Denk
2009-11-04  0:00 [U-Boot] ARM LED weak symbols Tom Rix
2009-11-04  0:00 ` [U-Boot] [PATCH 1/2] ARM Conditionally compile board LED functions Tom Rix
2009-11-04  0:00   ` [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak Tom Rix
2009-11-05 20:19     ` Wolfgang Denk
2009-11-05 20:39       ` Tom
2009-11-05 22:38         ` Wolfgang Denk
2009-11-10 19:34           ` Tom
2009-11-10 22:45             ` Wolfgang Denk
2009-11-12  0:43               ` [U-Boot] ARM pull request Tom
2009-11-15 21:39                 ` Wolfgang Denk
2009-10-18  2:42 Tom
2009-10-18  7:02 ` Dirk Behme
2009-10-18  7:12   ` Dirk Behme
2009-10-18 12:51     ` Minkyu Kang
2009-10-18 15:20       ` Tom
2009-10-18 19:56 ` Wolfgang Denk
2009-10-18 20:21   ` Tom
2009-10-18 20:28     ` Wolfgang Denk
2009-10-19  0:29       ` Paulraj, Sandeep
2009-10-19  8:29         ` Wolfgang Denk
2009-10-13  2:02 Tom Rix
2009-10-13  2:01 Tom
2009-09-05  1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-09-05  5:37 ` Dirk Behme
2009-09-05 15:37   ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06  7:12     ` Dirk Behme
2009-09-06 13:16       ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 17:59         ` Dirk Behme
2009-09-06 18:37           ` Peter Tyser
2009-09-06 18:40             ` Dirk Behme
2009-09-06 19:09               ` Peter Tyser
2009-09-06 20:21               ` Tom
2009-09-06 21:18                 ` Wolfgang Denk
2009-09-06 22:30                   ` Tom
2009-09-07 16:01                 ` Dirk Behme
2009-09-06 21:16               ` Wolfgang Denk
2009-09-06 20:31           ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06  9:18 ` Heiko Schocher
2009-09-06 10:05   ` Heiko Schocher
2009-09-07 21:20   ` Wolfgang Denk
2009-09-07 21:18 ` Wolfgang Denk
2009-08-17 23:49 Jean-Christophe PLAGNIOL-VILLARD
2009-08-18 11:54 ` Wolfgang Denk
2009-08-08 10:24 Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 21:49 ` Wolfgang Denk
2009-08-03  7:29 Jean-Christophe PLAGNIOL-VILLARD
2009-08-03  8:20 ` Dirk Behme
2009-08-03  9:44 ` Wolfgang Denk
2009-07-22 22:30 Jean-Christophe PLAGNIOL-VILLARD
2009-07-22 23:04 ` Wolfgang Denk
2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 17:18     ` Wolfgang Denk
2009-07-24  4:34       ` Prafulla Wadaskar
2009-07-29 17:45       ` Prafulla Wadaskar
2009-07-29 22:31         ` Wolfgang Denk
2009-08-07  6:48           ` Prafulla Wadaskar
2009-07-23  5:39   ` Prafulla Wadaskar
2009-07-23  9:38     ` Wolfgang Denk
2009-07-23 16:21   ` Dirk Behme
2009-07-23 19:15     ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:14       ` Wolfgang Denk
2009-07-23 20:22         ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:42           ` Wolfgang Denk
2009-07-27 19:56             ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-27 20:14               ` Wolfgang Denk
2009-07-27  8:16       ` Heiko Schocher
2009-07-27 20:07         ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-28  7:31           ` Heiko Schocher
2009-07-12 21:40 Jean-Christophe PLAGNIOL-VILLARD
2009-07-13 21:45 ` Wolfgang Denk
2009-07-06 19:55 Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 20:20 ` Wolfgang Denk
2009-07-07 21:31   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 21:42     ` Wolfgang Denk
2009-07-07 21:48       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-09 23:31 Jean-Christophe PLAGNIOL-VILLARD
2009-06-10 21:54 ` Wolfgang Denk
2009-06-11  5:22   ` Prafulla Wadaskar
2009-06-11  8:00     ` Wolfgang Denk
2009-06-11  9:18       ` Prafulla Wadaskar
2009-06-11 10:02         ` Magnus Lilja
2009-06-11 15:02         ` Wolfgang Denk
2009-05-15  9:03 [U-Boot] ARM pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-05-15 19:09 ` Wolfgang Denk
2009-04-30  7:10 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-04-30 21:05 ` Wolfgang Denk
2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
2009-04-05 12:14 ` Dirk Behme
2009-04-07 19:51   ` Wolfgang Denk
2009-04-05 21:06 ` Wolfgang Denk
2009-03-30 16:42 Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:25   ` Wolfgang Denk
2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
2009-03-29 21:31 ` Wolfgang Denk
2009-03-29 21:16   ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 13:33 ` Dirk Behme
2009-03-30 15:08   ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 19:33     ` Dirk Behme
2009-03-30 19:49       ` Wolfgang Denk
2009-03-30 20:28         ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-31 15:44           ` Dirk Behme
2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:22 ` Wolfgang Denk
2009-03-26 23:24 ` Dirk Behme
2009-03-13 22:20 Jean-Christophe PLAGNIOL-VILLARD
2009-03-15 21:10 ` Wolfgang Denk
2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
2009-02-22 17:49 ` Dirk Behme
2009-02-22 23:30   ` Wolfgang Denk
2009-02-22 21:59 ` Wolfgang Denk
2009-02-18  3:26 Jean-Christophe PLAGNIOL-VILLARD
2009-02-18 23:49 ` Wolfgang Denk
2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD
2009-02-01 20:39 ` Wolfgang Denk
2008-11-21  0:46 [U-Boot] ARM pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-23 12:59 ` Dirk Behme
2008-11-25 11:05 ` Wolfgang Denk
2008-11-02 16:12 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:33 ` Wolfgang Denk
2008-11-09 20:22 ` Alessandro Rubini
2008-10-08 17:09 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-10-12 21:57 ` Wolfgang Denk
2008-10-06 12:29 [U-Boot] Arm Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 19:16 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 22:11 ` Wolfgang Denk
2008-09-16  8:14   ` Jean-Christophe PLAGNIOL-VILLARD
2008-09-16 10:24     ` Wolfgang Denk
2008-09-11 23:29 Jean-Christophe PLAGNIOL-VILLARD
2008-09-12 13:22 ` Wolfgang Denk
2008-08-25 21:04 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-08-25 21:46 ` Wolfgang Denk
2008-08-26  5:59   ` Jens Gehrlein
2008-08-26 21:19     ` Wolfgang Denk
2008-08-11 23:41 [U-Boot] arm pull request Jean-Christophe PLAGNIOL-VILLARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B9501CD.7000101@windriver.com \
    --to=tom.rix@windriver.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox