From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4C015C433F5 for ; Fri, 17 Dec 2021 16:38:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8975B83457; Fri, 17 Dec 2021 17:37:56 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="a/5yGUiH"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7A67F83493; Fri, 17 Dec 2021 17:37:34 +0100 (CET) Received: from mail-ua1-x92d.google.com (mail-ua1-x92d.google.com [IPv6:2607:f8b0:4864:20::92d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 40D738329E for ; Fri, 17 Dec 2021 17:37:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ua1-x92d.google.com with SMTP id u40so5466137uad.1 for ; Fri, 17 Dec 2021 08:37:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RnDHL0wsZKy2dJpyVS0+kXm8t1YdIEeU623E9EErgus=; b=a/5yGUiHnIiRgd50Az/1vCwKVWnV3XZSBzPgLJDodh8iy9eB5S4kN8hr2SyLCe0w22 OCSpmbr3luqpQ05/fkyuoy8KJn2HS6mKmP+s+ygVkhEZERHsl5Oc0wO+J+Y77oJSdX3B W0y3Yb+ZVwi435dQxZeBtMblYOeMnhPbi0djY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RnDHL0wsZKy2dJpyVS0+kXm8t1YdIEeU623E9EErgus=; b=6SEJXMsjr+pHXNRDsk7d7XfsPqMcElfqXoNaOEsOO+qxSBK1HuFM9sxf1MfAEk7Cof nWWXNnyQG6nhH7WM11zJTn6XK3gDPg75pt2KSMHPHJEnpK4gpKVz2gxDyzo5DhGaT3CV E0rNDnJJVP5yQVDlzhP2DheDiEowlHhMol1ZzJJvSybrGMVnPPsy+WuHAEzINIbc5U0V o3PReTIOke/IchHkZAwUGynu3YTOzUQ1qD3IvmHfwoymE2cODs6CiPAMPqGuvr0keOdu W5pOdd9kukfLkSqidpSaYv6pMvZdMtkQiSe2mkvjQGjlErmfVKyPhv9qvyARROKSTiA4 PKgg== X-Gm-Message-State: AOAM530o5R1VtzLlyWpXqWae/mo+tsp4eJkBYFtx7K+kKbIF6MbWCwPG LiKO6rlFAj+NAiyXZ/VOZMgTyY9R/BuWV/3nDcdx7Q== X-Google-Smtp-Source: ABdhPJwg+a8g/xX5XX5Zq2kDeWu8C4LUkQr2lwU7/rc/wMkTJtrod11y7fF1lz8uCofJAUqGRX4avQUpzQZMRG01aUU= X-Received: by 2002:a67:c81c:: with SMTP id u28mr783252vsk.71.1639759045791; Fri, 17 Dec 2021 08:37:25 -0800 (PST) MIME-Version: 1.0 References: <20211214175539.3173701-1-andre.przywara@arm.com> <20211214175539.3173701-2-andre.przywara@arm.com> In-Reply-To: <20211214175539.3173701-2-andre.przywara@arm.com> From: Simon Glass Date: Fri, 17 Dec 2021 09:37:12 -0700 Message-ID: Subject: Re: [PATCH 1/2] doc: Add documentation for the Arm VExpress64 board configs To: Andre Przywara Cc: Tom Rini , Sudeep Holla , Linus Walleij , u-boot@lists.denx.de, Peter Hoyes , Liviu Dudau , David Feng Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi Andre, On Tue, 14 Dec 2021 at 10:55, Andre Przywara wrote: > > From: Peter Hoyes > > Create a new documentation section for Arm Ltd boards with a sub-page > for the FVP VExpress64 system. > > Signed-off-by: Peter Hoyes > [Andre: remove Juno stub] > Signed-off-by: Andre Przywara > --- > doc/board/armltd/fvp64.rst | 30 ++++++++++++++++++++++++++++++ > doc/board/armltd/index.rst | 10 ++++++++++ > doc/board/index.rst | 1 + > 3 files changed, 41 insertions(+) > create mode 100644 doc/board/armltd/fvp64.rst > create mode 100644 doc/board/armltd/index.rst > > diff --git a/doc/board/armltd/fvp64.rst b/doc/board/armltd/fvp64.rst > new file mode 100644 > index 0000000000..9817b0aa3f > --- /dev/null > +++ b/doc/board/armltd/fvp64.rst > @@ -0,0 +1,30 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +Fixed Virtual Platforms > +======================= > + > +The Fixed Virtual Platforms (FVP) are complete software simulations of an Arm > +system, including processor, memory and peripherals. They are set out in a > +"programmer's view", which gives a comprehensive model on which to build and > +test software. > + > +The supported FVPs are available free of charge and can be downloaded from the > +Arm developer site [1]_ (user registration might be required). > + > +Supported features: > + > + * GICv3 > + * Generic timer > + * PL011 UART > + > +The default configuration assumes that U-Boot is bootstrapped using a suitable > +bootloader, such as Trusted Firmware-A [4]_. The u-boot binary can be passed TF-A has become a bootloader?! > +into the TF-A build: ``make PLAT= all fip BL33=u-boot.bin`` What is in this case? > + > +The FVPs can be debugged using Arm Development Studio [2]_. > + > +References > +---------- > + > +.. [1] https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms > +.. [2] https://developer.arm.com/tools-and-software/embedded/arm-development-studio > diff --git a/doc/board/armltd/index.rst b/doc/board/armltd/index.rst > new file mode 100644 > index 0000000000..caa6fd2bb0 > --- /dev/null > +++ b/doc/board/armltd/index.rst > @@ -0,0 +1,10 @@ > +.. SPDX-License-Identifier: GPL-2.0 > +.. Copyright (C) 2021 Arm Ltd. > + > +ARM Ltd. boards and emulated systems > +==================================== > + > +.. toctree:: > + :maxdepth: 2 > + > + fvp64 > diff --git a/doc/board/index.rst b/doc/board/index.rst > index 74ea33e081..78b486538b 100644 > --- a/doc/board/index.rst > +++ b/doc/board/index.rst > @@ -11,6 +11,7 @@ Board-specific doc > AndesTech/index > amlogic/index > apple/index > + armltd/index > atmel/index > congatec/index > coreboot/index > -- > 2.25.1 > Regards, Simon