mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Roland Hieber <r.hieber@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v3 00/14] MXS low-level improvements
Date: Tue, 14 Aug 2018 08:55:12 +0200	[thread overview]
Message-ID: <20180814065512.vkyoalzuyffg4plh@pengutronix.de> (raw)
In-Reply-To: <20180813130300.32497-1-r.hieber@pengutronix.de>

On Mon, Aug 13, 2018 at 03:02:46PM +0200, Roland Hieber wrote:
> While porting barebox onto a new old MX28 board, I had to extend the
> low-level code to set up SDRAM and PMIC. Most of those changes are
> probably also applicable to MX23 boards since the code paths are the
> same, and are only wrapped in mx28_*/mx23_*-specific wrapper functions.
> 
> (Also, if anyone wants to port these changes back to U-Boot, feel free
> to do so, it's the same code ☺)
> 
> Changes in v2 -> v3: (see diff below)
>   - 07/14 "ARM: MXS: refactor mx2*_power_init source configuration":
>     refactor power_config & __POWER_USE_MASK statments into new
>     inline function mxs_power_config_get_use(), as proposed by Andrey
>     Smirnov
> 
> Changes in v1 -> v2:
>   - include cleaner memory size detection by Sascha, also for i.MX23
>   - call mxs_mem_init_clock() explicitely from board code instead of
>     passing the clock dividers through mx*_mem_init()
>   - add parameter documentation for mxs_mem_init_clock()
>   - Documentation: back-pedal on the statment that all boards are ported
>     to barebox bootlets, there are still some i.MX23 boards that need
>     Freescale bootlet code
> 
> Roland Hieber (11):
>   images: MXS: allow generation of unencrypted bootstreams
>   ARM: MXS: i.MX28: allow setup of low-voltage SDRAM
>   ARM: MXS: allow configuration of EMI clock prescaler
>   ARM: MXS: refactor mx2*_power_init source configuration
>   ARM: MXS: allow starting from battery input without 4P2 source enabled
>   ARM: MXS: make power levels configurable in mx2*_power_init
>   ARM: MXS: fix VDDx brownout setup logic
>   ARM: MXS: make VDDx brownout setup more understandable
>   ARM: MXS: mxs_power_status: use less magic values
>   ARM: MXS: mxs_power_status: align output
>   Documentation: MXS: general update and improvements
> 
> Sascha Hauer (3):
>   scripts: mxsimage: Allow unencrypted images
>   ARM: i.MX28: Add memory size detection
>   ARM: i.MX23: Add memory size detection

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

      parent reply	other threads:[~2018-08-14  6:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-13 13:02 Roland Hieber
2018-08-13 13:02 ` [PATCH v3 01/14] scripts: mxsimage: Allow unencrypted images Roland Hieber
2018-08-13 13:02 ` [PATCH v3 02/14] images: MXS: allow generation of unencrypted bootstreams Roland Hieber
2018-08-13 13:02 ` [PATCH v3 03/14] ARM: MXS: i.MX28: allow setup of low-voltage SDRAM Roland Hieber
2018-08-13 13:02 ` [PATCH v3 04/14] ARM: MXS: allow configuration of EMI clock prescaler Roland Hieber
2018-08-13 13:02 ` [PATCH v3 05/14] ARM: i.MX28: Add memory size detection Roland Hieber
2018-08-13 13:02 ` [PATCH v3 06/14] ARM: i.MX23: " Roland Hieber
2018-08-13 13:02 ` [PATCH v3 07/14] ARM: MXS: refactor mx2*_power_init source configuration Roland Hieber
2018-08-13 13:02 ` [PATCH v3 08/14] ARM: MXS: allow starting from battery input without 4P2 source enabled Roland Hieber
2018-08-13 13:02 ` [PATCH v3 09/14] ARM: MXS: make power levels configurable in mx2*_power_init Roland Hieber
2018-08-13 13:02 ` [PATCH v3 10/14] ARM: MXS: fix VDDx brownout setup logic Roland Hieber
2018-08-13 13:02 ` [PATCH v3 11/14] ARM: MXS: make VDDx brownout setup more understandable Roland Hieber
2018-08-13 13:02 ` [PATCH v3 12/14] ARM: MXS: mxs_power_status: use less magic values Roland Hieber
2018-08-13 13:02 ` [PATCH v3 13/14] ARM: MXS: mxs_power_status: align output Roland Hieber
2018-08-13 13:03 ` [PATCH v3 14/14] Documentation: MXS: general update and improvements Roland Hieber
2018-08-14  6:55 ` Sascha Hauer [this message]

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=20180814065512.vkyoalzuyffg4plh@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=r.hieber@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox