On Tue, Oct 24, 2017 at 2:30 PM, Felix Brack wrote:
> On 23.10.2017 22:34, Chen-Yu Tsai wrote:
>> On Tue, Oct 24, 2017 at 12:36 AM, Felix Brack wrote:
>>> On 23.10.2017 16:36, Chen-Yu Tsai wrote:
Hi,
On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote:
> On 12.10.2017 14:53, C
Dear Anupam,
please keep the list on Cc:, and please don't top post/full quote.
Thanks.
In message
you wrote:
>
> Thanks for the point. Can you please tell me what will be the address to
> load the kernel? Or the way to know how to load it ? All the tutorials
> shows this only. Didn't find any
The API for get priv pointer is wrong, fix it.
Signed-off-by: Kever Yang
---
arch/arm/mach-rockchip/rk3328/clk_rk3328.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/rk3328/clk_rk3328.c
b/arch/arm/mach-rockchip/rk3328/clk_rk3328.c
index 4dcac27..013
Use a common driver for all Rockchip SOC instead of one for each SoC.
Use driver_data for reg offset.
Signed-off-by: Kever Yang
---
arch/arm/include/asm/arch-rockchip/clock.h | 5 +++
drivers/sysreset/Makefile | 11 +-
drivers/sysreset/sysreset_rk3036.c | 45 --
Using driver_data for new sysreset driver binding.
Signed-off-by: Kever Yang
---
drivers/clk/rockchip/clk_rk3036.c | 15 +--
drivers/clk/rockchip/clk_rk3188.c | 16 ++--
drivers/clk/rockchip/clk_rk322x.c | 15 +--
drivers/clk/rockchip/clk_rk3288.c | 15 ++
Hi Peng
> -Original Message-
> From: Peng Fan [mailto:peng@nxp.com]
> Sent: 25 October 2017 02:39
> > diff --git a/common/spl/spl_atf.c b/common/spl/spl_atf.c new file mode
> > 100644 index 000..ec3f675
> > --- /dev/null
> > +++ b/common/spl/spl_atf.c
> > @@ -0,0 +1,92 @@
> > +/*
On Tue, Oct 24, 2017 at 06:21:43PM +0100, Andre Przywara wrote:
> That being said I have prepared a patch to switch sunxi ARM64 boards
> over to ENV_IS_IN_FAT, because I guess we will hit the wall soon there
> and have no Thumb2 to get off lightly. And I believe that the arm64
> boards mostly use a
I'm personally feel trimming un(non)used bits(which might use in future or
not) is not a good idea.why can't we have TPL because even adding Falcon
might also increase the size.
On 25-Oct-2017 11:43 AM, "Maxime Ripard"
wrote:
On Tue, Oct 24, 2017 at 06:21:43PM +0100, Andre Przywara wrote:
> That
Hi,
On 25/10/17 10:42, Maxime Ripard wrote:
> On Tue, Oct 24, 2017 at 06:21:43PM +0100, Andre Przywara wrote:
>> That being said I have prepared a patch to switch sunxi ARM64 boards
>> over to ENV_IS_IN_FAT, because I guess we will hit the wall soon there
>> and have no Thumb2 to get off lightly.
On Tue, 24 Oct 2017 18:21:43 +0100
Andre Przywara wrote:
> Hi,
>
> On 24/10/17 18:05, Dennis Gilmore wrote:
> > El lun, 23-10-2017 a las 09:35 +0200, Maxime Ripard escribió:
> >> On Fri, Oct 20, 2017 at 04:33:57PM -0500, Dennis Gilmore wrote:
> >>> El jue, 19-10-2017 a las 16:58 +0200, Maxim
Hi,
Here is an RFC to implement the transition from a raw environment in
the MMC to a FAT file in the first bootable partition.
This is based in a custom environment method that reuses the mmc and
fat codes as much as possible, and just deals with the fallbacks,
printing a warning when we're usin
We want the MMC environment code to be compilable so that it can be used by
other environment methods, even if it's not the primary one.
Rework slightly the ifdef to do that.
Signed-off-by: Maxime Ripard
---
env/mmc.c | 24 +---
1 file changed, 13 insertions(+), 11 deletions
The fat environment is currently only buildable as the primary environment,
but other environment methods might need to use it as a secondary
environment (for example to implement fallback mechanisms).
Make sure the environment can be compiled and that the functions are not
static when the configu
Now that we have some code to smoothly transition from a raw environment to
a file, make that the default.
Signed-off-by: Maxime Ripard
---
env/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/env/Kconfig b/env/Kconfig
index fdd68fdfbdb6..95ab988552bb 100644
--- a/env/
The current environment has been hardcoded to an offset that starts to be
an issue given the current size of our main U-Boot binary.
Introduce an environment method from storing the environment raw in the MMC
to a file in a FAT partition. Eventually, and hopefully before we reach
that limit again,
Hi Jagan,
On Wed, Oct 25, 2017 at 03:25:59PM +0530, Jagan Teki wrote:
> I'm personally feel trimming un(non)used bits(which might use in
> future or not) is not a good idea.why can't we have TPL because even
> adding Falcon might also increase the size.
As far as I understand it, the TPL is just
Hi,
On 25/10/17 12:58, Siarhei Siamashka wrote:
> On Tue, 24 Oct 2017 18:21:43 +0100
> Andre Przywara wrote:
>
.
>>
>> That being said I have prepared a patch to switch sunxi ARM64 boards
>> over to ENV_IS_IN_FAT, because I guess we will hit the wall soon there
>> and have no Thumb2 to get
On Wed, Oct 25, 2017 at 02:58:44PM +0300, Siarhei Siamashka wrote:
> On Tue, 24 Oct 2017 18:21:43 +0100
> Andre Przywara wrote:
>
> > Hi,
> >
> > On 24/10/17 18:05, Dennis Gilmore wrote:
> > > El lun, 23-10-2017 a las 09:35 +0200, Maxime Ripard escribió:
> > >> On Fri, Oct 20, 2017 at 04:33:57
UARTs 1 through 5 were missing in the code - added.
Also pick the default according to the configuration setting for the
console index.
Signed-off-by: Ronald Landheer-Cieslak
---
arch/arm/include/asm/arch-am33xx/hardware.h| 14 +-
arch/arm/include/asm/arch-am33xx/hardware_am3
Hello all,
We are currently developing a new BSP for a custom board based on the Sitara
SOC, using U-boot. I've noticed a bug in that setting CONS_INDEX to something
other than 1 does not change the default base address of the UART being used.
My next message will be a patch intended to fix this
Hi Siarhei,
On Wed, Oct 25, 2017 at 02:58:44PM +0300, Siarhei Siamashka wrote:
> > > Anyone doing something like this on X86 has to have the same setup. its
> > > not that hard of a ask to assume that a pxe environment is available.
> > > you can skip the dhcp part and set the serrver ip and syste
Hi,
On Wed, Oct 25, 2017 at 9:46 PM, Landheer-Cieslak, Ronald
wrote:
> UARTs 1 through 5 were missing in the code - added.
> Also pick the default according to the configuration setting for the
> console index.
>
> Signed-off-by: Ronald Landheer-Cieslak
> ---
> arch/arm/include/asm/arch-am33xx/
Dear Maxime,
In message <20171025122601.28224-4-maxime.rip...@free-electrons.com> you wrote:
> The current environment has been hardcoded to an offset that starts to be
> an issue given the current size of our main U-Boot binary.
>
> Introduce an environment method from storing the environment ra
On Wed, Oct 25, 2017 at 02:25:57PM +0200, Maxime Ripard wrote:
> Hi,
>
> Here is an RFC to implement the transition from a raw environment in
> the MMC to a FAT file in the first bootable partition.
>
> This is based in a custom environment method that reuses the mmc and
> fat codes as much as po
Hi Bin,
On Wednesday, October 25, 2017 10:45, Bin Meng wrote:
> On Wed, Oct 25, 2017 at 9:46 PM, Landheer-Cieslak, Ronald
> wrote:
>> UARTs 1 through 5 were missing in the code - added.
>> Also pick the default according to the configuration setting for the
>> console index.
>>
>> Signed-off-by
On 10/24/2017 09:00 PM, Sumit Garg wrote:
>> -Original Message-
>> From: York Sun
>> Sent: Tuesday, October 24, 2017 8:00 PM
>> To: Sumit Garg ; u-boot@lists.denx.de
>> Cc: Ruchika Gupta ; Prabhakar Kushwaha
>> ; Z.q. Hou ; Pankaj
>> Gupta ; Arun Pathak ; Sahil
>> Malhotra
>> Subject: Re:
Dear Simon I'm reading doc/README.fdt-control written by U in u-boot source.
you said CONFIG_OF_EMBED is defined ,dtb will be built into u-boot image.This
is suitable for debugging and is not recommended for producton. Why
CONFIG_OF_EMBED is suitable for debugging? I think CONFIG_OF_EMBED is
Hello Alex, hello Simon,
I have just been reading through efi_gop and video_uclass.c and there
seems to be something missing in the support of video modes.
U-Boot configuration knows the following color models:
16-color
256-color
32k (1:5:5:5)
64k (5:6:5)
16.8M (8:8:8)
In lib/efi_loader/efi_
Hi Simon,Philipp,
I still confuse about how the SPL/TPL build system works, including
what Kconfig will be used,
and how to write the Makefile suppose to be correct.
I'm trying to enable the SPL/TPL for rk3328, I want to remove all
the unnecessary module because the
ram size is very
El mié, 25-10-2017 a las 20:41 +0200, Karsten Merker escribió:
> [CCing Vagrant Cascadian, the Debian U-Boot maintainer]
>
> On Wed, Oct 25, 2017 at 02:42:50PM +0100, Andre Przywara wrote:
> > On 25/10/17 12:58, Siarhei Siamashka wrote:
> > > On Tue, 24 Oct 2017 18:21:43 +0100
> > > Andre Przywara
This patchset is resent to inform the video maintainers.
Here's the original cover letter:
This patchset is mainly for Allwinner DE2 HDMI SimpleFB support.
The framebuffer initialized by the Allwinner DE2 driver can be
passed by to the kernel as simplefb, and this can enable the
kernel to displa
The sunxi DE1 video option used to be CONFIG_VIDEO, which has the same
name as the "Enable legacy video support" option in
drivers/video/Kconfig.
Change the option name to CONFIG_VIDEO_SUNXI, which is really used by
Makefile under drivers/video/sunxi/, and defined in sunxi-common.h
when CONFIG_VID
Add an option to indicate that the video driver should setup a SimpleFB
node that passes the video framebuffer initialized by U-Boot to the
operating system kernel.
Currently only the Allwinner DE driver uses this option, and the
definition of this option in the sunxi-common.h config header is
con
As the DE2 simplefb setup code can also benefit from the simplefb match
code, extract it to a new source file.
Signed-off-by: Icenowy Zheng
Reviewed-by: Andre Przywara
Acked-by: Maxime Ripard
---
Changes in v4:
- Add missing copyright for Luc.
Changes in v3:
- Use /** to start kerndoc.
driver
As the support of EFI boot on Allwinner H3 is broken, we still need to
use simplefb to pass the framebuffer to Linux.
Add code to setup simplefb for Allwinner DE2 driver.
Signed-off-by: Icenowy Zheng
Acked-by: Maxime Ripard
---
Changes in v4:
- Imply CONFIG_VIDEO_DT_SIMPLEFB.
Changes in v3:
-
Update dmc node for full feature driver.
Signed-off-by: Kever Yang
---
arch/arm/dts/rk3328-evb.dts | 1 +
arch/arm/dts/rk3328-sdram-ddr3-666.dtsi | 215 ++
arch/arm/dts/rk3328-sdram-lpddr3-666.dtsi | 215 ++
arch/arm/dts/
This driver supports ddr3/lpddr3/ddr4 sdram initialization.
Since we are going to merge the common part in dram driver for all
Rockchip SoCs, this patch become a RFC and can be used for people
who need it.
Signed-off-by: YouMin Chen
Signed-off-by: Kever Yang
---
drivers/ram/rockchip/sdram_rk3
Update dmc node for full feature driver.
Signed-off-by: Kever Yang
---
arch/arm/dts/rk3328-evb.dts | 1 +
arch/arm/dts/rk3328-sdram-ddr3-666.dtsi | 215 ++
arch/arm/dts/rk3328-sdram-lpddr3-666.dtsi | 215 ++
arch/arm/dts/
This driver supports ddr3/lpddr3/ddr4 sdram initialization.
Since we are going to merge the common part in dram driver for all
Rockchip SoCs, this patch become a RFC and can be used for people
who need it.
Signed-off-by: YouMin Chen
Signed-off-by: Kever Yang
---
arch/arm/include/asm/arch-rock
Recently logic to enable RGMII TX-delay was changed by
commit 05b29aa0cb68 ("net: phy: realtek: fix enabling of the TX-delay
for RTL8211F")
Based on this, here we are enabling the TX-delay again using
PHY_INTERFACE_MODE_RGMII_TXID.
Signed-off-by: Calvin Johnson
Signed-off-by: Anjaneyulu Jagarlmu
Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
Signed-off-by: Kever Yang
---
include/configs/evb_rk3328.h | 6 --
1 file changed, 6 deletions(-)
diff --git a/include/configs/evb_rk3328.h b/include/configs/evb_rk3328.h
index c792ce5..93b18b8 100644
--- a/include/co
41 matches
Mail list logo