[U-Boot] [PATCH 2/2 v8] Add support for MINI2440 (s3c2440).

Minkyu Kang promsoft at gmail.com
Wed May 2 02:15:06 CEST 2012


On 30 April 2012 22:38, Gabriel Huau <contact at huau-gabriel.fr> wrote:
> Signed-off-by: Gabriel Huau <contact at huau-gabriel.fr>
> ---
> Changes for v2:
>        - Coding style cleanup
>        - Remove unnecessary files modification
>        - Remove unnecessary board configuration set
>
> Changes for v3:
>        - Coding style cleanup
>        - Move some macro definition from lowlevel_init.S
>        to a new header
>        - Remove some "magic bloat" with I/O board initialization
>        - Add a pll_delay and replace loop by it
>        - Somme cleanup in the configuration file
>        - Cancel modifications on an SoC specific header
>        - Add my name to copyright
>
> Changes for v4:
>        - Move dram init to dram_init() instead low_levelinit
>        - Remove u      -boot env from configuration file and change
>        the address of initial SP
>        - Remove PLL init, now it's SoC specific
>
> Changes for v5:
>        - Clean up configuration file
>        - Add a MAINTAINERS entry
>        - Add a README.mini2440 file
>        - Use gpio/iomux interface in case of magic numbers
>        - Use get_ram_size()
>
> Changes for v6:
>        - Coding style cleanup
>        - Remove some unused define in the board config
>
> Changes for v7:
>        - Cleanup coding style
>        - Changement of the commit message
>
> Changes for v8:
>        - Replace define[tab] by define[space]
>
>  MAINTAINERS                           |    4 +
>  board/friendlyarm/mini2440/Makefile   |   44 ++++++++
>  board/friendlyarm/mini2440/mini2440.c |  134 ++++++++++++++++++++++++
>  board/friendlyarm/mini2440/mini2440.h |  144 +++++++++++++++++++++++++
>  boards.cfg                            |    1 +
>  doc/README.mini2440                   |   28 +++++
>  include/configs/mini2440.h            |  186 +++++++++++++++++++++++++++++++++
>  7 files changed, 541 insertions(+)
>  create mode 100644 board/friendlyarm/mini2440/Makefile
>  create mode 100644 board/friendlyarm/mini2440/mini2440.c
>  create mode 100644 board/friendlyarm/mini2440/mini2440.h
>  create mode 100644 doc/README.mini2440
>  create mode 100644 include/configs/mini2440.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 708ded7..2611fb5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -566,6 +566,10 @@ Unknown / orphaned boards:
>  #      Board           CPU                                             #
>  #########################################################################
>
> +Gabriel HUAU <contact at huau-gabriel.fr>
> +
> +       mini2440        s3c2440
> +

Please keep this list to alphabetically. (by last name)

>  Albert ARIBAUD <albert.u.boot at aribaud.net>
>
>        edminiv2        ARM926EJS (Orion5x SoC)

Thanks.
Minkyu Kang.
-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list