public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] x86: Introduce Intel Tangier SoC and Edison board
Date: Thu,  6 Jul 2017 14:41:50 +0300	[thread overview]
Message-ID: <20170706114153.50959-1-andriy.shevchenko@linux.intel.com> (raw)

This brings support for Intel Tangier SoC and Intel Edison board which
is using U-Boot as a main bootloader.

The series has implicit dependency to watchdog driver, v3 of which [1]
had been sent earlier.

[1] https://lists.denx.de/pipermail/u-boot/2017-July/297224.html

Since v2:
- address misc comments (Bin)
- add Bin's tag to patch 1 and 2
- USB OTG enumeration is left the same (Felipe)

Since v1:
- split patch 1 to two (Bin)
- move enum to sfi.h (Bin)
- remove unnecessary headers (Bin)
- add comment to SFI system table search (Bin)
- append and update copyright notices: sdram.c and tangier.c are almost done
  by Intel (Simon)
- disable SD card slot (Simon)
- add Simon's tag to patch 1 and 2 (changes are basically technical)
- add Edison support

Andy Shevchenko (2):
  x86: Add dma-mapping.h to architectural code
  x86: Add Intel Edison board files

Felipe Balbi (1):
  x86: Add Intel Tangier support

 arch/x86/Kconfig                   |   1 +
 arch/x86/cpu/Makefile              |   1 +
 arch/x86/cpu/tangier/Kconfig       |  24 +++++
 arch/x86/cpu/tangier/Makefile      |   7 ++
 arch/x86/cpu/tangier/car.S         |  13 +++
 arch/x86/cpu/tangier/sdram.c       | 206 +++++++++++++++++++++++++++++++++++++
 arch/x86/cpu/tangier/tangier.c     |  34 ++++++
 arch/x86/dts/Makefile              |   1 +
 arch/x86/dts/edison.dts            |  89 ++++++++++++++++
 arch/x86/include/asm/dma-mapping.h |  41 ++++++++
 arch/x86/include/asm/sfi.h         |  19 ++++
 board/intel/Kconfig                |   8 ++
 board/intel/edison/Kconfig         |  26 +++++
 board/intel/edison/Makefile        |   7 ++
 board/intel/edison/config.mk       |  18 ++++
 board/intel/edison/edison.c        | 104 +++++++++++++++++++
 board/intel/edison/start.S         |  13 +++
 configs/edison_defconfig           |  53 ++++++++++
 doc/README.x86                     |  39 +++++++
 include/configs/edison.h           |  61 +++++++++++
 20 files changed, 765 insertions(+)
 create mode 100644 arch/x86/cpu/tangier/Kconfig
 create mode 100644 arch/x86/cpu/tangier/Makefile
 create mode 100644 arch/x86/cpu/tangier/car.S
 create mode 100644 arch/x86/cpu/tangier/sdram.c
 create mode 100644 arch/x86/cpu/tangier/tangier.c
 create mode 100644 arch/x86/dts/edison.dts
 create mode 100644 arch/x86/include/asm/dma-mapping.h
 create mode 100644 board/intel/edison/Kconfig
 create mode 100644 board/intel/edison/Makefile
 create mode 100644 board/intel/edison/config.mk
 create mode 100644 board/intel/edison/edison.c
 create mode 100644 board/intel/edison/start.S
 create mode 100644 configs/edison_defconfig
 create mode 100644 include/configs/edison.h

-- 
2.11.0

             reply	other threads:[~2017-07-06 11:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-06 11:41 Andy Shevchenko [this message]
2017-07-06 11:41 ` [U-Boot] [PATCH v3 1/3] x86: Add dma-mapping.h to architectural code Andy Shevchenko
2017-07-06 11:41 ` [U-Boot] [PATCH v3 2/3] x86: Add Intel Tangier support Andy Shevchenko
2017-07-22  5:16   ` Bin Meng
2017-07-06 11:41 ` [U-Boot] [PATCH v3 3/3] x86: Add Intel Edison board files Andy Shevchenko
2017-07-06 12:06   ` Bin Meng
2017-07-07  3:59   ` Simon Glass
2017-07-22  5:16     ` Bin Meng

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=20170706114153.50959-1-andriy.shevchenko@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.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