All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [RFC PATCH 09/10] arm: add support for SoC s5p4418 (cpu) / nanopi2 board
Date: Fri, 7 Feb 2020 11:10:07 -0500	[thread overview]
Message-ID: <20200207161007.GB13379@bill-the-cat> (raw)
In-Reply-To: <1580762799-6557-1-git-send-email-stefan_b@posteo.net>

On Mon, Feb 03, 2020 at 09:46:39PM +0100, Stefan Bosch wrote:

> Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
> - SPL not supported yet --> no spl-dir in arch/arm/cpu/armv7/s5p4418/.
>   Appropriate line in Makefile removed.
> - cpu.c: '#include <cpu_func.h>' added.
> - arch/arm/cpu/armv7/s5p4418/u-boot.lds removed, is not required
>   anylonger.
> - s5p4418.dtsi: '#include "../../../include/generated/autoconf.h"'
>   removed, is not necessary, error at out-of-tree building.
>   '#ifdef CONFIG_CPU_NXP4330'-blocks (2x) removed. Some minor changes
>   regarding mmc. 'u-boot,dm-pre-reloc' added to dp0 because of added
>   DM_VIDEO support.
> - board/s5p4418/ renamed to board/friendlyarm/
> - All s5p4418-boards except nanopi2 removed because there is no
>   possibility to test the other boards.
> - Kconfig: Changes to have a structure like mach-bcm283x (RaspberryPi),
>   e.g. "config ..." entries moved from/to other Kconfig.
> - "CONFIG_" removed from several s5p4418/nanopi2 specific defines
>   because the appropriate values do not need to be configurable.
> - nanopi2/board.c: All getenv(), getenv_ulong(), setenv() and saveenv()
>   renamed to env_get(), env_get_ulong(), env_set() and env_save(),
>   respectively. MACH_TYPE_S5P4418 is not defined anymore, therefore
>   appropriate code removed (not necessary for DT-kernels).
> - nanopi2/onewire.c: All crc8() renamed to crc8_ow() because crc8() is
>   already defined in lib/crc8.c (with different parameters).
> 
> Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
> ---
> 
>  arch/arm/cpu/armv7/Makefile           |   1 +
>  arch/arm/cpu/armv7/s5p4418/Makefile   |   6 +
>  arch/arm/cpu/armv7/s5p4418/cpu.c      | 120 ++++++
>  arch/arm/dts/Makefile                 |   3 +
>  arch/arm/dts/s5p4418-nanopi2.dts      | 109 ++++++
>  arch/arm/dts/s5p4418-pinctrl.dtsi     |  66 ++++
>  arch/arm/dts/s5p4418.dtsi             | 157 ++++++++

Please do the DTS files in their own commit and note what kernel release
they're from.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200207/d4574cc9/attachment.sig>

  reply	other threads:[~2020-02-07 16:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 19:39 [RFC PATCH 00/10] arm: add support for SoC S5P4418 Stefan Bosch
2020-02-03 20:32 ` [RFC PATCH 01/10] arm: add mach-nexell (header files) Stefan Bosch
2020-02-03 20:38 ` [RFC PATCH 02/10] arm: add mach-nexell (all files except header files) Stefan Bosch
2020-02-03 20:40 ` [RFC PATCH 03/10] i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm) Stefan Bosch
2020-02-04  6:58   ` Heiko Schocher
2020-02-04 18:29     ` Stefan B.
2020-02-20 17:49     ` Stefan B.
2020-02-22 12:34       ` Heiko Schocher
2020-02-03 20:41 ` [RFC PATCH 04/10] video: add nexell video driver (soc: displaytop) Stefan Bosch
2020-02-03 20:43 ` [RFC PATCH 05/10] video: add nexell video driver (soc: mlc, mipi) Stefan Bosch
2020-02-03 20:44 ` [RFC PATCH 06/10] video: add nexell video driver (soc: lvds, hdmi) Stefan Bosch
2020-02-03 20:45 ` [RFC PATCH 07/10] video: add nexell video driver (soc: dpc, makefile) Stefan Bosch
2020-02-03 20:45 ` [RFC PATCH 08/10] video: add nexell video driver (display/video driver) Stefan Bosch
2020-02-03 20:46 ` [RFC PATCH 09/10] arm: add support for SoC s5p4418 (cpu) / nanopi2 board Stefan Bosch
2020-02-07 16:10   ` Tom Rini [this message]
2020-02-03 20:47 ` [RFC PATCH 10/10] arm: add (default) config for " Stefan Bosch
2020-02-07 16:11 ` [RFC PATCH 00/10] arm: add support for SoC S5P4418 Tom Rini
2020-02-22 13:06 ` Amit Tomer
2020-02-25 19:13   ` Stefan B.

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=20200207161007.GB13379@bill-the-cat \
    --to=trini@konsulko.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.