The read-only-write-enable bit is set by default and must be cleared
to prevent overwriting read-only registers. This should be done
immediately after resetting the PCI Express controller.
Reviewed-by: Hamish Martin
Signed-off-by: Tony O'Brien
---
Note that this does not implement the whole fi
On 2/12/2016 6:34 AM, "york sun" wrote:
>
> On 11/30/2016 11:47 PM, Chris Packham wrote:
> > On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote:
> >> On 11/28/2016 07:10 PM, Chris Packham wrote:
> >>> Instead of setting the compatible property to "cache", append the
> >>> desired value retaining what
From: rick
Add dts mmc node for ag101p board.
Signed-off-by: rick
Cc: Andes
---
arch/nds32/dts/ag101p.dts |8
1 file changed, 8 insertions(+)
diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts
index 8099665..c87d0bd 100644
--- a/arch/nds32/dts/ag101p.dts
+++ b/ar
From: rick
Enable mmc DM flow as default for ag101p board.
Signed-off-by: rick
c: Andes
---
board/AndesTech/adp-ag101p/adp-ag101p.c |2 ++
configs/adp-ag101p_defconfig|4
2 files changed, 6 insertions(+)
diff --git a/board/AndesTech/adp-ag101p/adp-ag101p.c
b/board/A
From: rick
Add Andestech mmc DM driver for ag101p board.
Do not use get_timer() to check mmc state can
improve throughput performance.
Signed-off-by: rick
Cc: Andes
---
drivers/mmc/Kconfig|7 +++
drivers/mmc/Makefile |1 +
drivers/mmc/ftsdc010_mci.c | 106 ++
The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file.
Signed-off-by: Peng Fan
Cc: Stefano Babic
---
drivers/thermal/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index f0ffbb3..886f5fa 100644
--- a/d
On 01.12.2016 18:08, Joe Hershberger wrote:
Use some constants for the phy configuration instead of so many magic
numbers.
Signed-off-by: Joe Hershberger
---
drivers/net/phy/marvell.c | 47 ---
1 file changed, 36 insertions(+), 11 deletions(-)
diff
Hi Jaehoon,
I will split it to three pars.
And thank you for remind and review.
Any comment please tell me to improve.
Best Regards,
Rick CHen
從: Jaehoon Chung [jh80.ch...@samsung.com]
寄件日期: 2016年12月1日 下午 12:20
至: Open Source Project uboot; u-boot@lists.de
H Rick,
Am Donnerstag, 1. Dezember 2016, 11:00:21 CET schrieb Rick Bronson:
> > I'm currently testing Simon's network patches and this option works
> > quite nicely.
>
> Speaking of networking, I noticed that rk3288 networking is not quite
> merged yet. I would very much like to have networkin
On Thu, Dec 01, 2016 at 12:07:43PM +0100, Bartosz Golaszewski wrote:
> The LCDC controller on the lcdk board has high memory throughput
> requirements. Even with the kernel-side tweaks to master peripheral
> and peripheral bus burst priorities, the default PLL0 frquency of
> 300 MHz is not enough
On 11/30/2016 04:39 PM, Tom Rini wrote:
> On Wed, Nov 30, 2016 at 09:55:52PM +, york sun wrote:
>> On 11/30/2016 01:43 PM, york@nxp.com wrote:
>>> On 11/30/2016 01:35 PM, Stephen Warren wrote:
On 11/30/2016 12:47 PM, york sun wrote:
> Guys,
>
> I noticed you have been impro
Thanks Joe for your feedback,
> -Original Message-
> From: Joe Hershberger [mailto:joe.hershber...@gmail.com]
> Sent: Thursday, December 01, 2016 11:13 AM
> To: Vikas MANOCHA
> Cc: Michael Kurz ; u-boot@lists.denx.de; Toshifumi
> NISHINAGA ; Albert
> Aribaud ; Joe Hershberger
> ; Kamil
On Thu, Dec 1, 2016 at 1:09 PM, Vikas MANOCHA wrote:
> Hi Joe,
>
>> -Original Message-
>> From: Joe Hershberger [mailto:joe.hershber...@gmail.com]
>> Sent: Thursday, December 01, 2016 10:42 AM
>> To: Vikas MANOCHA
>> Cc: Michael Kurz ; u-boot@lists.denx.de; Toshifumi
>> NISHINAGA ; Alber
Hi Joe,
> -Original Message-
> From: Joe Hershberger [mailto:joe.hershber...@gmail.com]
> Sent: Thursday, December 01, 2016 10:42 AM
> To: Vikas MANOCHA
> Cc: Michael Kurz ; u-boot@lists.denx.de; Toshifumi
> NISHINAGA ; Albert
> Aribaud ; Joe Hershberger
> ; Kamil Lulko
> Subject: Re:
It's not necessary to define the mmcautodetect as it is not used anywhere.
Signed-off-by: Breno Lima
---
include/configs/udoo_neo.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index cf75186..164980f 100644
--- a/include/configs/udoo_
Hi Heiko,
> I'm currently testing Simon's network patches and this option works
> quite nicely.
Speaking of networking, I noticed that rk3288 networking is not quite
merged yet. I would very much like to have networking so if you could
point me to any rk3288 networking patches, I'd appreciate
Hi,
On 11/24/2016 11:10 AM, Michael Kurz wrote:
> This patch adds glue code required for enabling the designware
> mac on stm32f7 devices.
ethernet is not working at my end, is it working at your end.
>
> Signed-off-by: Michael Kurz
> Acked-by: Joe Hershberger
>
> ---
>
> Changes in v3:
> -
It's not necessary to support USDHC3 in U-Boot as it's being used for
the WLAN.
Signed-off-by: Breno Lima
---
board/udoo/neo/neo.c | 94 +++---
include/configs/udoo_neo.h | 1 -
2 files changed, 6 insertions(+), 89 deletions(-)
diff --git a/board/u
Change board_string() function to static because it's being used locally.
Signed-off-by: Breno Lima
---
board/udoo/neo/neo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c
index efe8605..cfeed6f 100644
--- a/board/udoo/neo/neo.c
++
Hi,
On 11/24/2016 11:10 AM, Michael Kurz wrote:
> Use the clock setup function defined in clock.c instead of setting the
> clock bits directly in the drivers.
> Remove register definitions of RCC in rcc.h as these are already
> defined in the struct in stm32.h
>
> Signed-off-by: Michael Kurz
Re
On Thu, Dec 1, 2016 at 12:18 PM, vikas wrote:
> Hi Michael,
>
> On 11/24/2016 11:10 AM, Michael Kurz wrote:
>> Cleanup stm32f7 files:
>> - use BIT macro
>> - use GENMASK macro
>
> good.
>
>> - use rcc struct instead of macro additions
>
> Macro definitions are better than struct to make rcc compat
Hi,
On 11/24/2016 11:10 AM, Michael Kurz wrote:
> Fix base address of fmc sdram controller.
> The base address is defined twice, once in fmc.h and once in stm32.h.
> Fix wrong definition in stm32.h.
> Remove the definiton in fmc.h and use the definition in stm32.h
>
> Signed-off-by: Michael Kurz
Hi Michael,
On 11/24/2016 11:10 AM, Michael Kurz wrote:
> Cleanup stm32f7 files:
> - use BIT macro
> - use GENMASK macro
good.
> - use rcc struct instead of macro additions
Macro definitions are better than struct to make rcc compatible throughout the
stm32f7 family in case of additional regis
Add thermal support on the Kconfig file.
Signed-off-by: Breno Lima
---
arch/arm/cpu/armv7/mx6/Kconfig | 2 ++
include/configs/udoo_neo.h | 2 ++
2 files changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 091b522..aa4a476 100644
--- a/
It's not necessary to define the console option as we use the distro config.
Signed-off-by: Breno Lima
---
include/configs/udoo_neo.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 164980f..1b7a03f 100644
--- a/include/configs/udo
It's not necessary to define the processor in the defconfig file.
The preferred method to select the SoC is via Kconfig file.
Signed-off-by: Breno Lima
---
arch/arm/cpu/armv7/mx6/Kconfig | 1 +
configs/udoo_neo_defconfig | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/
On Thu, Dec 1, 2016 at 6:46 PM, Marek Vasut wrote:
> On 12/01/2016 01:47 PM, Jagan Teki wrote:
>> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote:
>>> Replace arch/arm/cpu/armv7/socfpga/ path with
>>> arch/arm/mach-socfpga/ and removed board file path
>>> since board/altera has different board
Hi Michael,
On 11/24/2016 11:10 AM, Michael Kurz wrote:
> This patch adds the DTS source files needed for stm32f746-disco board
> The files are based on the stm32f429/469 files from current linux
> kernel.
>
> Signed-off-by: Michael Kurz
> Acked-by: Vikas MANOCHA
>
> ---
>
> Changes in v3:
>
On Thu, Dec 01, 2016 at 01:57:55PM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the first batch of mvebu / Marvell patches in this
> merge window. I plan to send additional pull requests once some
> of the other patches are clear.
>
> Thanks,
> Stefan
>
> The following changes since com
On Thu, Dec 01, 2016 at 04:01:14PM +0900, Jaehoon Chung wrote:
> Dear Tom,
>
> Could you pull these patches on your master branch?
> If there are some problems, let me know, plz.
>
> The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee:
>
> ts4600: Disable CONFIG_DISPLA
On 11/30/2016 11:47 PM, Chris Packham wrote:
> On Thu, Dec 1, 2016 at 6:18 AM, york sun wrote:
>> On 11/28/2016 07:10 PM, Chris Packham wrote:
>>> Instead of setting the compatible property to "cache", append the
>>> desired value retaining what may already be set in the current property.
>>>
>>>
On 12/01/2016 06:50 PM, Jagan Teki wrote:
> On Thu, Dec 1, 2016 at 6:46 PM, Marek Vasut wrote:
>> On 12/01/2016 01:47 PM, Jagan Teki wrote:
>>> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote:
Replace arch/arm/cpu/armv7/socfpga/ path with
arch/arm/mach-socfpga/ and removed board file
On 11/30/2016 11:51 PM, Chris Packham wrote:
> (adding York)
>
> On Thu, Dec 1, 2016 at 4:20 PM, Tony O'Brien
> wrote:
>> The read-only-write-enable bit is set by default and must be cleared
>> to prevent overwriting read-only registers. This should be done
>> immediately after resetting the PCI
Use some constants for the phy configuration instead of so many magic
numbers.
Signed-off-by: Joe Hershberger
---
drivers/net/phy/marvell.c | 47 ---
1 file changed, 36 insertions(+), 11 deletions(-)
diff --git a/drivers/net/phy/marvell.c b/drivers/n
Actually i need to know how to add the functionality. has anyone done before
because i tried to look more information on these i didn't find much help.
I have to add a function in uboot source code, which perform all the listed
operation step by step.
regards,
grbesd1
Jaehoon Chung wrote
> Hi,
On Thu, Dec 01, 2016 at 12:52:16PM +0100, yegorsli...@googlemail.com wrote:
> From: Yegor Yefremov
>
> Remove unneeded pinmux configurations and TI EEPROM struct.
>
> Signed-off-by: Yegor Yefremov
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
On Thu, Dec 01, 2016 at 12:52:17PM +0100, yegorsli...@googlemail.com wrote:
> From: Yegor Yefremov
>
> Baltos devices provide a mPCIe slot, whose power is turned off by
> default. This patch activates mPCIe slot in U-Boot, so that for example
> GSM modem can be already available in user space.
>
On Thu, Dec 01, 2016 at 01:52:08PM +0100, Stefan Roese wrote:
> Its easier to watch the output of the build process when the platforms
> specific boards are grouped in a separate job. This patch adds a job
> for all mvebu boards (arm and aarch64).
>
> Signed-off-by: Stefan Roese
> Cc: Tom Rini
On Thu, Dec 01, 2016 at 10:37:03AM +0100, Jean-Jacques Hiblot wrote:
> The bootrom may corrupt the area of SRAM used to store the ti_common_eeprom
> structure. This patch makes sure that it's always read after a reset, even
> if a valid MAGIC number is found in the SRAM.
>
> Signed-off-by: Jean-J
On Thu, Dec 01, 2016 at 10:28:16AM +0200, Uri Mashiach wrote:
> Modify U-Boot default env settings.
>
> Boot sequence:
> 1. SD card boot script
> 2. SD card boot no script
> 3. SATA boot script
> 4. SATA boot no script
> 5. eMMC boot script
> 6. eMMC boot no script
>
> Signed-off-by: Uri Mashiac
On Thu, Dec 01, 2016 at 10:28:15AM +0200, Uri Mashiach wrote:
> From: Dmitry Lifshitz
>
> Add MAC support.
>
> Use PHY, connected to RGMII1 as a default Eth adapter,
> by appropriate setting of 'cpsw_data.active_slave'.
>
> 'cpsw_phy' env variable can override this setting.
>
> Set the MAC ad
On Thu, Dec 01, 2016 at 10:28:13AM +0200, Uri Mashiach wrote:
> From: Dmitry Lifshitz
>
> Use spl alternate boot device feature to define fallback to
> the main boot device as it is defined by hardware.
>
> Signed-off-by: Dmitry Lifshitz
> Signed-off-by: Uri Mashiach
> Acked-by: Igor Grinberg
On Thu, Dec 01, 2016 at 10:28:14AM +0200, Uri Mashiach wrote:
> From: Dmitry Lifshitz
>
> Add PCB revision message.
> Implement board revision get_board_rev API.
>
> Signed-off-by: Dmitry Lifshitz
> Commit description update.
> Signed-off-by: Uri Mashiach
> Acked-by: Igor Grinberg
Reviewed-
On Thu, Dec 01, 2016 at 10:28:12AM +0200, Uri Mashiach wrote:
> From: Dmitry Lifshitz
>
> Features supported :
>
> * Serial console
> * SPI Flash
> * MMC/SD Card
> * eMMC storage
> * SATA
> * PCA9555 - GPIO expander over I2C5 bus
> * USB
>
> Signed-off-by: Dmitry Lifshitz
> [uri.mashi...@comp
On Thu, Dec 01, 2016 at 12:52:18PM +0100, yegorsli...@googlemail.com wrote:
> From: Yegor Yefremov
>
> First of all U-Boot would search for a USB mass storage device
> with either uEnv.txt or kernel-fit.itb and boot.
>
> If USB mass storage device is not available or doesn't provide
> these fil
On Wed, Nov 30, 2016 at 03:02:53PM +0530, Keerthy wrote:
> The GPIO7 pad mux should be programmed to POWERHOLD value
> as per board design. In cases where the PMIC is shut off the
> mux is set to GPIO7 mode. So during initialization to be on the
> safer side set the mode to POWERHOLD.
>
> Signed-
On Wed, Nov 30, 2016 at 03:01:57PM +0530, Keerthy wrote:
> Enable Linear Physical Address Extension mode which is a
> prerequisite for hypervisor mode.
>
> Signed-off-by: Keerthy
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
Am Mittwoch, 30. November 2016, 19:20:30 schrieb Simon Glass:
> Hi Heiko,
>
> On 30 November 2016 at 04:52, Heiko Stübner wrote:
> > Am Dienstag, 29. November 2016, 19:47:10 schrieb Simon Glass:
> >> Hi Heiko,
> >>
> >> On 29 November 2016 at 16:45, Heiko Stübner wrote:
> >> > Hi Simon,
> >> >
From: Yehuda Yitschak
v4 patch set includes a minor nit fix.
v3->v4
- changed flag types to bool
v2->v3:
- removed support for !DM_PCI
- Fixed error return values
v1->v2:
- Added support for DM_PCI
- Added print of memory type and prefetchable flag
- Skipped printing of disabled BARs
Ye
From: Yehuda Yitschak
Currently the PCI command only allows to see the BAR register
values but not the size and actual base address.
This little extension parses the BAR registers and displays
the base, size and type of each BAR.
Signed-off-by: Yehuda Yitschak
---
cmd/pci.c | 83 ++
On 12/01/2016 11:10 AM, Jaehoon Chung wrote:
> Hi Marek,
>
> On 11/28/2016 11:53 AM, Marek Vasut wrote:
>> On 11/28/2016 03:33 AM, Jaehoon Chung wrote:
>>> On 11/27/2016 05:58 AM, Marek Vasut wrote:
On 11/26/2016 09:45 PM, Tom Rini wrote:
> On Fri, Nov 25, 2016 at 11:32:23PM +0100, Marek
> -Ursprüngliche Nachricht-
> Von: Jaehoon Chung [mailto:jh80.ch...@samsung.com]
> Gesendet: Donnerstag, 1. Dezember 2016 07:43
> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
> Cc: Simon Glass; Masahiro Yamada; Stephen Warren; Minkyu Kang; Wenyou
> Yang
> Betreff: Re: [PATCH v2 1/4] mm
On 12/01/2016 01:47 PM, Jagan Teki wrote:
> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote:
>> Replace arch/arm/cpu/armv7/socfpga/ path with
>> arch/arm/mach-socfpga/ and removed board file path
>> since board/altera has different boards with relevant
>> board maintainers.
>>
>> Cc: Marek Vasu
On Tue, Nov 29, 2016 at 11:01 PM, Tom Rini wrote:
> On Fri, Nov 25, 2016 at 01:10:56AM +0530, Jagan Teki wrote:
>
>> armada100_spi.c and related config options are
>> zapping becuase of "no DM conversion".
>>
>> Cc: Werner Pfister
>> Signed-off-by: Jagan Teki
>
> Reviewed-by: Tom Rini
Applied
On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki wrote:
> Replace arch/arm/cpu/armv7/socfpga/ path with
> arch/arm/mach-socfpga/ and removed board file path
> since board/altera has different boards with relevant
> board maintainers.
>
> Cc: Marek Vasut
> Signed-off-by: Jagan Teki
> ---
> MAINTAINE
Hi Tom,
please pull the first batch of mvebu / Marvell patches in this
merge window. I plan to send additional pull requests once some
of the other patches are clear.
Thanks,
Stefan
The following changes since commit 38c4f0bdce5bca8535eadab08ece80dff45ad0ee:
ts4600: Disable CONFIG_DISPLAY_CPU
On 09.11.2016 10:21, Chris Packham wrote:
Offset 0x1 in the generated kwb image file is a set of flags, bit 0
enables debug output from the BootROM firmware. Allow a DEBUG option in
the kwb configuration to request debug output from the BootROM firmware.
Signed-off-by: Chris Packham
Applied
On 26.10.2016 03:08, Chris Packham wrote:
The main PLL frequency is 2GHz for Armada-XP and 1GHZ for Armada 375,
38x and 39x.
[ Linux commit ae142bd9976532aa5232ab0b00e621690d8bfe6a ]
Signed-off-by: Chris Packham
Applied to u-boot-marvell/master.
Thanks,
Stefan
__
On 09.11.2016 10:07, Chris Packham wrote:
Offset 0x18 in some Marvell datasheets this field is redacted as
"reserved". This offset is actually a set of options and bits 2:0 allow
the selection of the UART baudrate.
Allow a BAUDRATE option to set the UART baudrate for any messages coming
from the
On 25.10.2016 00:40, Chris Packham wrote:
Signed-off-by: Chris Packham
---
I'm keen to see this for the 88f6820-amc at least but I did wonder if it
should be enabled for more of the mvebu boards? Marvell don't really
make use of FIT images in their SDKs but I personally find them
incredibly usef
Its easier to watch the output of the build process when the platforms
specific boards are grouped in a separate job. This patch adds a job
for all mvebu boards (arm and aarch64).
Signed-off-by: Stefan Roese
Cc: Tom Rini
---
.travis.yml | 6 --
1 file changed, 4 insertions(+), 2 deletions(-
On Wed, Nov 30, 2016 at 8:30 AM, Simon Glass wrote:
> At present an invalid bus width prints a message but does not return an
> error. This is the opposite of the correct behaviour. Adjust it to avoid
> code bloat in the common case, and avoid hard-to-debug failure in the
> uncommon case.
>
> Sign
On 1.12.2016 03:20, Simon Glass wrote:
> Hi Michal,
>
> On 30 November 2016 at 13:48, Michal Simek wrote:
>> All sata based drivers are bind and corresponding block
>> device is created. Based on this find_scsi_device() is able
>> to get back block device based on scsi_curr_dev pointer.
>>
>> int
Hi,
On 12/01/2016 05:30 PM, grbesd1 wrote:
> Hi Guys,
>
> i need little help, i have to auto update nand every time i put my sd card.
>
> i can get which register[pin mux] decides NAND or SD boot. I'm using 2010
> uboot code.
>
> what i'm looking is
>
> 1. This should run only when the SD boo
Using alternative bootmode field to support automatic secondary boot
modes. It is purely software setting where SW modes are using free
bootmode combinations.
Signed-off-by: Michal Simek
---
arch/arm/cpu/armv8/zynqmp/Kconfig | 8
arch/arm/cpu/armv8/zynqmp/spl.c |
On Thu, Dec 01, 2016 at 09:47:14AM +0100, Angelo Dureghello wrote:
> Hi Tom,
>
> On 01/12/2016 01:57, Tom Rini wrote:
> >On Wed, Nov 30, 2016 at 11:16:06PM +0100, Angelo Dureghello wrote:
> >
> >>Change all coldfire board files to use CONFIG_DISPLAY_CPUINFO.
> >>
> >>Signed-off-by: Angelo Dureghel
Enable support for loading a splash image from within a FIT image.
The image is assumed to be generated with mkimage -E flag to hold
the data external to the FIT.
Signed-off-by: Tomas Melin
---
common/image-fit.c | 48
common/splash_source.c | 71
Sort include files in accordance to u-boot coding style.
Signed-off-by: Tomas Melin
---
common/splash_source.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/common/splash_source.c b/common/splash_source.c
index d300e46..70d724f 100644
--- a/common/splash_sourc
The LCDC controller on the lcdk board has high memory throughput
requirements. Even with the kernel-side tweaks to master peripheral
and peripheral bus burst priorities, the default PLL0 frquency of
300 MHz is not enough to service the LCD controller and causes
DMA FIFO underflows.
Increment the P
Hi Guys,
i need little help, i have to auto update nand every time i put my sd card.
i can get which register[pin mux] decides NAND or SD boot. I'm using 2010
uboot code.
what i'm looking is
1. This should run only when the SD boot is happening
2. I have to create auto upgrade function in uboot
From: Dmitry Lifshitz
Add PCB revision message.
Implement board revision get_board_rev API.
Signed-off-by: Dmitry Lifshitz
Commit description update.
Signed-off-by: Uri Mashiach
Acked-by: Igor Grinberg
---
board/compulab/cl-som-am57x/cl-som-am57x.c | 14 ++
include/configs/cl-som
The bootrom may corrupt the area of SRAM used to store the ti_common_eeprom
structure. This patch makes sure that it's always read after a reset, even
if a valid MAGIC number is found in the SRAM.
Signed-off-by: Jean-Jacques Hiblot
---
board/ti/common/board_detect.c | 10 ++
1 file chang
From: Dmitry Lifshitz
Features supported :
* Serial console
* SPI Flash
* MMC/SD Card
* eMMC storage
* SATA
* PCA9555 - GPIO expander over I2C5 bus
* USB
Signed-off-by: Dmitry Lifshitz
[uri.mashi...@compulab.co.il: Adjust to v2016.11]
Signed-off-by: Uri Mashiach
Acked-by: Igor Grinberg
---
From: Dmitry Lifshitz
Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.
Signed-off-by: Dmitry Lifshitz
Signed-off-by: Uri Mashiach
Acked-by: Igor Grinberg
---
include/configs/cl-som-am57x.h | 10 ++
1 file changed, 10 inser
From: Dmitry Lifshitz
Add MAC support.
Use PHY, connected to RGMII1 as a default Eth adapter,
by appropriate setting of 'cpsw_data.active_slave'.
'cpsw_phy' env variable can override this setting.
Set the MAC addresses in the U-Boot environment.
The addresses are retrieved from the on-board EE
Modify U-Boot default env settings.
Boot sequence:
1. SD card boot script
2. SD card boot no script
3. SATA boot script
4. SATA boot no script
5. eMMC boot script
6. eMMC boot no script
Signed-off-by: Uri Mashiach
Acked-by: Igor Grinberg
---
include/configs/cl-som-am57x.h | 61
Hi Jaehoon, Simon,
> On 12/01/2016 11:19 AM, Simon Glass wrote:
> > Hi Przemyslaw,
> >
> > On 30 November 2016 at 06:27, Przemyslaw Marczak
> > wrote:
> >>
> >> Hello,
> >>
> >> During the last year I was assigned to an internal project, and I
> >> haven't time for an Open Source activity, so I
2016-11-30 19:07 GMT+01:00 Stephen Warren :
> On 11/29/2016 11:47 PM, Mirza Krak wrote:
>>
>> 2016-11-30 5:05 GMT+01:00 Stephen Warren :
>>>
>>> On 11/27/2016 11:05 PM, Mirza Krak wrote:
From: Mirza Krak
Recently the default UART clock rate has been changed to 48 MHz on al
This patch series adds support for CompuLab CL-SOM-AM57X board and the
SBC-AM57X evaluation kit.
CL-SOM-AM57x is a miniature System-on-Module (SoM) based on
TI Sitara AM57x ARM Cortex-A15 System-on-Chip family.
SBC-AM57x is a single board computer, implemented with the
CL-SOM-AM57x computer-on-mo
From: Tang Yuantian
By default the SATA IP on the ls208Xa SoCs does not generating
coherent/snoopable transactions. This patch enable it in the
sata axicc register.
Signed-off-by: Tang Yuantian
---
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/a
From: Yegor Yefremov
First of all U-Boot would search for a USB mass storage device
with either uEnv.txt or kernel-fit.itb and boot.
If USB mass storage device is not available or doesn't provide
these files then MMC will be tried.
Signed-off-by: Yegor Yefremov
---
include/configs/baltos.h |
From: Yegor Yefremov
Baltos devices provide a mPCIe slot, whose power is turned off by
default. This patch activates mPCIe slot in U-Boot, so that for example
GSM modem can be already available in user space.
Signed-off-by: Yegor Yefremov
---
board/vscom/baltos/board.c | 18 ++
From: Yegor Yefremov
Remove unneeded pinmux configurations and TI EEPROM struct.
Signed-off-by: Yegor Yefremov
---
board/vscom/baltos/board.c | 1 -
board/vscom/baltos/board.h | 55
board/vscom/baltos/mux.c | 69 --
Hi Simon,
On 11/29/2016 11:40 PM, Simon Glass wrote:
> Hi Tomas,
>
> On 25 November 2016 at 02:45, Tomas Melin wrote:
>> Enable support for loading a splash image from within a FIT image.
>> The image is assumed to be generated with mkimage -E flag to hold
>> the data external to the FIT.
>>
>>
2016-12-01 9:30 GMT+01:00 Stefan Roese :
> On 23.11.2016 16:12, Mario Six wrote:
>>
>> Allow boards to do some initialization when PCIe comes up.
>
>
> What is it that your boards needs to do when PCIe comes up? Could
> you please give me an example here?
You might have a look at Patch 00 of this
2016-11-30 0:00 GMT+01:00 Joe Hershberger :
> On Wed, Nov 23, 2016 at 9:12 AM, Mario Six wrote:
>> From: Dirk Eibach
>>
>> Add support for Marvell 88E1680 Integrated Octal
>> 10/100/1000 Mbps Energy Efficient Ethernet Transceiver.
>>
>> Signed-off-by: Dirk Eibach
>> ---
>> drivers/net/phy/marve
Hi Simon,
Thanks for your comments!
> -Original Message-
> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
> Sent: 2016年12月1日 10:20
> To: Z.Q. Hou
> Cc: U-Boot Mailing List ; Albert ARIBAUD
> ; Prabhakar Kushwaha
> ; Huan Wang-B18965
> ; Sumit Garg ; Ruchika
> Gup
On 12/01/2016 07:09 PM, Michal Simek wrote:
> The patch
> "dm: spl: mmc: Support CONFIG_BLK in SPL MMC"
> (sha1: 87bce4e5c0b55452d70830928b2d7b98fa24d4e3)
> converted FAT part of spl_mmc_do_fs_boot() but forget to update also EXT
> part by 's/&mmc->block_dev/mmc_get_blk_desc(mmc)/'.
> This patch is
Hi Marek,
On 11/28/2016 11:53 AM, Marek Vasut wrote:
> On 11/28/2016 03:33 AM, Jaehoon Chung wrote:
>> On 11/27/2016 05:58 AM, Marek Vasut wrote:
>>> On 11/26/2016 09:45 PM, Tom Rini wrote:
On Fri, Nov 25, 2016 at 11:32:23PM +0100, Marek Vasut wrote:
> If CONFIG_SPL_LIBCOMMON_SUPPORT is u
The patch
"dm: spl: mmc: Support CONFIG_BLK in SPL MMC"
(sha1: 87bce4e5c0b55452d70830928b2d7b98fa24d4e3)
converted FAT part of spl_mmc_do_fs_boot() but forget to update also EXT
part by 's/&mmc->block_dev/mmc_get_blk_desc(mmc)/'.
This patch is fixing compilation error when CONFIG_SPL_EXT_SUPPORT
is
On 23.11.2016 16:12, Mario Six wrote:
> From: Dirk Eibach
>
> The gdsys ControlCenter Digital board is based on a Marvell Armada 38x
> SOC.
>
> It boots from SPI-Flash but can be configured to boot from SD-card for
> factory programming and testing.
>
> On board peripherals include:
> - 2 x GbE
On 23.11.2016 16:12, Mario Six wrote:
> The patch implements secure booting for the mvebu architecture.
>
> This includes:
> - The addition of secure headers and all needed signatures and keys in
> mkimage
> - Commands capable of writing the board's efuses to both write the
> needed cryptograp
Hi Simon,
Am Mittwoch, den 30.11.2016, 19:20 -0700 schrieb Simon Glass:
> Hi Markus,
>
> On 30 November 2016 at 04:32, Markus Valentin wrote:
> >
> > Hi,
> >
> > im trying to run u-boot as uefi-payload for qemu this works totally
> > fine.
> >
> > My real target is a Minnowboard Turbot. I did
Hi Tom,
On 01/12/2016 01:57, Tom Rini wrote:
On Wed, Nov 30, 2016 at 11:16:06PM +0100, Angelo Dureghello wrote:
Change all coldfire board files to use CONFIG_DISPLAY_CPUINFO.
Signed-off-by: Angelo Dureghello
---
Changes for v2:
- no changes
---
configs/M5208EVBE_defconfig
(Adding Simon to Cc)
On 23.11.2016 16:12, Mario Six wrote:
This patch adds a function to the TPM library, which allows U-Boot to
flush resources, e.g. keys, from the TPM.
Signed-off-by: Mario Six
Simon, do you have any comments on this patch please?
---
board/gdsys/p1022/controlcenterd-id
(Adding Simon and Maxim to Cc)
On 23.11.2016 16:12, Mario Six wrote:
Certain boards come in different variations by way of utilizing daughter
boards, for example. These boards might contain additional chips, which
are added to the main board's busses, e.g. I2C.
The device tree support for such
On 23.11.2016 16:12, Mario Six wrote:
Allow boards to do some initialization when PCIe comes up.
What is it that your boards needs to do when PCIe comes up? Could
you please give me an example here?
Signed-off-by: Dirk Eibach
---
arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c | 10 ++
a
Hi Mario,
sorry for the late review. A few comments now to the patch
series...
On 23.11.2016 16:12, Mario Six wrote:
From: Dirk Eibach
Add driver interface functions for the GPIO controller on the mvebu
architecture (based on kirkwood).
Signed-off-by: Dirk Eibach
---
arch/arm/mach-mvebu/in
98 matches
Mail list logo