mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <ahmad@a3f.at>
Subject: [PATCH 0/4] x86: add EFI PCI host and iTCO watchdog support
Date: Fri, 16 Apr 2021 08:24:32 +0200	[thread overview]
Message-ID: <20210416062436.332665-1-ahmad@a3f.at> (raw)

v1 is here:
https://lore.barebox.org/barebox/20191204125659.22506-1-a.fatoum@pengutronix.de/

Series tested with:
  * QEMU q35: ns16550 serial, iTCO and virtio-pci
  * Dell Latitude 7490: Bus enumeration works correctly

v1 -> v2:
  - add DMA helpers, so the new virtio-pci support is usable on x86 as
    well
  - add preassigned bus support, so already running PCI UEFI drivers can
    continue to function
  - handle zero size resources correctly
  - add iTCO watchdog support in new commit

Cheers,
Ahmad Fatoum (4):
  x86: add DMA support
  PCI: support PCI BIOS preassigned buses
  pci: add EFI PCI root bridge IO protocol driver
  watchdog: add support for Intel TCO watchdog timer

 arch/arm/include/asm/pci.h     |   7 +
 arch/mips/include/asm/pci.h    |   7 +
 arch/x86/Kconfig               |   1 +
 arch/x86/configs/efi_defconfig |   2 +
 arch/x86/include/asm/dma.h     |  36 +++-
 arch/x86/include/asm/pci.h     |   7 +
 drivers/efi/Kconfig            |   1 +
 drivers/pci/Kconfig            |   5 +
 drivers/pci/Makefile           |   1 +
 drivers/pci/pci-efi.c          | 342 ++++++++++++++++++++++++++++++++
 drivers/pci/pci-efi.h          | 343 ++++++++++++++++++++++++++++++++
 drivers/pci/pci.c              | 106 ++++++----
 drivers/watchdog/Kconfig       |  17 ++
 drivers/watchdog/Makefile      |   1 +
 drivers/watchdog/itco_wdt.c    | 346 +++++++++++++++++++++++++++++++++
 include/linux/pci.h            |   3 +
 16 files changed, 1187 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm/include/asm/pci.h
 create mode 100644 arch/mips/include/asm/pci.h
 create mode 100644 arch/x86/include/asm/pci.h
 create mode 100644 drivers/pci/pci-efi.c
 create mode 100644 drivers/pci/pci-efi.h
 create mode 100644 drivers/watchdog/itco_wdt.c

-- 
2.31.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


             reply	other threads:[~2021-04-16  6:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16  6:24 Ahmad Fatoum [this message]
2021-04-16  6:24 ` [PATCH 1/4] x86: add DMA support Ahmad Fatoum
2021-04-16  6:24 ` [PATCH 2/4] PCI: support PCI BIOS preassigned buses Ahmad Fatoum
2021-04-16  6:24 ` [PATCH 3/4] pci: add EFI PCI root bridge IO protocol driver Ahmad Fatoum
2021-04-16  6:24 ` [PATCH 4/4] watchdog: add support for Intel TCO watchdog timer Ahmad Fatoum
2021-05-03 12:07 ` [PATCH 0/4] x86: add EFI PCI host and iTCO watchdog support Sascha Hauer

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=20210416062436.332665-1-ahmad@a3f.at \
    --to=ahmad@a3f.at \
    --cc=barebox@lists.infradead.org \
    /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