[U-Boot] [PATCH] ARM: uniphier: fix address mapping in README.uniphier

Masahiro Yamada yamada.masahiro at socionext.com
Thu Oct 15 08:48:56 CEST 2015


Hi Tom,


Now, this is the only patch I want in the v2015.10 release.
http://patchwork.ozlabs.org/patch/524369/

This is a simple fix of a README file.  It should be safe.


I am not inclined to send a pull-req just for one patch.

Could you pick it up directly into u-boot/master, please?


Thanks,
Masahiro


2015-09-30 21:15 GMT+09:00 Masahiro Yamada <yamada.masahiro at socionext.com>:
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  doc/README.uniphier | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/doc/README.uniphier b/doc/README.uniphier
> index 6ba0320..57b947b 100644
> --- a/doc/README.uniphier
> +++ b/doc/README.uniphier
> @@ -129,10 +129,10 @@ as follows:
>
>   BKSZ    Description              RAM slot            Peripherals
>   --------------------------------------------------------------------
> - 0b00   15MB RAM / 1MB Peri    00000000-0effffff    0f000000-0fffffff
> - 0b01   31MB RAM / 1MB Peri    00000000-1effffff    1f000000-1fffffff
> - 0b10   64MB RAM / 1MB Peri    00000000-3effffff    3f000000-3fffffff
> - 0b11  127MB RAM / 1MB Peri    00000000-7effffff    7f000000-7fffffff
> + 0b00   15MB RAM / 1MB Peri    00000000-00efffff    00f00000-00ffffff
> + 0b01   31MB RAM / 1MB Peri    00000000-01efffff    01f00000-01ffffff
> + 0b10   64MB RAM / 1MB Peri    00000000-03efffff    03f00000-03ffffff
> + 0b11  127MB RAM / 1MB Peri    00000000-07efffff    07f00000-07ffffff
>
>  Set BSKZ[1:0] to 0b01 for U-Boot.
>  This mode is the most handy because EA[24] is always supported by the save pin


-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list