public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>
Subject: Re: [PATCH edk2-platforms] Silicon/SynQuacer: add stage 2 override translation tables for PCIe
Date: Tue, 27 Feb 2018 17:19:59 +0000	[thread overview]
Message-ID: <CAKv+Gu9b4=2HcdYqDtwGTDS1f1FA-6rMbz5exhO3-VdhH=7dHA@mail.gmail.com> (raw)
In-Reply-To: <20180227134747.13238-1-ard.biesheuvel@linaro.org>

On 27 February 2018 at 13:47, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> The Designware PCIe IP in the SynQuacer SoC needs a little help to
> appear sane to the OS. Not only does it lack a true root port, and
> therefore does not perform any filtering whatsoever of type 0 config
> TLPs that are not intended for the link peer, it also has trouble
> issuing 64-bit wide MMIO accesses, which are often used on MMIO BARs
> with memory semantics (e.g., frame buffers).
>
> So let's create a stage 2 mapping covering the entire physical address
> space, and remap some ECAM regions and demote write combine attributes
> to device/strongly ordered. This is not a water tight fix, but it does
> work around the issues in the majority of cases.
>
> (Note that the ECAM remapping can also be addressed in the SMMU mapping
> of the PCIe IP exposed to the CPU, but this is currently under
> development, and it does not hurt to have it in two places)
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
> This is a followup to/replacement for '[RFC PATCH edk2-non-osi]
> Platform/DeveloperBox: add prebuilt binary containing stage 2 page tables'
>
>  Platform/Socionext/DeveloperBox/DeveloperBox.dsc          |  1 +
>  Platform/Socionext/DeveloperBox/DeveloperBox.fdf          |  5 +-
>  Silicon/Socionext/SynQuacer/Stage2Tables/GNUmakefile      | 23 +++++
>  Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.S   | 88 ++++++++++++++++++++
>  Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf | 32 +++++++
>  5 files changed, 148 insertions(+), 1 deletion(-)
>
...
> diff --git a/Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf b/Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf
> new file mode 100644
> index 000000000000..9bec659af444
> --- /dev/null
> +++ b/Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf
> @@ -0,0 +1,32 @@
> +## @file
> +#
> +#  Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
> +#
> +#  This program and the accompanying materials
> +#  are licensed and made available under the terms and conditions of the BSD License
> +#  which accompanies this distribution.  The full text of the license may be found at
> +#  http://opensource.org/licenses/bsd-license.php
> +#
> +#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
> +#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
> +#
> +##
> +
> +[Defines]
> +  INF_VERSION                    = 0x0001001A
> +  BASE_NAME                      = Stage2Tables
> +  FILE_GUID                      = e11cbca5-8f82-41a7-8441-02b48acc13a7
> +  MODULE_TYPE                    = USER_DEFINED
> +  VERSION_STRING                 = 1.0
> +  CUSTOM_MAKEFILE                = GCC|GNUmakefile
> +
> +[Sources]
> +  Stage2Tables.S
> +
> +[Packages]
> +  MdePkg/MdePkg.dec
> +  Silicon/Socionext/SynQuacer/SynQuacer.dec
> +
> +[BuildOptions]
> +  *_*_*_OBJCOPY_PATH  == objcopy
> +  *_*_*_OBJCOPY_FLAGS == -I elf64-little -O binary -j .rodata

I can improve this and fix Clang at the same time by adding

  *_*_*_ASM_FLAGS == -nostdlib
-Wl,-e,0x81f8000,--section-start=.rodata=0x81f8000
  *_CLANG35_*_ASM_FLAGS = -no-integrated-as
  *_CLANG38_*_ASM_FLAGS = -no-integrated-as

(and remove the linker arguments from the Makefile)


  reply	other threads:[~2018-02-27 17:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-27 13:47 [PATCH edk2-platforms] Silicon/SynQuacer: add stage 2 override translation tables for PCIe Ard Biesheuvel
2018-02-27 17:19 ` Ard Biesheuvel [this message]
2018-02-27 17:36   ` Leif Lindholm
2018-02-27 17:45     ` Ard Biesheuvel
2018-02-27 18:10       ` Leif Lindholm
2018-02-28  9:18         ` Ard Biesheuvel

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-list 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='CAKv+Gu9b4=2HcdYqDtwGTDS1f1FA-6rMbz5exhO3-VdhH=7dHA@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /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