On Sab, 2017-02-25 at 22:36 +0100, Marek Vasut wrote:
> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
> >
> > Add system manager support for Arria 10.
> But these are just headers, there's no system manager code here ?
Yes. Mainly for system manager's register struct and defines.
>
> >
> > Signed-
On Sab, 2017-02-25 at 22:35 +0100, Marek Vasut wrote:
> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
> >
> > Add clock driver support for Arria 10 and update Gen5 clock driver.
> >
> > Signed-off-by: Tien Fong Chee
> > Signed-off-by: Ley Foon Tan
> > ---
> > arch/arm/mach-socfpga/Makefile
Hi Simon
I guess you may lost this patch. So a friendly ping.
2017-02-23 9:59 GMT+08:00 Eddie Cai :
> Andrew F. Davis's below patch broke rk3288 based board. that is because we
> call
> spl_init in board_init_f which is at very early stage. What Andrew want to
> fix
> is calling spl_init very lat
Hi Simon
2017-02-23 11:33 GMT+08:00 Simon Glass :
> Hi Eddie,
>
> On 22 February 2017 at 07:12, Eddie Cai wrote:
> > Hi Simon
> >
> > 2017-02-22 17:05 GMT+08:00 Eddie Cai :
> >>
> >> Hi Simon
> >>
> >> 2017-02-22 11:59 GMT+08:00 Simon Glass :
> >>>
> >>> Hi Eddie,
> >>>
> >>> On 17 February 2017
scan_dev_for_boot_part will fail when there is no GPT table. So add auto write
GPT table if fail to get it.
Signed-off-by: Eddie Cai
---
include/config_distro_bootcmd.h | 8
1 file changed, 8 insertions(+)
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
i
On Ahd, 2017-03-05 at 01:57 +0100, Marek Vasut wrote:
> On 03/03/2017 01:50 PM, Chee Tien Fong wrote:
> >
> > From: Tien Fong Chee
> >
> > This patch removes the unused passing parameter of
> > socfpga_bridges_reset
> > function in Arria10.
> >
> > Signed-off-by: Tien Fong Chee
> > Cc: Marek V
On Jum, 2017-03-03 at 20:50 +0800, Chee Tien Fong wrote:
> From: Tien Fong Chee
>
> This patchset adds FPGA driver to Intel Arria 10 SoC.
>
> This series is working on top of [1] initial patchset which enables
> the basic
> support for Arria 10 and other features.
>
> [1]: https://www.mail-arch
Sorry for top posting (using my phone).
I think we should flush the cache by range. If you are relying on PPA flushing
the cache for you (it is the case now), it's better to put a comment there.
York
Original Message
From: "Z.Q. Hou"
Sent: Sunday, March 5, 2017 07:07 PM
To:
On Fri, Mar 3, 2017 at 10:32 PM, Maxime Ripard
wrote:
> If we depend on the ARCH_SUNXI configuration option, the boards that do not
> have NAND support enabled (with the associated options) will not compile
> anymore.
>
> Depend on the NAND driver configuration option to make sure that is not the
Hi York,
Thanks a lot for your comments!
> -Original Message-
> From: york sun
> Sent: Saturday, March 04, 2017 12:51 AM
> To: Z.Q. Hou ; u-boot@lists.denx.de;
> o...@buserror.net; mingkai...@freescale.com; s...@chromium.org; Xiaobo
> Xie
> Subject: Re: [PATCH 3/5] fsl PPA: add support P
On Sun, 2017-03-05 at 18:49 +0100, Marek Vasut wrote:
> On 03/05/2017 06:38 PM, Dalon Westergreen wrote:
> >
> > On Tue, 2017-02-28 at 06:45 -0800, Dalon Westergreen wrote:
> > >
> > > On Mon, 2017-02-20 at 06:35 -0800, Dalon Westergreen wrote:
> > > >
> > > >
> > > > On Mon, 2017-02-20 at 15:2
On Sun, 5 Mar 2017 09:27:44 -0500
Tom Rini wrote:
> On Sun, Mar 05, 2017 at 02:51:54PM +0200, Siarhei Siamashka wrote:
> > Hello All,
> >
> > I have just unexpectedly found an old Beagleboard B7 in my closet and
> > tried to compile the current U-Boot master branch for it. Appears that
> > it is
On 01/03/17 21:19, Philipp Tomsich wrote:
> Hi everyone,
>
> here's the the new version of CLK, RESET and PINCTRL drivers to
> configure sunxi from the device-tree. This adds support for the
> upstream CCU node (for reset and pinctrl) and tries to address the
> various concerns people had.
>
> N
The workaround for ARM errata 725233 had been lost since
commit 45bf05854bc94e (armv7: adapt omap3 to the new cache
maintenance framework). Bring it back in order to avoid
very difficult to reproduce, but actually encountered in
the wild CPU deadlocks when running software rendered
X11 desktop on O
Boards with OMAP3530 SoC fail to boot since commit bd2c4522c26d5
("ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)")
because it enabled the use of Thumb2 for the SPL.
Experiments have shown that the deadlock happens in the
prcm_init() function from 'arch/arm/mach-omap2/omap3/clock.c
OMAP3530 lost the erratum 725233 workaround since 2011 and even
became completely non-bootable since 2015. These two patches make
it usable again. The most notable hardware is the original
BeagleBoard.
Siarhei Siamashka (2):
arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530
arm
"unsigned long" is a lousy data type when it comes to match peripheral
hardware registers with a fixed size.
Just do the obvious and match a 32-bit display format with an "u32"
data type for casting.
This fixes the logo display on 64-bit architectures, which produced
a black line on the right side
On Sun, Mar 05, 2017 at 11:53:43PM +0100, Lukasz Majewski wrote:
> Hi Tom,
>
> > These particular SPL options are part of what the ROM provides, but
> > for compatibility with how we have previously used them, move them to
> > being implied by the board being selected.
> >
> > Signed-off-by: Tom
Hi Tom,
> These particular SPL options are part of what the ROM provides, but
> for compatibility with how we have previously used them, move them to
> being implied by the board being selected.
>
> Signed-off-by: Tom Rini
> ---
> arch/arm/mach-omap2/am33xx/Kconfig | 3 +++
> board/ti/am335x/Kc
From: Felipe Balbi
Intel MID platforms have few microcontrollers inside SoC, one of them is
so called System Controller Unit (SCU).
Here is the driver to communicate with microcontroller.
Signed-off-by: Vincent Tinelli
Signed-off-by: Felipe Balbi
Signed-off-by: Andy Shevchenko
---
arch/x86/
This simple PMU driver enables access to MMC controllers during probe
so tangier_sdhci can probe and be useful.
In the future it might be expanded to cover other Intel MID platforms,
that's why it's called intel_mid_pmu.c.
Signed-off-by: Felipe Balbi
Signed-off-by: Andy Shevchenko
---
arch/x86
Am 05.03.2017 um 18:36 schrieb Dalon Westergreen:
> On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote:
>> On 03/05/2017 01:54 PM, Frank Kunz wrote:
>>>
>>> This allows the SPL to scan the MMC for a valid uboot image on a second
>>> sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECT
Am 05.03.2017 um 18:17 schrieb Marek Vasut:
> On 03/05/2017 01:54 PM, Frank Kunz wrote:
>> Those features are used by distro boot with efi boot.
>>
>> Signed-off-by: Frank Kunz
>> ---
>> :100644 100644 b122135690... c22b54b48d... M
>> configs/socfpga_de0_nano_soc_defconfig
>> configs/socfpga_d
On 03/05/2017 06:38 PM, Dalon Westergreen wrote:
On Tue, 2017-02-28 at 06:45 -0800, Dalon Westergreen wrote:
On Mon, 2017-02-20 at 06:35 -0800, Dalon Westergreen wrote:
On Mon, 2017-02-20 at 15:24 +0100, Marek Vasut wrote:
On 02/20/2017 03:21 PM, Dalon Westergreen wrote:
On Mon, 2017-02
On 03/05/2017 06:36 PM, Dalon Westergreen wrote:
On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote:
On 03/05/2017 01:54 PM, Frank Kunz wrote:
This allows the SPL to scan the MMC for a valid uboot image on a second
sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when
the d
On Tue, 2017-02-28 at 06:45 -0800, Dalon Westergreen wrote:
> On Mon, 2017-02-20 at 06:35 -0800, Dalon Westergreen wrote:
> >
> > On Mon, 2017-02-20 at 15:24 +0100, Marek Vasut wrote:
> > >
> > >
> > > On 02/20/2017 03:21 PM, Dalon Westergreen wrote:
> > > >
> > > >
> > > >
> > > > On Mon, 20
On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote:
> On 03/05/2017 01:54 PM, Frank Kunz wrote:
> >
> > This allows the SPL to scan the MMC for a valid uboot image on a second
> > sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when
> > the default location "CONFIG_SYS_MMCSD_R
On 03/05/2017 01:54 PM, Frank Kunz wrote:
Those features are used by distro boot with efi boot.
Signed-off-by: Frank Kunz
---
:100644 100644 b122135690... c22b54b48d... M
configs/socfpga_de0_nano_soc_defconfig
configs/socfpga_de0_nano_soc_defconfig | 7 ---
1 file changed, 4 insertions
On 03/05/2017 01:54 PM, Frank Kunz wrote:
This allows the SPL to scan the MMC for a valid uboot image on a second
sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when
the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first
partition offset" does not contain a vali
When the zynq_gem driver initializes the phy it sets the supported
features that the phy can support and advertise. However instead of
masking the supported features such that it limits the available
features it sets the phy to have the exact supported features of the
zynq_gem. This is problematic
On Sun, Mar 05, 2017 at 02:51:54PM +0200, Siarhei Siamashka wrote:
> Hello All,
>
> I have just unexpectedly found an old Beagleboard B7 in my closet and
> tried to compile the current U-Boot master branch for it. Appears that
> it is broken since almost 2 years ago:
>
>https://lists.denx.de/
Those features are used by distro boot with efi boot.
Signed-off-by: Frank Kunz
---
:100644 100644 b122135690... c22b54b48d... M
configs/socfpga_de0_nano_soc_defconfig
configs/socfpga_de0_nano_soc_defconfig | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/configs/so
This allows the SPL to scan the MMC for a valid uboot image on a second
sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when
the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first
partition offset" does not contain a valid uboot image.
Signed-off-by: Frank Kunz
-
This enables EFI support for DE0-nano-SoC distro boot.
The patches will apply on top of Dalon Westergreens "[PATCH v3 0/8] arm:
socfpga: Move to using distro boot" series.
Tested on openSUSE openSUSE Tumbleweed ARM JeOS image.
Signed-off-by: Frank Kunz
Frank Kunz (2):
arm: socfpga: Enable a
Hello All,
I have just unexpectedly found an old Beagleboard B7 in my closet and
tried to compile the current U-Boot master branch for it. Appears that
it is broken since almost 2 years ago:
https://lists.denx.de/pipermail/u-boot/2015-July/220332.html
https://lists.denx.de/pipermail/u-boot/
Am 19.02.2017 um 21:20 schrieb Dalon Westergreen:
> This adds a common environment and support for distro boot
> in the common socfpga header.
>
> Signed-off-by: Dalon Westergreen
> Acked-by: Marek Vasut
>
> --
> Changes in v4:
> - Move env back to being right after the MBR
> Changes in v3:
>
On 05/03/17 04:06, Jonathan Gray wrote:
> On Fri, Mar 03, 2017 at 09:55:25AM +, Andre Przywara wrote:
>> Hi,
>>
>> On 03/03/17 09:22, Maxime Ripard wrote:
>>> On Thu, Mar 02, 2017 at 12:03:20AM +0800, Icenowy Zheng wrote:
2017???3???1??? 23:51??? Maxime Ripard
?
>
>>
Hi Simon,
On 03/03/17 06:53, Simon Glass wrote:
> Hi Igor,
>
> On 22 February 2017 at 00:35, Igor Grinberg wrote:
>> Hi Philipp, Simon,
>>
>> On 02/22/17 05:59, Simon Glass wrote:
>>> Hi,
>>>
>>> On 20 February 2017 at 02:18, Dr. Philipp Tomsich
>>> wrote:
On 20 Feb 2017, at 08:22, Ig
38 matches
Mail list logo