This patch series enables PCI-LUT table initialization
for NXP Chassis-2 (for example ls1043, ls1046 and LS1012) devices.
As part of this, stream-ids allocation is added which is similar
to Chassis-3 (ls2080a)
Also this series have a minor cleanup, as stream-id definition file
is given generic na
This patch fixup iommu-map property on pci node to have
a valid mapping of requester-id to stream-id.
The requester-id to stream-id mapping is based on
PCI-LUT table initialization.
Signed-off-by: Bharat Bhushan
---
v1->v2
- Typo error in comment about phandle of MSI node rather than iommu
dri
Layerscape Chassis-2 have PCIe device, some platform devices and
DPAA1 devices which will use stream-ids for iommu level isolation as
they lies behind SMMU.
This patch defines the stream-ids for Chassis-2 devices.
stream-ids for DPAA1 are reserved for future use.
Signed-off-by: Bharat Bhushan
--
As ls1012a is Chassis-2 type SOC and shares same streamid
definition, this patch adds using streamids for ls1012a
Signed-off-by: Bharat Bhushan
---
include/configs/ls1012a_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_comm
As ls1046a is Chassis-2 type SOC and shares same streamid
definition, this patch adds using streamids for ls1046
Signed-off-by: Bharat Bhushan
---
include/configs/ls1046a_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_commo
From: Bharat Bhushan
Layerscape Chasis-2 also uses same PCIe controller
as used in Chasis-3 and have similar PCI-Lut.
We need to initialize the pcie-lut for Chasis-2 also
as in Chasis-3.
Signed-off-by: Bharat Bhushan
---
drivers/pci/pcie_layerscape_fixup.c | 4 ++--
1 file changed, 2 insertio
LS2080a, LS1088a and LS2088a SOCs are based on Chassis-3
and shared same stream-id partitioning. This patch
rewords the definition to support all these SOCs.
Also have changes in description about iommu-map property
updates in PCI node.
Signed-off-by: Bharat Bhushan
---
.../arm/include/asm/arch
The stream ID allocation for Chasis3.0 devices,
LS1088, LS2088 and LS2080, can be shared.
This patch renames this accordingly.
Signed-off-by: Bharat Bhushan
---
.../asm/arch-fsl-layerscape/{ls2080a_stream_id.h => stream_id_lsch3.h} | 0
include/configs/ls2080a_common.h
The new function dm_remove_devices_flags() is intented for driver specific
last-stage cleanup operations before the OS is started. This patch adds
this functionality and hooks it into the common device_remove()
function.
Drivers wanting to use this feature for some last-stage removal calls,
need t
On Fri, Mar 10, 2017 at 9:50 AM, Marek Vasut wrote:
> On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
>> Add pinmux support for Arria 10.
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> arch/arm/mach-socfpga/Makefile | 1 +
>> arch/arm/mach-socfpga/include
On Fri, Mar 10, 2017 at 9:47 AM, Marek Vasut wrote:
> On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
>> Add clock driver support for Arria 10.
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> arch/arm/mach-socfpga/Makefile |3 +-
>> arch/arm/mach
> -Original Message-
> From: Diana Madalina Craciun
> Sent: Friday, March 10, 2017 8:54 PM
> To: Bharat Bhushan ; york sun
> ; u-boot@lists.denx.de
> Cc: Z.Q. Hou
> Subject: Re: [U-Boot] [PATCH] pcie-layerscape: Fixup iommu-map property
> of pci node
>
> On 2/24/2017 10:04 AM, Bharat Bh
2017-03-22 2:56 GMT+08:00 Joe Hershberger :
> On Wed, Mar 15, 2017 at 4:28 AM, Jacob Chen
> wrote:
>> Some board need a regulator for gmac phy, so add this code to handle it.
>>
>> Signed-off-by: Jacob Chen
>> ---
>>
>> drivers/net/gmac_rockchip.c | 17 +
>> 1 file changed, 17 i
Hi Jaehoon,
Thanks a lot for your review!
- Zhiqiang
> -Original Message-
> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com]
> Sent: 2017年3月22日 6:35
> To: Z.Q. Hou ; u-boot@lists.denx.de;
> o...@buserror.net; york sun ; mingkai...@freescale.com;
> s...@chromium.org; Xiaobo Xie
> Subj
Hi Philipp,
On 03/22/2017 10:38 AM, Philipp Rossak wrote:
> Hi Jaehoon,
>
> Thanks for that hint!
>
> I uploaded two logs to pastebin.
>
> Log [1] is a sandisk ultra 32gb sd card. This time I didn't got it work
> properly.
>
> Log [2] is from an other 2gb sd card where I pressed the reset but
Hi Jaehoon,
Thanks for that hint!
I uploaded two logs to pastebin.
Log [1] is a sandisk ultra 32gb sd card. This time I didn't got it work
properly.
Log [2] is from an other 2gb sd card where I pressed the reset button
until I received data from CMD 17 command.
Right now there are a lot o
Hi Philipp,
On 03/22/2017 09:27 AM, Philipp Rossak wrote:
> Hey everyone,
>
> I'm currently working on a SD / MMC Card driver for the stm32f746g-disco
> Board. You can find my actual very early work right here on my github
> repository: [0]
>
> Currently I'm getting errors that are not reprodu
On Tue, Mar 21, 2017 at 09:11:00PM +0900, Jaehoon Chung wrote:
> Dear Tom,
>
> Could you pull these patches into your master branch?
>
> The following changes since commit d5abcf94c7123167725fc22ace342f0d455093c1:
>
> ti: boot: Register the MMC controllers in SPL in the same way as in u-boot
Hey everyone,
I'm currently working on a SD / MMC Card driver for the stm32f746g-disco
Board. You can find my actual very early work right here on my github
repository: [0]
Currently I'm getting errors that are not reproducible:
- Errors on sending different commands (happens somtimes but ra
On Tue, Mar 21, 2017 at 01:52:07PM -0500, Franklin S Cooper Jr wrote:
>
>
> On 03/20/2017 11:57 PM, Vignesh R wrote:
> >
> >
> > On Saturday 18 March 2017 08:04 PM, Tom Rini wrote:
> And can we not move towards the "normal" method of SPL loading
> the u-boot.img (or FIT) from? I gues
Hi Joe,
Please see responses inline, simply ACK'ed comments will be addressed
in the next version.
On Tue, Mar 21, 2017 at 12:32 PM, Joe Hershberger
wrote:
> On Thu, Mar 16, 2017 at 4:36 PM, Maxim Sloyko wrote:
>> The device that Aspeed uses is basically Faraday FTGMAC100, but with
>> some diff
Most Rockchip socs have the ability to either map the bootrom or a sram
area to the starting address of the cpu by flipping a bit in the GRF.
Newer socs leave this untouched and mapped to the bootrom but the legacy
loaders on rk3188 and before enabled the remap functionality and the
current smp im
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Enable Network Driver along with network related commands -- ping, dhcp,
> mii -- in ast2500 Eval Board's defconfig.
>
> Add MAC devices' configuration to Eval Board Device Tree.
>
> Signed-off-by: Maxim Sloyko
>
> ---
>
>
> ---
> arch/arm/dts/ast
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Add P-Bus Clock support to ast2500 clock driver.
> This is the clock used by I2C devices.
>
> Signed-off-by: Maxim Sloyko
> ---
>
> arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 3 ++-
> drivers/clk/aspeed/clk_ast2500.c | 11
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Refactor SCU header to use consistent Mask & Shift values.
> Now, consistently, to read value from SCU register, mask needs
> to be applied before shift.
>
> Signed-off-by: Maxim Sloyko
> ---
>
> arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 12
Hi Maxim,
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> This change switches all existing users of ast2500 Watchdog to Driver
> Model based Watchdog driver.
>
> To perform system reset Sysreset Driver uses first Watchdog device found
> via uclass_first_device call. Since the system is going to
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Add Reset Driver configuration to ast2500 SoC Device Tree and bindings
> for various reset signals
>
> Signed-off-by: Maxim Sloyko
> ---
>
> arch/arm/dts/ast2500-evb.dts | 15 +++
> arch/arm/dts/ast2500-u-boot.dtsi |
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> This driver uses Generic Pinctrl framework and is compatible with
> the Linux driver for ast2500: it uses the same device tree
> configuration.
>
> Not all pins are supported by the driver at the moment, so it actually
> compatible with ast2400. In
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Enable Pinctrl Driver in AST2500 Eval Board's defconfig
>
> Signed-off-by: Maxim Sloyko
> ---
>
> configs/evb-ast2500_defconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass
___
U-Bo
Hi Maxim,
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Add Reset Driver for ast2500 SoC. This driver uses Watchdog Timer to
> perform resets and thus depends on it. The actual Watchdog device used
> needs to be configured in Device Tree using "aspeed,wdt" property, which
> must be WDT phandle
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Enable I2C driver in ast2500 Eval Board defconfig.
> Also enable i2c command.
>
> Signed-off-by: Maxim Sloyko
> ---
>
> configs/evb-ast2500_defconfig | 3 +++
> 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass
___
Hi Maxim,
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> This driver supports ast2500 and ast2400 SoCs.
> Only ast2500 supports reset_mask and thus the option of resettting
> individual peripherals using WDT.
>
> Signed-off-by: Maxim Sloyko
> ---
>
> arch/arm/include/asm/arch-aspeed/wdt.h |
Hi Maxim,
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> This is a simple uclass for Watchdog Timers. It has four operations:
> start, restart, reset, stop. Drivers must implement start, restart and
> stop operations, while implementing reset is optional: It's default
> implementation expires w
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Make functions for locking and unlocking SCU part of SCU API.
> Many drivers need to modify settings in SCU and thus need to unlock it
> first. This change makes it possible.
>
> Signed-off-by: Maxim Sloyko
> ---
>
> arch/arm/include/asm/arch-aspe
Hi Maxim,
On 16 March 2017 at 15:36, Maxim Sloyko wrote:
> Pull in the Device Tree for ast2500 from the mainline Linux kernel
>
> Signed-off-by: Maxim Sloyko
> ---
>
> arch/arm/dts/ast2500.dtsi | 881
> +-
> 1 file changed, 880 insertions(+), 1 delet
On Wed, Mar 22, 2017 at 09:00:58AM +1000, Nicholas Piggin wrote:
> On Tue, 21 Mar 2017 11:16:50 -0400
> Tom Rini wrote:
>
> > On Tue, Mar 21, 2017 at 08:59:04AM -0500, Jon wrote:
> >
> > > Likewise tested on Fedora rawhide with: binutils-2.28-5.fc27
> > >
> > > This patch allows our distro u-bo
On 03/17/2017 05:12 PM, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> Signed-off-by: Hou Zhiqiang
Reviewed-by: Jaehoon Chung
> ---
> V3:
> - Added checking for return value of mmc initialization.
> - Added checking the fdt header before getting the size of PPA image.
>
> arch/arm/cpu/armv8
On 03/18/2017 01:25 AM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> Signed-off-by: Patrice Chotard
Reviewed-by: Jaehoon Chung
> ---
> drivers/mmc/sti_sdhci.c | 31 ++-
> 1 file changed, 22 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/mmc/s
On 03/18/2017 01:25 AM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> reset-names property is needed to use the reset
> API for STi sdhci driver.
>
> Signed-off-by: Patrice Chotard
Reviewed-by: Jaehoon Chung
> ---
> arch/arm/dts/stih407-family.dtsi | 1 +
> 1 file changed, 1 ins
On 03/18/2017 01:25 AM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> Use struct udevice* as input parameter. Previous
> parameters are retrieved through plat and priv data.
>
> This to prepare to use the reset framework.
>
> Signed-off-by: Patrice Chotard
Reviewed-by: Jaehoon Chu
On Tue, Mar 21, 2017 at 3:09 PM, Jaehoon Chung wrote:
> Hi,
>
> On 03/21/2017 11:47 PM, Tim Harvey wrote:
>> Add a convenience function for configuring the most common characteristics
>> of an LTC3676 buck regulator.
>
> I didn't know where this is used.
Hi Jaehoon,
I'm going to use it for the I
Hi,
Dne torek, 21. marec 2017 ob 20:34:33 CET je Maxime Ripard napisal(a):
> Hi,
>
> On Mon, Mar 20, 2017 at 11:01:25PM +0100, Jernej Skrabec wrote:
> > diff --git a/include/configs/sun50i.h b/include/configs/sun50i.h
> > index 1b7bfb6c22..146f7f4e1b 100644
> > --- a/include/configs/sun50i.h
> >
On 03/21/2017 06:29 PM, Marcel Ziswiler wrote:
> From: Marcel Ziswiler
>
> Introduce CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK to disable the external
> clock
> loopback and use the internal one on SDMMC3 as per the
> SDMMC_VENDOR_MISC_CNTRL_0
> register's SDMMC_SPARE1 bits being set to 0xfffd a
Hi,
On 03/21/2017 11:47 PM, Tim Harvey wrote:
> Add a convenience function for configuring the most common characteristics
> of an LTC3676 buck regulator.
I didn't know where this is used.
>
> Signed-off-by: Tim Harvey
> ---
> drivers/power/pmic/pmic_ltc3676.c | 16
> include
On Tue, Mar 21, 2017 at 3:19 PM, Hannes Schmelzer wrote:
> From: Hannes Schmelzer
>
> This patch adds support for having a "fixed-link" to some other MAC
> (like some embedded switch-device).
>
> For this purpose we introduce a new phy-driver, called "Fixed PHY".
>
> Fixed PHY works only with CON
On 03/21/2017 09:00 PM, Joe Hershberger wrote:
On Tue, Mar 21, 2017 at 2:34 PM, Hannes Schmelzer
wrote:
On 03/21/2017 07:26 PM, Joe Hershberger wrote:
Hi Joe,
many thanks for your input, i will do some rework and send v3.
But a few words about my doing below.
On Tue, Mar 21, 2017 at 4:30 AM,
From: Hannes Schmelzer
This patch adds support for having a "fixed-link" to some other MAC
(like some embedded switch-device).
For this purpose we introduce a new phy-driver, called "Fixed PHY".
Fixed PHY works only with CONFIG_DM_ETH enabled, since the fixed-link is
described with a subnode be
On 16 March 2017 at 08:26, Bin Meng wrote:
> Before jumping to OS waking up vector, we need turn on ACPI mode
> for S3, just like what we do for a normal boot.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/lib/acpi_s3.c | 3 +++
> 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass
>
>
On 16 March 2017 at 08:26, Bin Meng wrote:
> This turns on ACPI S3 resume for minnowmax board.
>
> Signed-off-by: Bin Meng
> ---
>
> configs/minnowmax_defconfig | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass
>
> diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_de
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> At the end of pre-relocation phase, save the new stack address
> to CMOS and use it as the stack on next S3 boot for fsp_init()
> continuation function.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/cpu/cpu.c | 8
>
Hi,
On 16 March 2017 at 08:26, Bin Meng wrote:
> Introduce a new CONFIG_S3_VGA_ROM_RUN option so that U-Boot can
> bypass executing VGA roms in S3.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/Kconfig | 12
> drivers/pci/pci_rom.c | 14 ++
> 2 files changed, 26 i
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> To do something more in acpi_resume() like turning on ACPI mode,
> we need locate ACPI FADT table pointer first. But currently this
> is done in acpi_find_wakeup_vector().
>
> This changes acpi_resume() signature to accept ACPI FADT pointer
> a
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> U-Boot itself as well as everything that is consumed by U-Boot (like
> heap, stack, dtb, etc) needs to be reserved and reported in the E820
> table when S3 resume is on.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/Kconfig| 8 +
On 16 March 2017 at 08:26, Bin Meng wrote:
> Call board_final_cleanup() before write_tables(), so that anything
> done in board_final_cleanup() on a normal boot path is also done
> on an S3 resume path.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/cpu/cpu.c | 4 ++--
> 1 file changed, 2 insert
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> In an S3 resume path, U-Boot does everything like a cold boot except
> in the last_stage_init() it jumps to the OS resume vector.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/cpu/cpu.c | 8
> arch/x86/include/asm/acpi_
On 16 March 2017 at 08:26, Bin Meng wrote:
> Mark the first 64K memory as reserved as well since U-Boot uses this
> memory region for things like VBIOS execution in real mode. After
> kernel resumes, it checks low memory range per config option
> CONFIG_X86_RESERVE_LOW which is 64K by default to s
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> enter_acpi_mode() is useful on other boot path like S3 resume, so
> make it public.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/include/asm/acpi_table.h | 1 +
> arch/x86/lib/acpi_table.c | 2 +-
> 2 files changed, 2 insertions(+),
On 16 March 2017 at 08:26, Bin Meng wrote:
> In enter_acpi_mode() PM1_CNT register is changed to PM1_CNT_SCI_EN
> directly without preserving its previous value. Update to change
> the register access to read-modify-write (RMW).
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/lib/acpi_table.c | 4
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> This adds a library that provides CMOS (inside RTC SRAM) access
> at a very early stage when driver model is not available yet.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/include/asm/early_cmos.h | 43 +
>
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> This adds a wake up stub before jumping to OS wake up vector.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/cpu/Makefile | 1 +
> arch/x86/cpu/wakeup.S | 79
> ++
> arch/x86/include
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> This adds one API acpi_find_wakeup_vector() to locate OS wakeup
> vector from the ACPI FACS table, to be used in the S3 boot path.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/include/asm/acpi_table.h | 1 +
> arch/x86/include/asm/tables.h
On 16 March 2017 at 08:26, Bin Meng wrote:
> Now that we have ACPI S3 support on Intel MinnowMax board, document
> some generic information of S3 and how to test it.
>
> Signed-off-by: Bin Meng
>
> ---
>
> doc/README.x86 | 20 ++--
> 1 file changed, 14 insertions(+), 6 deletions(
On 16 March 2017 at 08:26, Bin Meng wrote:
> When U-Boot is built without ACPI S3 support, it should not report
> S3 in the ACPI table otherwise when kernel does STR it won't work.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/include/asm/arch-baytrail/acpi/sleepstates.asl | 2 ++
> 1 file chan
Hi Bin,
On 16 March 2017 at 08:26, Bin Meng wrote:
> Add one member in the global data to store previous sleep state,
> and display the state during boot in print_cpuinfo().
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/cpu/cpu.c | 6 ++
> arch/x86/include/asm/acpi_s3.h
On 16 March 2017 at 08:26, Bin Meng wrote:
> When ACPI S3 resume is turned on, we should pass different boot mode
> to FSP init instead of default BOOT_FULL_CONFIG.
>
> Signed-off-by: Bin Meng
> ---
>
> arch/x86/include/asm/acpi_s3.h | 18 ++
> arch/x86/lib/fsp/fsp_common.c | 26
On Tue, Mar 21, 2017 at 2:34 PM, Hannes Schmelzer
wrote:
> On 03/21/2017 07:26 PM, Joe Hershberger wrote:
> Hi Joe,
>
> many thanks for your input, i will do some rework and send v3.
> But a few words about my doing below.
>>
>> On Tue, Mar 21, 2017 at 4:30 AM, Hannes Schmelzer wrote:
>>>
>>> Fro
Dear Tom,
In message <20170313180242.GN19897@bill-the-cat> you wrote:
>
> I've released v2017.03 and it's now live on git and FTP and ACD (along
> with PGP sig file).
I apologize for the long delay - her eis finally the release
statistics (full version as usual on the project page at [1]):
[1]
From: Hannes Schmelzer
This patch adds support for having a "fixed-link" to some other MAC
(like some embedded switch-device).
For this purpose we introduce a new phy-driver, called "Fixed PHY".
Fixed PHY works only with CONFIG_DM_ETH enabled, since the fixed-link is
described with a subnode be
On Mon, Mar 20, 2017 at 11:01:27PM +0100, Jernej Skrabec wrote:
> Because DE2 driver is enabled by default, it is nice to disable it on
> all boards which don't have any video output. List of such boards is
> also much shorter.
>
> Signed-off-by: Jernej Skrabec
Acked-by: Maxime Ripard
Thanks,
On Mon, Mar 20, 2017 at 11:01:26PM +0100, Jernej Skrabec wrote:
> This commit adds support for HDMI output.
>
> Signed-off-by: Jernej Skrabec
> Reviewed-by: Simon Glass
Acked-by: Maxime Ripard
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-
On 03/21/2017 07:26 PM, Joe Hershberger wrote:
Hi Joe,
many thanks for your input, i will do some rework and send v3.
But a few words about my doing below.
On Tue, Mar 21, 2017 at 4:30 AM, Hannes Schmelzer wrote:
From: Hannes Schmelzer
This patch adds support for having a "fixed-link" to som
Hi,
On Mon, Mar 20, 2017 at 11:01:25PM +0100, Jernej Skrabec wrote:
> diff --git a/include/configs/sun50i.h b/include/configs/sun50i.h
> index 1b7bfb6c22..146f7f4e1b 100644
> --- a/include/configs/sun50i.h
> +++ b/include/configs/sun50i.h
> @@ -21,6 +21,8 @@
> #define GICD_BASE0x1c810
On Mon, Mar 20, 2017 at 11:01:24PM +0100, Jernej Skrabec wrote:
> Video driver for older Allwinner SoCs uses cfb console framework which
> in turn uses struct ctfb_res_modes to hold timing informations. However,
> DM video framework uses different structure - struct display_timing.
>
> It makes mo
On Mon, Mar 20, 2017 at 11:01:23PM +0100, Jernej Skrabec wrote:
> TCON unit has similar layout and functionality also on newer SoCs. This
> commit splits out TCON code for easier reuse later.
>
> Signed-off-by: Jernej Skrabec
Acked-by: Maxime Ripard
Thanks!
Maxime
--
Maxime Ripard, Free Elec
On Thu, Mar 16, 2017 at 4:36 PM, Maxim Sloyko wrote:
> The device that Aspeed uses is basically Faraday FTGMAC100, but with
> some differences here and there. Since I don't have access to a properly
> implemented FTGMAC100 though, I can't really test it and so I don't
> feel comfortable claiming c
Mingkai,
I noticed during recent debug on LS1043ARDB and LS1046ARDB that the
general network feature is combined with DPAA FMan. This is not correct.
The fix is easy. You only need to change the Makefile in board folder to
build eth.o with $(CONFIG_NET) instead of $(CONFIG_SYS_DPAA_FMAN). You
On Wed, Mar 15, 2017 at 4:28 AM, Jacob Chen wrote:
> Some board need a regulator for gmac phy, so add this code to handle it.
>
> Signed-off-by: Jacob Chen
> ---
>
> drivers/net/gmac_rockchip.c | 17 +
> 1 file changed, 17 insertions(+)
>
> diff --git a/drivers/net/gmac_rockchip.
On Fri, Mar 3, 2017 at 7:06 PM, Steve Rae wrote:
> From: Suji Velupillai
>
> move to Kconfig:
> CONFIG_BCM_SF2_ETH
> CONFIG_BCM_SF2_ETH_GMAC
>
> Also modified defconfigs of all platforms that use these configs.
>
> Signed-off-by: Suji Velupillai
> Tested-by: Suji Velupillai
> Re
On 03/20/2017 11:57 PM, Vignesh R wrote:
>
>
> On Saturday 18 March 2017 08:04 PM, Tom Rini wrote:
And can we not move towards the "normal" method of SPL loading
the u-boot.img (or FIT) from? I guess the current architecture here is
confusing me.
>>> This has been same for all k
On Fri, Mar 3, 2017 at 7:06 PM, Steve Rae wrote:
> From: Suji Velupillai
>
> Fixed cache misaligned issue in the net driver. The issue shows-up when
> a call to flush_dcache_range is made with unaligned memory. The memory
> must be aligned to ARCH_DMA_MINALIGN.
>
> Signed-off-by: Suji Velupillai
On Thu, Feb 16, 2017 at 5:52 AM, wrote:
> From: Konstantin Porotchkin
>
> Implement the board-specific network init function for
> ESPRESSOBin community board, setting the on-board Topaz
> switch port to forward mode and allow network connection
> through any of the available Etherenet ports.
>
On Mon, Mar 20, 2017 at 3:04 AM, Tuomas Tynkkynen wrote:
> The Raspberry Pi device tree files since Linux v4.9 have a "ethernet"
> alias pointing to the on-board Ethernet device node. However,
> U-Boot's fdt_fixup_ethernet() only looks at ethernet aliases ending
> in digits.
>
> As the spec doesn'
On Tue, Mar 14, 2017 at 2:03 PM, Sylvain Lemieux
wrote:
> From: Alexandre Messier
>
> The network mask must be stored in network order when in a
> 'struct in_addr'.
>
> This fix removes the "gatewayip needed but not set" message on the
> console when using a link-local IP setup.
>
> Signed-off-by
On Tue, Mar 21, 2017 at 4:30 AM, Hannes Schmelzer wrote:
> From: Hannes Schmelzer
>
> This patch adds support for having a "fixed-link" to some other MAC
> (like some embedded switch-device).
>
> For this purpose we introduce a new phy-driver, called "Fixed PHY".
>
> Fixed PHY works only with CON
On Mon, Mar 13, 2017 at 03:04:29PM +0200, Roger Quadros wrote:
> Use the same convention that was used for ICSS1 Ethernet
> - If pin is output, set as PIN_OUTPUT
> - If pin is input and external pull resistor present set as PIN_INPUT
> - If pin is input and external pull resistor absent, set pull
On Mon, Mar 13, 2017 at 03:04:33PM +0200, Roger Quadros wrote:
> If the ethernet address environment is set with a valid
> ethernet address prevent overriding it as it is most likely
> set by the user and he/she doesn't want board code to
> automatically override it whatsoever.
>
> Signed-off-by:
On Wed, Mar 01, 2017 at 09:10:41PM +0100, Philipp Tomsich wrote:
> This adds documentation on the u-boot,efi-partition-entries-offset
> property (which overrides CONFIG_EFI_PARTITION_ENTRIES_OFF, if
> present).
>
> Signed-off-by: Philipp Tomsich
> Reviewed-by: Simon Glass
Applied to u-boot/mas
On Tue, Mar 21, 2017 at 07:15:01AM -0400, Tom Rini wrote:
> Calls to IS_ENABLED() on a non-y/n option will always be false, even
> when set. We can correct this by adding a new bool value that is set
> based on the conditions required for SPL_STACK_R_MALLOC_SIMPLE_LEN to be
> set instead.
>
> Fi
On Fri, Mar 17, 2017 at 12:12:14PM -0400, Jon Mason wrote:
> Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The
> BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57
> processors targeting a broad range of networking applications.
>
> Signed-off-by: Jon Mason
Appl
On Tue, Mar 21, 2017 at 9:28 AM, Stefan Roese wrote:
> The Marvell PHY support is needed espescially for the A7040-DB with the
> SGMII port (port 2). As without the marvell PHY driver configuration
> for SGMII, ethernet won't work.
>
> Signed-off-by: Stefan Roese
> Cc: Stefan Chulski
> Cc: Kosty
On Thu, Mar 16, 2017 at 03:23:55PM -0700, Max Filippov wrote:
> When building u-boot tools in cross-build environment CFLAGS environment
> variable set up for target is taken into an account when building code
> for host. Make it empty on invocation of python.
>
> This fixes the following build e
On Thu, Mar 16, 2017 at 04:17:06PM -0500, George McCollister wrote:
> The CAAM in IMX parts doesn't support public key hardware acceleration
> (PKHA), so don't use RSA_FREESCALE_EXP. If you try to use it on IMX
> (assuming you have the clocks enabled first) you will get back an
> "Invalid KEY Comm
On Mon, Mar 13, 2017 at 06:50:55AM -0400, Robert P. J. Day wrote:
> * Add note that execution needs Python development package installed
> * Standardize on upper case "FIT", "FDT" as necessary for clarity
> * Fix "tempoerary", "linex" typos
>
> Signed-off-by: Robert P. J. Day
>
> diff --git a/t
On Mon, Mar 13, 2017 at 03:04:25PM +0200, Roger Quadros wrote:
> From: Lokesh Vutla
>
> Non OMAP platforms i.e. Keystone will also need to use the board
> EEPROM helpers so let's make the macro platform independent.
>
> Signed-off-by: Roger Quadros
> Signed-off-by: Lokesh Vutla
> Reviewed-by:
On Tue, Feb 21, 2017 at 11:40:42AM +0530, Lokesh Vutla wrote:
> Add u-boot specific dtsi for am43xx-gp-evm so
> that it will be used for SPL.
>
> Reviewed-by: Tom Rini
> Signed-off-by: Lokesh Vutla
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Fri, Mar 17, 2017 at 04:55:23PM +0100, ahas...@baylibre.com wrote:
> Add instructions to write an AIS image to NAND
> by using the u-boot nand tools.
>
> Signed-off-by: Axel Haslam
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Mon, Mar 13, 2017 at 03:04:30PM +0200, Roger Quadros wrote:
> From: Nishanth Menon
>
> AM571x IDK and AM572x IDK have optional LCD Kits that can be purchased.
> These can be one of OSD101T2045 or the newer OSD101T2587. The LCD panel
> itself has no registers that can be used to identify the p
On Mon, Mar 13, 2017 at 03:04:24PM +0200, Roger Quadros wrote:
> GPIO_TO_PIN(bank, bank_gpio) returns the GPIO index
> from the GPIO bank number and bank's GPIO offset number.
>
> Signed-off-by: Roger Quadros
> Reviewed-by: Tom Rini
> Reviewed-by: Lokesh Vutla
Applied to u-boot/master, thanks
On Tue, Mar 14, 2017 at 03:04:19PM +0200, Roger Quadros wrote:
> Keystone and OMAP platforms will need this to set ethernet
> MAC addresses from board EEPROM.
>
> Signed-off-by: Roger Quadros
> Reviewed-by: Lokesh Vutla
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
sign
On Wed, Mar 01, 2017 at 09:10:40PM +0100, Philipp Tomsich wrote:
> This moves the description of the /config node from README.fdt-control
> into a separate file doc/device-tree-bindings/config.txt.
>
> Signed-off-by: Philipp Tomsich
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
1 - 100 of 240 matches
Mail list logo