mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Tomaz Solc <tomaz.solc@tablix.org>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/3] VideoCore FDT interop for Raspberry Pi
Date: Wed, 27 Feb 2019 14:22:12 +0100	[thread overview]
Message-ID: <20190227132215.9765-1-tomaz.solc@tablix.org> (raw)

Changes from the first patch series:

 - Drop of_bootargs command in favour of automatically extracting VideoCore
   bootargs to vc.bootargs global in board initialization. Sorry for forgetting
   to update the copyright header in of_bootargs.c. This file is gone now.
 - Replace printf() with pr_err() for printing error messages in rpi-common.c.

Best regards
Tomaz

Tomaz Solc (3):
  ARM: start: save end of memory passed to start.
  ARM: rpi: save fdt that was passed from VideoCore
  ARM: rpi: save bootargs from VC FDT to vc.bootargs

 Documentation/boards/bcm2835.rst          | 10 ++++
 arch/arm/boards/raspberry-pi/lowlevel.c   | 68 ++++++++++++++++++--------
 arch/arm/boards/raspberry-pi/lowlevel.h   |  9 ++++
 arch/arm/boards/raspberry-pi/rpi-common.c | 81 +++++++++++++++++++++++++++++++
 arch/arm/cpu/start.c                      |  8 +++
 arch/arm/include/asm/barebox-arm.h        |  1 +
 6 files changed, 158 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/boards/raspberry-pi/lowlevel.h

-- 
2.11.0


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

             reply	other threads:[~2019-02-27 13:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27 13:22 Tomaz Solc [this message]
2019-02-27 13:22 ` [PATCH v2 1/3] ARM: start: save end of memory passed to start Tomaz Solc
2019-02-27 13:22 ` [PATCH v2 2/3] ARM: rpi: save fdt that was passed from VideoCore Tomaz Solc
2019-02-27 13:22 ` [PATCH v2 3/3] ARM: rpi: save bootargs from VC FDT to vc.bootargs Tomaz Solc
2019-03-04  7:48 ` [PATCH v2 0/3] VideoCore FDT interop for Raspberry Pi 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=20190227132215.9765-1-tomaz.solc@tablix.org \
    --to=tomaz.solc@tablix.org \
    --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