Re: [U-Boot] [PATCH 09/11] IMX: add additional function for pinmux using an array

2014-04-22 Thread Tim Harvey
On Thu, Apr 10, 2014 at 7:41 AM, Nikita Kiryanov wrote: > On 04/09/2014 06:40 PM, Tim Harvey wrote: >> >> On Wed, Apr 9, 2014 at 7:56 AM, Nikita Kiryanov >> wrote: >>> >>> Hi Tim, >>> >>> >>> On 04/03/2014 09:01 AM, Tim Harvey wrote: Add new function that can take an array of iomux

[U-Boot] [PATCH 3/4] power: Add support for LTC3676 PMIC

2014-04-22 Thread Tim Harvey
The LTC3676 PMIC includes four DC/DC converters, and three 300mA LDO Regulators (two Adjustable). The DC/DC converters are adjustable based on a resistor devider (board-specific). This adds support for the LTC3676 by creating a namespace unique init function that uses the PMIC API to allocate a pm

[U-Boot] [PATCH 2/4] ventana: use non-generic pfuze100 init

2014-04-22 Thread Tim Harvey
Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/gw_ventana.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index c130e2c..48e90e0 100644 --- a/board/gateworks/gw_ventana/gw_venta

[U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-22 Thread Tim Harvey
Avoid uding pmic_init() as this forces the model of only allowing a single PMIC driver to be built at a time. Signed-off-by: Tim Harvey --- drivers/power/pmic/pmic_pfuze100.c | 2 +- include/power/pfuze100_pmic.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/p

[U-Boot] [PATCH 0/4] ventana: Add LTC3676 PMIC support

2014-04-22 Thread Tim Harvey
The Gateworks Ventana boards share much in common, but there are two differing PMIC's used on them. This patch series adds a new PMIC driver for the LTC3676 and supports them both within the common board support file. Signed-off-By: Tim Harvey Tim Harvey (4): power: make pfuze100 be able to co

[U-Boot] [PATCH 4/4] [PATCH] ventana: Add support for the LTC3676 PMIC

2014-04-22 Thread Tim Harvey
The LTC3676 PMIC is used instead of the PFUZE100 PMIC on the GW51xx/GW52xx/GW53xx Ventana baseboards. In order to support the IMX6Q SoC at 1GHz on those baseboards, we need to adjust the voltage scaling for the SW1 and SW3 DC/DC converters on the LTC3676 for 1225mV. Note that the scalar values for

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Remove QE firmware copy from NAND

2014-04-22 Thread Prabhakar Kushwaha
On 4/23/2014 1:01 AM, Scott Wood wrote: On Mon, 2014-04-21 at 10:46 +0530, Prabhakar Kushwaha wrote: qe_init() does not use data copied from NAND. Thise code is not tested or complied causing compilation error during NAND boot So, remove QE firmware copy from NAND to ddr. Signed-off-by: Prabh

[U-Boot] [PATCH 6/6] ARM: tegra: update Venice2 pinmux

2014-04-22 Thread Stephen Warren
From: Stephen Warren This re-imports the entire Venice2 pinmux data from the board's master spreadsheet, and makes use of the new IO clamping GPIO initialization table features. This makes the board port fully compliant with the required HW-defined pinmux initialization sequence. Signed-off-by:

[U-Boot] [PATCH 1/6] ARM: tegra: allow pinmux mux option not to be set by init tables

2014-04-22 Thread Stephen Warren
From: Stephen Warren Define enum PMUX_FUNC_DEFAULT, which indicates that a table entry passed to pinmux_config_pingrp()/pinmux_config_pingrp_table() shouldn't change the mux option in HW. For pins that will be used as GPIOs, the mux option is irrelevant, so we simply don't want to define any mux

[U-Boot] [PATCH 5/6] ARM: tegra: clamp inputs on Jetson TK1

2014-04-22 Thread Stephen Warren
From: Stephen Warren The HW-defined procedure for booting Tegra requires that CLAMP_INPUTS_WHEN_TRISTATED be enabled before programming the pinmux. Modify the Jetson TK1 board to do this. Signed-off-by: Stephen Warren --- board/nvidia/jetson-tk1/jetson-tk1.c | 2 ++ 1 file changed, 2 insertion

[U-Boot] [PATCH 2/6] ARM: tegra: add GPIO initialization table function

2014-04-22 Thread Stephen Warren
From: Stephen Warren The HW-defined procedure for booting Tegra requires that some pins be set up as GPIOs immediately at boot in order to avoid glitches on those pins, when the pinmux is programmed. Add a feature to the GPIO driver which executes a GPIO configuration table. Board files will use

[U-Boot] [PATCH 4/6] ARM: tegra: make use of GPIO init table on Jetson TK1

2014-04-22 Thread Stephen Warren
From: Stephen Warren The HW-defined procedure for booting Tegra requires that some pins be set up as GPIOs immediately at boot in order to avoid glitches on those pins, when the pinmux is programmed. This patch implements this procedure for Jetson TK1. For pins which are to be used as GPIOs, the

[U-Boot] [PATCH 3/6] ARM: tegra: add function to enable input clamping on tristate

2014-04-22 Thread Stephen Warren
From: Stephen Warren The HW-defined procedure for booting Tegra requires that CLAMP_INPUTS_WHEN_TRISTATED be enabled before programming the pinmux. Add a function to the pinmux driver to allow boards to do this. Signed-off-by: Stephen Warren --- arch/arm/cpu/tegra-common/pinmux-common.c | 16 +

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Remove QE firmware copy from NAND

2014-04-22 Thread Scott Wood
On Mon, 2014-04-21 at 10:46 +0530, Prabhakar Kushwaha wrote: > qe_init() does not use data copied from NAND. Thise code is not tested or > complied causing compilation error during NAND boot > > So, remove QE firmware copy from NAND to ddr. > > Signed-off-by: Prabhakar Kushwaha Where does the Q

Re: [U-Boot] [PATCH 1/2] mtd: denali: improve nand_read_oob and fix nand_write_oob

2014-04-22 Thread Scott Wood
On Tue, 2014-04-22 at 10:04 +0900, Masahiro Yamada wrote: > Hi Scott, > > > > > It is really really painful to wait more than 10 seconds just for bad > > > block > > > scanning to boot Linux. > > > > Making bad block scans faster is a good thing, but why do you need to > > scan them just to boo

Re: [U-Boot] [PATCH] doc: README.generic-board: Fix typo

2014-04-22 Thread Simon Glass
On 22 April 2014 12:45, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam > --- > doc/README.generic-board | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/README.generic-board b/doc/README.generic-board > index 50d3a26..17da0b9 100644 > --- a/doc/README.generic-boa

[U-Boot] [PATCH 6/8] mx53evk: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 4/8] mx53ard: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 2/8] mx53loco: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 7/8] udoo: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 5/8] mx53smd: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 1/8] wandboard: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 3/8] mx6sabre_common: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH 8/8] hummingboard: Convert to generic board

2014-04-22 Thread Fabio Estevam
Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on boot: "Warning: Your board does not use generic board. Please read doc/README.generic-board and take action. Boards not upgraded by the late 2014 may break or be remove

[U-Boot] [PATCH] doc: README.generic-board: Fix typo

2014-04-22 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- doc/README.generic-board | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.generic-board b/doc/README.generic-board index 50d3a26..17da0b9 100644 --- a/doc/README.generic-board +++ b/doc/README.generic-board @@ -17,7 +17,7 @@ architect

Re: [U-Boot] [PATCH V3 3/3] eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command

2014-04-22 Thread Wolfgang Denk
Dear Pierre Aubert, In message <1398182087-14913-4-git-send-email-p.aub...@staubli.com> you wrote: > This sub-command adds support for the RPMB partition of an eMMC: > * mmc rpmb key > Programs the authentication key in the eMMC This key can not > be overwritten. > * mmc rpmb read <#count>

Re: [U-Boot] [PATCH V2 2/2] eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command

2014-04-22 Thread Wolfgang Denk
Dear Pierre, In message <5350c8bc.9000...@staubli.com> you wrote: > > > I think that now, with more subcommands being added, we should > > convert the mmc code to proper subcommand handling. [It might even > > make sense to do so for "mmc rpmb", too.] > Do you think about the use of the macro U_B

Re: [U-Boot] [PATCH] config: enable CMD_BMP when API+LCD is enabled

2014-04-22 Thread Stephen Warren
On 04/21/2014 05:31 PM, Simon Glass wrote: > Hi Stephen, > > On 18 April 2014 11:15, Stephen Warren wrote: >> >> From: Stephen Warren >> >> When both CONFIG_API and CONFIG_LCD are enabled, the API code calls >> lcd_display_bitmap(). That isn't compiled unless either CONFIG_CMD_BMP >> or CONFIG_S

[U-Boot] [PATCH V3 2/3] Add the function 'confirm_yesno' for interactive confirmation.

2014-04-22 Thread Pierre Aubert
User's confirmation is asked in different commands. This commit adds a function for such confirmation. Signed-off-by: Pierre Aubert --- common/cmd_fuse.c | 11 ++- common/cmd_nand.c | 16 +--- common/cmd_otp.c | 18 +++--- common/console.c | 28 +

[U-Boot] [PATCH V3 1/3] eMMC: add support for operations in RPMB partition

2014-04-22 Thread Pierre Aubert
This patch adds functions for read, write and authentication key programming for the Replay Protected Memory Block partition in the eMMC. Signed-off-by: Pierre Aubert CC: Pantelis Antoniou --- drivers/mmc/Makefile |1 + drivers/mmc/rpmb.c | 323 +++

[U-Boot] [PATCH V3 3/3] eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command

2014-04-22 Thread Pierre Aubert
This sub-command adds support for the RPMB partition of an eMMC: * mmc rpmb key Programs the authentication key in the eMMC This key can not be overwritten. * mmc rpmb read <#count> [address of key] Reads <#count> blocks of 256 bytes in the RPMB partition beginning at block number . If t

[U-Boot] [PATCH V3 0/3] eMMC: support for Read Protected Memory Block (RPMB)

2014-04-22 Thread Pierre Aubert
This serie of patches adds some functions and a sub-command of 'mmc' for programming the authentication key and for reading and writing the RPMB partition of an eMMC according to the JEDEC standard No. 64-A441 The sub-command rpmb is enabled by the flag CONFIG_SUPPORT_EMMC_RPMB defined in the b

Re: [U-Boot] [RFC PATCH 3/3] mkconfig: Do not define CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD} in config.h.

2014-04-22 Thread Stephen Warren
On 04/22/2014 03:43 AM, Masahiro Yamada wrote: > This commit modifies mkconfig not to define CONFIG_SYS_ARCH, > CONFIG_SYS_CPU, CONFIG_SYS_SOC, CONFIG_SYS_VENDOR, CONFIG_SYS_BOARD. > > They are still used in some board files. > Tegra family, OMAP-Panda board, some Samsung boards. > > Add CONFIG_S

Re: [U-Boot] [PATCH v2 7/8] cmd_mmc.c: Add bootbus mmc sub-command

2014-04-22 Thread Tom Rini
On Fri, Apr 18, 2014 at 11:25:23AM +0200, Michael Trimarchi wrote: > Hi Tom > > On Thu, Jan 30, 2014 at 10:31 PM, Tom Rini wrote: > > Add a bootbus sub-command to the mmc command to allow for setting > > the boot_bus_width, reset_boot_bus_width and boot_mode fields of > > BOOT_BUS_WIDTH (EXT_CSD

Re: [U-Boot] [RFC PATCH 2/3] cmd_pxe: remove SoC, ARCH path from pxe_default_path

2014-04-22 Thread Stephen Warren
On 04/22/2014 03:43 AM, Masahiro Yamada wrote: > Drop CONFIG_SYS_ARCH and CONFIG_SYS_SOC from the code. This seems like something that will be annoying to people who rely on this behaviour; the patch removes functionality for no purpose. ___ U-Boot maili

Re: [U-Boot] support for maxim dallas rtcds1347

2014-04-22 Thread Tom Rini
On Fri, Apr 18, 2014 at 12:26:21AM +0530, RAGHAVENDRA GANIGA wrote: > I am writing the support for rtc ds1347 > > my driver file resides in drivers/rtc/ds1347.c > > who is the custodian for the rtc subsystem of uboot > or just i have to mail patch to u-boot@lists.denx.de I haven't picked it up

Re: [U-Boot] [PATCH 0/3] pcnet driver fixes

2014-04-22 Thread Tom Rini
On Thu, Apr 17, 2014 at 09:44:06PM +0200, Daniel Schwierzeck wrote: > Hi Tom, > > 2014-04-07 17:41 GMT+02:00 Paul Burton : > > This series fixes issues with the pcnet driver & its memory accesses. > > > > Previously the network interface on the MIPS Malta board was unreliable > > & would often tim

Re: [U-Boot] Micron PC28F00AP30 flash support

2014-04-22 Thread Stefan Roese
Hi Andy, On 14.04.2014 13:32, Andy Pont wrote: I am looking at porting U-Boot to a board that is being designed with a Micron PC28D00AP30 NOR flash device and can't work out whether this is something that is already supported by U-Boot or whether it is work that I will need to undertake. I have

Re: [U-Boot] [RFC PATCH 2/3] cmd_pxe: remove SoC, ARCH path from pxe_default_path

2014-04-22 Thread Rob Herring
On Tue, Apr 22, 2014 at 4:43 AM, Masahiro Yamada wrote: > Drop CONFIG_SYS_ARCH and CONFIG_SYS_SOC from the code. That is clear from the diff, but you are not stating why you need this change. Rob > > Signed-off-by: Masahiro Yamada > Cc: Rob Herring > Cc: Stephen Warren > --- > > common/cmd_

Re: [U-Boot] [RFC PATCH 1/3] env: drop CONFIG_ENV_VARS_UBOOT_CONFIG support

2014-04-22 Thread Wolfgang Denk
Dear Masahiro, In message <1398159826-29398-2-git-send-email-yamad...@jp.panasonic.com> you wrote: > CONFIG_ENV_VARS_UBOOT_CONFIG, if defined, sets environment > variables, "arch", "cpu", "board", etc. depending on > CONFIG_SYS_ARCH, CONFIG_SYS_CPU, CONFIG_SYS_BOARD, respectively. > > We are dis

Re: [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

2014-04-22 Thread Wolfgang Denk
Dear Albert, In message you wrote: > > Also, I don't think we need a *centralized* source of information. > I think we need a source of information which requires minimal effort > when adding or removing a board (or SoC, or...). Therefore, I'm fine > with a board-specific file (defconfig or othe

Re: [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

2014-04-22 Thread Wolfgang Denk
Dear Masahiro, In message <20140422163032.3ae3.aa925...@jp.panasonic.com> you wrote: > > I did this (CONFIG_BOARD_MAINTAINER) in my RFC > http://patchwork.ozlabs.org/patch/330915/ > (but user-editable) > > I think everyone was opposed to my idea > and we chose to add MAINTAINERS file. Well, spe

[U-Boot] [PATCH] powerpc/fman/memac: use default MDIO_HOLD value

2014-04-22 Thread shh.xie
From: Shaohui Xie Current driver uses a Maximum value for MDIO_HOLD when doing 10G MDIO access, this is due to an errata A-006260 on T4 rev1.0 which is fixed on rev2.0, so remove the maximum value to use the default value for rev2.0. Signed-off-by: Shaohui Xie --- drivers/net/fm/memac_phy.c |

[U-Boot] [PATCH 2/2] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080RDB

2014-04-22 Thread Aneesh Bansal
Secure Boot Target is added for T2080RDB Changes: For Secure boot, CPC is configured as SRAM and used as house keeping area which needs to be disabled. So CONFIG_SYS_CPC_REINIT_F is defined for CONFIG_T2080RDB. Signed-off-by: Aneesh Bansal --- arch/powerpc/include/asm/fsl_secure_boot.h | 1 + b

[U-Boot] [PATCH 1/2] powerpc/mpc85xx: SECURE BOOT- secure boot target for t1040rdb

2014-04-22 Thread Aneesh Bansal
T1040RDB.h file is removed and a unified file T104xRDB.h is created. Hence macro CONFIG_T1040 is renamed to CONFIG_T104x. Signed-off-by: Gaurav Kumar Rana Signed-off-by: Aneesh Bansal --- arch/powerpc/include/asm/fsl_secure_boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[U-Boot] [RFC PATCH 2/3] cmd_pxe: remove SoC, ARCH path from pxe_default_path

2014-04-22 Thread Masahiro Yamada
Drop CONFIG_SYS_ARCH and CONFIG_SYS_SOC from the code. Signed-off-by: Masahiro Yamada Cc: Rob Herring Cc: Stephen Warren --- common/cmd_pxe.c | 4 1 file changed, 4 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index 3483328..4b4a954 100644 --- a/common/cmd_pxe.c +++ b/c

[U-Boot] [RFC PATCH 3/3] mkconfig: Do not define CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD} in config.h.

2014-04-22 Thread Masahiro Yamada
This commit modifies mkconfig not to define CONFIG_SYS_ARCH, CONFIG_SYS_CPU, CONFIG_SYS_SOC, CONFIG_SYS_VENDOR, CONFIG_SYS_BOARD. They are still used in some board files. Tegra family, OMAP-Panda board, some Samsung boards. Add CONFIG_SYS_SOC, CONFIG_SYS_BOARD definition to their header files to

[U-Boot] [RFC PATCH 1/3] env: drop CONFIG_ENV_VARS_UBOOT_CONFIG support

2014-04-22 Thread Masahiro Yamada
CONFIG_ENV_VARS_UBOOT_CONFIG, if defined, sets environment variables, "arch", "cpu", "board", etc. depending on CONFIG_SYS_ARCH, CONFIG_SYS_CPU, CONFIG_SYS_BOARD, respectively. We are discussing the introduction of Kconfig. In our discussion, we found boolean CONFIG macros are more useful in Kconf

[U-Boot] [RFC PATCH 0/3] Remove CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD}

2014-04-22 Thread Masahiro Yamada
When I posted the RFC version of Kconfig series, I defined CONFIG_SYS_ARCH, CONFIG_SYS_CPU, CONFIG_SYS_SOC, CONFIG_SYS_VENDOR, CONFIG_SYS_BOARD in Kconfig. For example, configs/harmony_defconfig was like this: CONFIG_SPL=y CONFIG_ARM=y CONFIG_SYS_CPU="armv7" CONFIG_SOC_DIR=y CONFIG_SYS_S

Re: [U-Boot] [PATCH] spl: consolidate arch/arm/include/asm/arch-*/spl.h

2014-04-22 Thread Michal Simek
On 04/16/2014 08:44 AM, Masahiro Yamada wrote: > arch/arm/include/asm/spl.h requires all SoCs to have > arch/arm/include/asm/arch-*/spl.h. > > But many of them just define BOOT_DEVICE_* macros. > > Those macros are used in the "switch (boot_device) { ... }" > statement in common/spl/spl.c. > > S

[U-Boot] [PATCH] powerpc/85xx: add T4080 SoC support

2014-04-22 Thread Shengzhou Liu
The T4080 SoC is a low-power version of the T4240/T4160. T4080 combines 4 dual-threaded Power Architecture e6500 cores with single cluster and two memory complexes. Signed-off-by: Shengzhou Liu --- based on 'next' branch of u-boot-mpc85xx. arch/powerpc/cpu/mpc85xx/Makefile | 2 ++ arch

Re: [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

2014-04-22 Thread Albert ARIBAUD
Hi Masahiro, On Tue, 22 Apr 2014 16:30:32 +0900, Masahiro Yamada wrote: > Hi Albert, > > > Can'we have the maintainer(s) be part of the board config file > > from the start, like a required (but possible non-editable) > > configuration item, something like "CONFIG_MAINTAINER_EMAIL"? > > > > Th

[U-Boot] [PATCH ][v3] powerpc/T4QDS: add two stage boot of nand/sd

2014-04-22 Thread shh.xie
From: Shaohui Xie Add support of 2 stage NAND/SD boot loader using SPL framework. PBL initialise the internal SRAM and copy SPL, this further initialise DDR using SPD and environment and copy u-boot from NAND/SD to DDR, finally SPL transfer control to u-boot. NOR uses CS1 instead of CS2 when NAND

Re: [U-Boot] [PATCH 06/11] MX6: add struct for sharing data between SPL and uboot

2014-04-22 Thread Igor Grinberg
Hi Tim, On 04/21/14 21:28, Tim Harvey wrote: > On Sun, Apr 20, 2014 at 12:52 AM, Igor Grinberg > wrote: >> On 04/18/14 09:35, Tim Harvey wrote: >>> On Thu, Apr 17, 2014 at 4:44 AM, Stefano Babic wrote: Hi Igor, hi Tim On 17/04/2014 13:22, Igor Grinberg wrote: > > get

Re: [U-Boot] [RFC PATCH 3/5] MAINTAINERS.boards: add initial version

2014-04-22 Thread Masahiro Yamada
Hi Albert, > Can'we have the maintainer(s) be part of the board config file > from the start, like a required (but possible non-editable) > configuration item, something like "CONFIG_MAINTAINER_EMAIL"? > > This would, at least, keep all information for a single board > in a single place. I did t