Recent commits of DTC introduced new warnings checking PCI and simple
buses, unit address formatting, and stricter node and property name
checking. Disable the new DTC warnings by default. As before,
warnings are enabled with W=*. The strict node and property name
checks are a bit subjective, so
Hi Simon,
On Sun, 14 May 2017 21:03:27 -0600
Simon Glass s...@chromium.org wrote:
...
> > @@ -119,6 +119,13 @@ void fsp_init(u32 stack_top, u32 boot_mode, void
> > *nvs_buf)
> > /* No valid FSP info header was found */
> > panic("Invalid FSP header");
> > }
Hi Simon
On 05/14/2017 11:13 AM, Simon Glass wrote:
> On 10 May 2017 at 10:09, wrote:
>> From: Patrice Chotard
>>
>> Make this driver more generic as echi-generic
>>
>> Signed-off-by: Patrice Chotard
>> ---
>>
>> v5: _ add clock, reset and generic phy support
>>
>> drivers/usb/host/ohci-gen
Hi Simon,
On Sun, 14 May 2017 21:03:34 -0600
Simon Glass s...@chromium.org wrote:
...
> > Introduce functions that check the integrity of u-boot by utilising the
> > hashes stored in the oem-data block.
>
> U-Boot
yes, will fix it.
...
> > +/**
> > + * This function compares a hash which gets
Hi,
On Sun, 14 May 2017 21:03:23 -0600 Simon Glass wrote:
> Hi Lothar,
>
> On 11 May 2017 at 08:59, Lothar Waßmann wrote:
> > Hi,
> >
> > On Wed, 10 May 2017 08:20:44 -0600 Simon Glass wrote:
> >> This function converts the flat device tree into a hierarchical one with
> >> C structures and poin
Hi Marek
On 05/12/2017 10:50 PM, Marek Vasut wrote:
> On 05/12/2017 07:27 PM, patrice.chot...@st.com wrote:
>> From: Patrice Chotard
>>
>> Add error path to disable enabled clocks and to assert
>> deasserted resets
>> Populate the remove callback
>>
>> Signed-off-by: Patrice Chotard
>> ---
>> v2
Hi Marek
On 05/12/2017 10:50 PM, Marek Vasut wrote:
> On 05/12/2017 07:27 PM, patrice.chot...@st.com wrote:
>> From: Patrice Chotard
>>
>> Add support of generic PHY framework
>>
>> Signed-off-by: Patrice Chotard
>> ---
>>
>> v2: _ split previous path 1, add generic PHY framework
>>
>> drivers
Hi Marek
On 05/12/2017 10:51 PM, Marek Vasut wrote:
> On 05/12/2017 07:27 PM, patrice.chot...@st.com wrote:
>> From: Patrice Chotard
>
> Commit message does not explain WHY this change is needed. In fact ...
> commit message is missing altogether ...
Yes, my bad i forget it, i will add it in the
Hi Simon
On 05/15/2017 05:03 AM, Simon Glass wrote:
> Hi Patrice,
>
> On 12 May 2017 at 11:27, wrote:
>> From: Patrice Chotard
>>
>> Add error path to disable enabled clocks and to assert
>> deasserted resets
>> Populate the remove callback
>>
>> Signed-off-by: Patrice Chotard
>> ---
>> v2:
Hi Simon
On 05/15/2017 05:03 AM, Simon Glass wrote:
> Hi Patrice,
>
> On 12 May 2017 at 11:27, wrote:
>> From: Patrice Chotard
>>
>> Add support of generic PHY framework
>>
>> Signed-off-by: Patrice Chotard
>> ---
>>
>> v2: _ split previous path 1, add generic PHY framework
>>
>> drivers/
On 14.5.2017 22:47, Peter Robinson wrote:
> Drop include of netdev.h as it's a SATA driver not a network driver.
>
> Signed-off-by: Peter Robinson
> ---
> drivers/block/sata_ceva.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/block/sata_ceva.c b/drivers/block/sata_ceva.c
> in
If 'usb start' does not find devices, the command 'usb dev'
without parameter will lead to error= USB device -1: data abort
A check on usb_stor_curr_dev avoid the issue
Signed-off-by: Patrick Delaunay
---
cmd/usb.c | 4
1 file changed, 4 insertions(+)
diff --git a/cmd/usb.c b/cmd/usb.c
in
Hi Simon
On 05/15/2017 05:02 AM, Simon Glass wrote:
> Hi Patrice,
>
> On 10 May 2017 at 10:09, wrote:
>> From: Patrice Chotard
>>
>> Signed-off-by: Patrice Chotard
>> Reviewed-by: Jaehoon Chung
>> ---
>>
>> v5: _ none
>> v4: _ none
>> v3: _ none
>> v2: _ none
>>
>>
>> drivers
Hi Simon
On 05/15/2017 05:02 AM, Simon Glass wrote:
> Hi Patrice,
>
> On 10 May 2017 at 10:09, wrote:
>> From: Patrice Chotard
>>
>> This patch adds the ST glue logic to manage the DWC3 HC
>> on STiH407 SoC family. It configures the internal glue
>> logic and syscfg registers.
>>
>> Part of thi
Hi Simon
On 05/15/2017 05:03 AM, Simon Glass wrote:
> On 10 May 2017 at 10:09, wrote:
>
> It's a good idea to always have a commit message.
Will fix it
>
>> From: Patrice Chotard
>>
>> Signed-off-by: Patrice Chotard
>> ---
>>
>> v5: _ none
>> v4: _ none
>> v3: _ none
>> v2: _
Hello Tom,
please pull from u-boot-i2c.git master
The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git maste
The RK3368 is an octa-core Cortex-A53 SoC from Rockchip.
This adds basic support to chain-load U-Boot from Rockchip's
miniloader.
Changes in v2:
- fix typo in subject
- remove CRU base definition in cru head file
- Drop extra blank lines
- remove GRF base definition in cru head file
- remove u
Add driver to setup the various PLLs and peripheral
clocks on the RK3368.
Signed-off-by: Andy Yan
---
Changes in v2:
- fix typo in subject
- remove CRU base definition in cru head file
- Drop extra blank lines
arch/arm/include/asm/arch-rockchip/cru_rk3368.h | 124 ++
drivers/clk/roc
Add driver to support iomux setup for the most commonly
used peripherals on rk3368.
Signed-off-by: Andy Yan
---
Changes in v2:
- remove GRF base definition in cru head file
- remove unused function
arch/arm/include/asm/arch-rockchip/grf_rk3368.h | 440
drivers/pinctrl/
From: Andreas Färber
The RK3368 is an octa-core Cortex-A53 SoC from Rockchip.
This adds basic support to chain-load U-Boot from Rockchip's
miniloader.
Signed-off-by: Andreas Färber
Signed-off-by: Andy Yan
Reviewed-by: Simon Glass
---
Changes in v2:
- remove directly reference of GRF and CRU
:wq
:q
:q
From: Andy Yan
Date: Thu, 9 Mar 2017 19:30:53 +0800
Subject: [PATCH v2 4/7] rockchip: rk3368: Add sysreset driver
Add sysreset driver to reset rk3368 SOC.
Signed-off-by: Andy Yan
Reviewed-by: Simon Glass
---
Changes in v2:
- slect soft reset source before reset
Sheep board is designed by Rockchip as a EVB for rk3368.
Currently it is able to boot a linux kernel and system
to console with the miniloader run as fist level loader.
Reviewed-by: Simon Glass
Signed-off-by: Andy Yan
---
Changes in v2:
- add a README to describe how to boot the board
arch/ar
From: Andreas Färber
The GeekBox is a TV box from GeekBuying, based on an MXM3 module.
The module can be used with base boards such as the GeekBox Landingship.
This adds basic support to chain-load U-Boot from Rockchip's miniloader.
Signed-off-by: Andreas Färber
Signed-off-by: Andy Yan
---
Ch
PX5 EVB is designed by Rockchip for automotive field
with integrated CVBS (TP2825) / MIPI DSI / CSI / LVDS
HDMI video input/output interface, audio codec ES8396,
WIFI / BT (on RTL8723BS), Gsensor BMA250E and light&proximity
sensor STK3410.
Signed-off-by: Andy Yan
Reviewed-by: Simon Glass
---
Ch
Add sysreset driver to reset rk3368 SOC.
Signed-off-by: Andy Yan
Reviewed-by: Simon Glass
---
Changes in v2:
- slect soft reset source before reset
drivers/sysreset/Makefile | 1 +
drivers/sysreset/sysreset_rk3368.c | 62 ++
2 files changed, 63 i
Hi Simon,
On 15/05/2017 05:28, Simon Glass wrote:
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote:
Subject: drop the period at the end
Also I think 'mmc: Introduce MMC modes' is better (imperative tense)
no functionnal changes.
In order to add the support for the high speed SD and MMC mo
On 15/05/2017 05:28, Simon Glass wrote:
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote:
The SDcard startup process currently handles only 2 modes. To make it
easier to add support for more modes, let's make the process more generic
and use a list of the modes to try.
The major functional
From: Tien Fong Chee
Remove parameter from socfpga_bridges_reset(), and keeping this function
for single purpose which is just triggering reset on bridges.
socfpga_reset_deasserte_bridges_handoff() can be called for releasing reset
on any bridges based on the bridge setting defined in fdt.
Signe
From: Tien Fong Chee
Move FPGA manager driver which is Gen5 specific code from arch/arm/
into FPGA driver at driver/fpga/. No functional change.
Signed-off-by: Tien Fong Chee
---
arch/arm/mach-socfpga/Makefile | 1 -
arch/arm/mach-socfpga/fpga_manager.c | 78
From: Tien Fong Chee
This is the 3rd version of patchset to adds support for Intel Arria 10 SoC FPGA
driver. This version mainly resolved comments from Marek in [v2].This series is
working on top of u-boot-socfpga-next branch
http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads
From: Tien Fong Chee
Move FPGA driver which is Gen5 specific code into Gen5 driver file
and keeping common FPGA drivi er intact. All the changes are still keeping
in driver/fpga/ and no functional change. Subsequent patch would move
FPGA manager driver from arch/arm into driver/fpga/ .
Signed-of
From: Tien Fong Chee
Add FPGA driver support for Arria 10.
Signed-off-by: Tien Fong Chee
---
arch/arm/mach-socfpga/include/mach/fpga_manager.h | 2 +
.../include/mach/fpga_manager_arria10.h| 100 +
drivers/fpga/Makefile | 1 +
drivers/fpga/socf
This option is only used in one driver and two boards. It does not seem
worth having the ability to remove this part of the support.
Drop the option.
Signed-off-by: Simon Glass
---
README| 1 -
drivers/misc/ds4510.c | 8
include/configs/xpedite517x.h |
This series moves more commands to Kconfig.
There are two points of note:
- A patch is included to drop the whole digital thermometer and thermostat
(DTT) subsystem. It has been replaced with UCLASS_THERMAL and boards
should be using that instead.
- Also included is a patch to drop three
This option is only used in one driver and is not enabled by any board. It
does not seem worth having the ability to remove this part of the support.
Drop the option.
Signed-off-by: Simon Glass
---
README | 1 -
drivers/misc/ds4510.c| 10 --
scripts/confi
This option is only used in one driver and is not enabled by any board. It
does not seem worth having the ability to remove this part of the support.
Drop the option.
Signed-off-by: Simon Glass
---
README | 1 -
drivers/misc/ds4510.c| 6 --
scripts/config_whit
Run moveconfig.py -s to get defconfig files back in sync.
Signed-off-by: Simon Glass
---
configs/Sinovoip_BPI_M2_Plus_defconfig | 1 -
configs/am335x_baltos_defconfig | 4 +-
configs/am335x_evm_defconfig | 1 -
configs/am335x_hs_evm_defconfig
This converts the following to Kconfig:
CONFIG_DS4510
Signed-off-by: Simon Glass
---
README| 1 -
configs/xpedite517x_defconfig | 1 +
configs/xpedite537x_defconfig | 1 +
drivers/misc/Kconfig | 8
include/configs/xpedite517x.h | 1 -
include/configs
This converts the following to Kconfig:
CONFIG_CMD_EECONFIG
Signed-off-by: Simon Glass
---
board/gateworks/gw_ventana/Kconfig | 5 +
configs/gwventana_emmc_defconfig | 1 +
configs/gwventana_gw5904_defconfig | 1 +
configs/gwventana_nand_defconfig | 1 +
include/configs/gw_ventana.h
This option enables a command in the driver. But the functions defined by
the driver are not called anywhere else in U-Boot. So it does not seem
useful to have this driver without its commands.
Drop this option, move the header file out of the common include/
directory and make all the function st
This subsystem is quite old. It has been replaced with a driver-model
version (UCLASS_THERMAL). Boards are free to convert to that if required,
but here is a removal patch that could be applied in the meantime.
Signed-off-by: Simon Glass
---
README | 6 --
board/gd
This converts the following to Kconfig:
CONFIG_CMD_ECCTEST
Signed-off-by: Simon Glass
---
arch/powerpc/cpu/ppc4xx/Kconfig | 6 ++
configs/katmai_defconfig| 1 +
configs/t3corp_defconfig| 1 +
include/configs/katmai.h| 1 -
include/configs/t3corp.h| 1 -
sc
This option is only defined to a non-default value by canyonlands, which
needs conversion to driver model (where the I2C address would be defined
by the device tree).
Drop this option.
Signed-off-by: Simon Glass
---
README| 6 --
drivers/hwmon/ds1775.c| 2 +-
This subsystem has not been converted to driver model, there is only one
driver and only one board that uses it. Drop it and its CONFIG option.
Also drop the rtc4543 RTC driver since it uses TWS.
Signed-off-by: Simon Glass
---
configs/inka4x0_defconfig| 1 -
drivers/Makefile
Now that dtt is gone, this is not used. Drop it.
Signed-off-by: Simon Glass
---
include/configs/xpedite517x.h | 12
include/configs/xpedite537x.h | 11 ---
scripts/config_whitelist.txt | 1 -
3 files changed, 24 deletions(-)
diff --git a/include/configs/xpedite517x.h b/i
This converts the following to Kconfig:
CONFIG_CMD_ENTERRCM
Signed-off-by: Simon Glass
---
arch/arm/mach-tegra/Kconfig| 16
include/configs/tegra-common.h | 2 --
scripts/config_whitelist.txt | 1 -
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/arch
This converts the following to Kconfig:
CONFIG_CMD_ESBC_VALIDATE
Signed-off-by: Simon Glass
---
arch/arm/include/asm/fsl_secure_boot.h | 1 -
arch/powerpc/include/asm/fsl_secure_boot.h | 1 -
board/freescale/common/Kconfig | 8
con
This converts the following to Kconfig:
CONFIG_CMD_ERRATA
Signed-off-by: Simon Glass
---
arch/powerpc/cpu/mpc85xx/Kconfig | 8
configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig | 1 +
configs/controlcenterd_TRAILBLAZER_defconfig | 1 +
include/configs/
This is only used by one board and always set to 0x51. Drop this option.
Signed-off-by: Simon Glass
---
drivers/misc/ds4510.c | 7 +--
include/configs/xpedite517x.h | 3 ---
include/configs/xpedite537x.h | 3 ---
scripts/config_whitelist.txt | 1 -
4 files changed, 1 insertion(+),
This converts the following to Kconfig:
CONFIG_CMD_ENV_CALLBACK
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 8
configs/sandbox_defconfig | 1 +
configs/sandbox_noblk_defconfig | 1 +
configs/sandbox_spl_defconfig |
This option is not used by any board. Drop it.
Signed-off-by: Simon Glass
---
cmd/fdt.c| 8 +++-
scripts/config_whitelist.txt | 1 -
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/cmd/fdt.c b/cmd/fdt.c
index 95dd673b95..a21415dab4 100644
--- a/cmd/fdt.c
+
This converts the following to Kconfig:
CONFIG_CMD_ENV_FLAGS
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 8
configs/ids8313_defconfig | 1 +
configs/sandbox_defconfig | 1 +
configs/sandbox_noblk_defconfig | 1 +
This converts the following to Kconfig:
CONFIG_CMD_ENV
Signed-off-by: Simon Glass
---
include/configs/ap_sh4a_4a.h| 1 -
include/configs/calimain.h | 1 -
include/configs/clearfog.h | 1 -
include/configs/colibri_pxa270.h| 1 -
include/configs/controlcenterdc.h
This converts the following to Kconfig:
CONFIG_CMD_GSC
Signed-off-by: Simon Glass
---
board/gateworks/gw_ventana/Kconfig | 8
configs/gwventana_emmc_defconfig | 1 +
configs/gwventana_gw5904_defconfig | 1 +
configs/gwventana_nand_defconfig | 1 +
include/configs/gw_ventana.h
This converts the following to Kconfig:
CONFIG_CMD_FDC
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 5 +
configs/PIP405_defconfig | 1 +
include/config_cmd_all.h | 1 -
include/configs/PIP405.h | 1 -
scripts/config_whiteli
This converts the following to Kconfig:
CONFIG_CMD_GETTIME
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 8
configs/bayleybay_defconfig | 1 +
config
This converts the following to Kconfig:
CONFIG_CMD_FPGAD
Signed-off-by: Simon Glass
---
cmd/Kconfig | 8
configs/hrcon_defconfig | 1 +
configs/hrcon_dh_defconfig | 1 +
configs/iocon_defconfig | 1 +
configs/strider_con_defconfig| 1
This converts the following to Kconfig:
CONFIG_CMD_FPGA_LOADBP
CONFIG_CMD_FPGA_LOADFS
CONFIG_CMD_FPGA_LOADMK
CONFIG_CMD_FPGA_LOADP
Signed-off-by: Simon Glass
---
README | 13 -
arch/Kconfig | 1 +
cmd/Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FUSE
Signed-off-by: Simon Glass
---
README | 1 -
arch/arm/cpu/armv7/mx6/Kconfig | 1 +
arch/arm/cpu/armv7/mx7/Kconfig | 2 ++
cmd/Kconfig | 8
configs/colibri_vf_de
At present IDE support is controlled by CONFIG_CMD_IDE. Add a separate
CONFIG_IDE option so that IDE support can be enabled without requiring
the 'ide' command.
Update existing users and move the ide driver into drivers/block since
it should not be in common/.
Signed-off-by: Simon Glass
---
RE
This converts the following to Kconfig:
CONFIG_CMD_ETHSW
Also enable it for sandbox to increase build coverage.
Signed-off-by: Simon Glass
---
cmd/Kconfig | 8
configs/T1040D4RDB_NAND_defconfig| 1 +
configs/T1040D4RDB_SDCARD_defconfig | 1
This converts the following to Kconfig:
CONFIG_CMD_IOTRACE
Signed-off-by: Simon Glass
---
arch/Kconfig | 1 +
cmd/Kconfig | 34 ++
include/configs/sandbox.h| 1 -
scripts/config_whitelist.txt | 1 -
4 files changed, 35 i
This converts the following to Kconfig:
CONFIG_CMD_IMMAP
Also move this command out of the cmd/ directory since it is
PowerPC-specific.
Signed-off-by: Simon Glass
---
README | 1 -
arch/powerpc/Kconfig| 2 ++
arch/powerpc/lib/Kconfig|
This converts the following to Kconfig:
CONFIG_CMD_HD44760
Also drop CONFIG_CMD_HD44780 which appears to be a typo.
Signed-off-by: Simon Glass
---
board/work-microwave/work_92105/Kconfig | 5 +
board/work-microwave/work_92105/work_92105_display.c | 2 +-
configs/work_92105_
This converts the following to Kconfig:
CONFIG_CMD_HASH
Signed-off-by: Simon Glass
---
README| 6 --
arch/Kconfig | 1 +
arch/arm/Kconfig | 1 +
arch/arm/cpu/armv7/ls102xa/Kconfig| 1 +
arch
This converts the following to Kconfig:
CONFIG_CMD_IDE
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 8
configs/CPCI4052_defconfig | 1 +
configs/M5253DEMO_defconfig | 1 +
configs
This converts the following to Kconfig:
CONFIG_CMD_IOLOOP
Signed-off-by: Simon Glass
---
board/gdsys/mpc8308/Kconfig | 5 +
configs/hrcon_defconfig | 1 +
configs/hrcon_dh_defconfig | 1 +
configs/strider_con_defconfig| 1 +
configs/strider_con_dp_defconfig | 1 +
This converts the following to Kconfig:
CONFIG_CMD_IRQ
Signed-off-by: Simon Glass
---
README| 1 -
arch/Kconfig | 1 +
arch/powerpc/cpu/mpc85xx/Kconfig | 18 ++
cmd
This converts the following to Kconfig:
CONFIG_CMD_JFFS2
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 8
configs/M52277EVB_defconfig | 1 +
configs/M52277EVB_stmicro_defcon
At present CONFIG_CMD_HASH enables the 'hash' command which also brings
in the hashing API. Some boards may wish to enable the API without the
command. Add a separate CONFIG to permit this.
Signed-off-by: Simon Glass
---
cmd/Kconfig | 2 ++
common/Kconfig | 12
common/Makefil
This converts the following to Kconfig:
CONFIG_CMD_HDMIDETECT
Signed-off-by: Simon Glass
---
README | 5 -
arch/arm/imx-common/Kconfig | 6 ++
configs/apalis_imx6_defconfig | 1 +
configs/apalis_imx6_nospl_com_defconfig | 1 +
co
This converts the following to Kconfig:
CONFIG_CMD_IO
Signed-off-by: Simon Glass
---
README | 1 -
arch/Kconfig | 2 ++
cmd/Kconfig | 8
include/config_cmd_all.h | 1 -
include/configs/sandbox.h| 1 -
include/configs/x86
Commit 4d43d065db326 ("sunxi: Move SUNXI_GMAC to Kconfig") renamed
SUNXI_[EG]MAC but did not update include/configs/sunxi-common.h where
based on these two symbols other config symbols where being set, such
as CONFIG_PHY_REALTEK for SUNXI_GMAC boards and the CONFIG_PHY_ADDR
being set to a safe defa
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass
---
include/configs/ot1200.h | 1 -
scripts/config_whitelist.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h
index cc1fdcfe51..2b8df14206 100644
--- a/include/
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass
---
include/configs/apf27.h | 1 -
scripts/config_whitelist.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/apf27.h b/include/configs/apf27.h
index 3450751054..073f3b4fef 100644
--- a/include/co
We currently have a few dependencies explicitly set in the sunxi
defconfigs. Things such as, RGMII, DESIGNWARE_ETH in combination with
SUN7I_GMAC. When selecting SUN7I_GMAC we already imply DESIGNWARE_ETH
for example.
This patch puts this logic into the Kconfig thus simplifying the
defconfigs. For
In fdt_support.c we use a loop to parse the mac address string from the
fdt blob, net.h has a function for this however, so lets use it.
Also, rename the variable from tmp to something more descriptive.
Signed-off-by: Olliver Schinagl
---
common/fdt_support.c | 15 +--
1 file change
Currently when checking for an error in ethernet aliases in the fdt, we
only check for the error case -1. It is safer to ignore anything < 0.
By rearranging logic a bit we can now also reduce identation.
Signed-off-by: Olliver Schinagl
---
common/fdt_support.c | 20 ++--
1 file
This converts the following to Kconfig:
CONFIG_CMD_KGDB
Signed-off-by: Simon Glass
---
README | 1 -
cmd/Kconfig | 9 +
include/config_cmd_all.h | 1 -
scripts/config_whitelist.txt | 1 -
4 files changed, 9 insertions(+), 3 deletions(-)
dif
With this patch sun4i_mac can now get the MAC address from the board in
a predetermined board specific manner.
Signed-off-by: Olliver Schinagl
---
drivers/net/Makefile| 2 +-
drivers/net/sun4i_mac.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/net/Makefile b
-Original Message-
From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ruchika Gupta
Sent: Saturday, May 13, 2017 5:37 AM
To: u-boot@lists.denx.de; sun.y...@nxp.com; Prabhakar Kushwaha
Cc: Ruchika Gupta
Subject: [U-Boot] [PATCH] ARMv8/sec_firmware : Update chosen/kaslr-seed
On Mon, May 15, 2017 at 10:02:20AM +0200, Olliver Schinagl wrote:
> We currently have a few dependencies explicitly set in the sunxi
> defconfigs. Things such as, RGMII, DESIGNWARE_ETH in combination with
> SUN7I_GMAC. When selecting SUN7I_GMAC we already imply DESIGNWARE_ETH
> for example.
>
> Th
Fix a few whitespaces errors in the sun8i driver.
Signed-off-by: Olliver Schinagl
---
drivers/net/Kconfig | 8
drivers/net/sun8i_emac.c | 12 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 782348f872..d
Rather than using CMD_JFFS2 for both the filesystem and its command, we
should have a separate option for each. This allows us to enable JFFS2
support without the command, if desired, which reduces U-Boot's size
slightly.
Signed-off-by: Simon Glass
---
cmd/Kconfig | 1 +
cmd/cramfs.c |
This patch removes the old sunxi_gmac glue layer and turns it into a
proper sub-class driver.
Signed-off-by: Olliver Schinagl
---
arch/arm/mach-sunxi/board.c | 1 -
board/sunxi/Makefile | 1 -
drivers/net/Makefile | 1 +
driv
This patch-series introduces methods to retrieve the MAC address from an
onboard EEPROM. The series does a few small cleanups at the start, as either
I ran into them while doing this series and fixed them along the way or
actually depended on them.
A manufacturer wants to produce boards and may ev
This is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass
---
include/configs/vct.h| 1 -
scripts/config_whitelist.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/vct.h b/include/configs/vct.h
index c8dbfa02c5..1491eb7a05 100644
--- a/include/configs/vct.h
Add the CONFIG_PHY_GIGE option as a hidden Kconfig symbol so that we
can select it from the menu as a dependency.
Signed-off-by: Olliver Schinagl
---
drivers/net/Kconfig| 4
include/configs/sunxi-common.h | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/drive
In the current net stack, we have a few functions to get and set
the "ethaddr" and "ethNaddr" environment variables, which use magic
values to get and set these environment variables. Remove the magicness
of the buffer by defining it proper and also check the input for its
length.
Additionally use
This converts the following to Kconfig:
CONFIG_CMD_LZMADEC
Signed-off-by: Simon Glass
---
arch/Kconfig | 1 +
cmd/Kconfig | 11 +++
cmd/Makefile | 2 --
include/configs/sandbox.h| 2 --
scripts/config_whitelist.txt | 1 -
5 fil
On 05/09/2017 08:31 PM, Masahiro Yamada wrote:
> Masahiro Yamada (4):
> sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC
> blanche_defconfig: enable CONFIG_MMC
> mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC
> mmc: descend into drivers/mmc only when CONFIG_MMC is enabled
Applied to u-
+ Nadav
-Original Message-
From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
Sent: 2017年5月15日 11:03
To: Terry Zhou
Cc: u-boot@lists.denx.de; Wilson Ding ; Stefan Roese
; Marek Vasut
Subject: [EXT] Re: USB2.0 device timeout issue.
External Email
--
This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash
storage.
https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2-eMMC/
It is a assembly variant of the regular Lime2 but featuring eMMC for
storage.
Signed-off-by: Olliver Schinagl
---
board/sunxi/MAINTAINERS
Commit 8728c97eff5bd9 (" configs: Re-sync") potentially broke the lime2
as it removed the RTL8211X_PHY_FORCE_MASTER flag.
Re-add this flag.
Signed-off-by: Olliver Schinagl
---
configs/A20-OLinuXino-Lime2_defconfig | 1 +
configs/A20-Olimex-SOM-EVB_defconfig | 1 +
2 files changed, 2 insertions
Currently, we silently ignore the return value of netops->read_rom_hwaddr().
This naturally is bad and we should check if the code ran successfully.
Signed-off-by: Olliver Schinagl
---
net/eth-uclass.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/eth-uclass.c b/net
Expose the write_hwaddr net_ops hook to write the Ethernet address.
Signed-off-by: Olliver Schinagl
---
drivers/net/sunxi_emac.c | 12
1 file changed, 12 insertions(+)
diff --git a/drivers/net/sunxi_emac.c b/drivers/net/sunxi_emac.c
index 99339db4bf..0dc37de242 100644
--- a/drivers
With many potential places where a MAC address can be read from, the
user may not know where the MAC address originated from. Print the MAC
source after initializing the Ethernet device.
Signed-off-by: Olliver Schinagl
---
include/net.h| 14 ++
net/eth-uclass.c | 18 +
Add a -b option which scans all the defconfigs and builds a database of
all the CONFIG options used by each. This is useful for querying later.
At present this only works with the separate -b option, which does not
move any configs. It would be possible to adjust the script to build the
database a
On Mon, May 15, 2017 at 10:02:41AM +0200, Olliver Schinagl wrote:
> With this patch sun7i_mac can now get the MAC address from the board in
> a predetermined board specific manner.
>
> Signed-off-by: Olliver Schinagl
> ---
> drivers/net/Makefile| 2 +-
> drivers/net/sun7i_mac.c | 2 ++
> 2 f
This converts the following to Kconfig:
CONFIG_LZMA
Signed-off-by: Simon Glass
---
README | 23 ---
arch/Kconfig | 1 +
configs/ap121_defconfig | 1 +
configs/ap143_defconfig | 1 +
configs/guruplug_defcon
1 - 100 of 337 matches
Mail list logo