Re: [U-Boot] [PATCH 1/9] dm: allow 4GB of DRAM on 32bit systems

2019-01-19 Thread Rask Ingemann Lambertsen
which one the other was, but sunxi_mmc is one of them: $ git grep -F -e '(u32 *)' drivers/mmc/sunxi_mmc.c drivers/mmc/sunxi_mmc.c:ccu_reg = (u32 *)ofnode_get_addr(args.node); drivers/mmc/sunxi_mmc.c:mmc_config_clk = (u32 *)ofnode_get_addr(args.node); becase ofno

Re: [U-Boot] [PATCH 1/2] ARM: dts: sun8i: Update A80 dts(i) from Linux-v4.18-rc3

2019-01-19 Thread Rask Ingemann Lambertsen
boots Linux from eMMC on a CX-A99 board just as well as it did before. -- Best regards, Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3] usb: configs: Clean up CONFIG_SYS_USB_EVENT_POLL_(xxx) in board configs

2017-07-30 Thread Rask Ingemann Lambertsen
t SYS_USB_EVENT_POLL_VIA_INT_QUEUE if DISTRO_DEFAULTS select USE_TINY_PRINTF imply FAT_WRITE imply PRE_CONSOLE_BUFFER Because it seems to me that it's common to the SUNXI architecture boards rather than something board specific. -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/1] Add support Raspberry-Pi Ziro W

2017-07-30 Thread Rask Ingemann Lambertsen
quot; > help > diff --git a/include/configs/rpi.h b/include/configs/rpi.h > index d715eaa..0ead8d7 100644 > --- a/include/configs/rpi.h > +++ b/include/configs/rpi.h > @@ -80,7 +80,7 @@ > #endif > > /* Console UART */ > -#ifdef CONFIG_BCM2837 > +#if defined (CONFIG_BCM2837) || defined(CONFIG_TARGET_RPI_0_W) Another surplus space. -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2 RFT] sunxi: power: Add AXP806 and AXP808 support

2017-03-01 Thread Rask Ingemann Lambertsen
On Mon, Feb 27, 2017 at 11:26:33AM +0800, Chen-Yu Tsai wrote: > On Mon, Feb 27, 2017 at 3:01 AM, Rask Ingemann Lambertsen > wrote: > > An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the > > Allwinner A80 ARM SoC. This patch adds support for the PMIC's

[U-Boot] [PATCH 2/2] sunxi: defconfig: Sunchip CX-A99: Raise CPU voltage and clock frequency

2017-02-26 Thread Rask Ingemann Lambertsen
This patch uses the AXP808 support to raise the Cortex-A7 core voltage from the power-on default of 0.9 V to 1.02 V and increases the clock frequency from the default 1008 MHz to 1200 MHz. This is the maximum clock frequency listed in the vendor's sys_config.fex file. Signed-off-by: Rask Ing

[U-Boot] [PATCH 1/2 RFT] sunxi: power: Add AXP806 and AXP808 support

2017-02-26 Thread Rask Ingemann Lambertsen
cause there are boards with both an AXP806 and an AXP809, drivers/power/Kconfig and arch/arm/mach-sunxi/pmic_bus.c are changed to make it possible to have more than one PMIC enabled at a time. Signed-off-by: Rask Ingemann Lambertsen --- This patch needs to be tested on the following boards which I

[U-Boot] [PATCH 0/2] sunxi: power: Add AXP806 and AXP808 support

2017-02-26 Thread Rask Ingemann Lambertsen
igured for 1200 MHz at 1020 mV, which is the maximum according to the vendor's sys_config.fex file, instead of the previous 1008 MHz at 900 mV. Rask Ingemann Lambertsen (2): sunxi: power: Add AXP806 and AXP808 support sunxi: defconfig: Sunchip CX-A99: Raise CPU voltage and clock frequency a

[U-Boot] [PATCH v2 2/3 RESEND] ARM: dts: sunxi: Add device tree for Sunchip CX-A99

2017-02-25 Thread Rask Ingemann Lambertsen
by the upstream version. Signed-off-by: Rask Ingemann Lambertsen --- No changes from v1 to v2. arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun9i-a80-cx-a99.dts | 380 ++ 2 files changed, 382 insertions(+), 1 deletion(-) create mode 100644 arch/arm

[U-Boot] [PATCH v2 3/3 RESEND] ARM: sunxi: Add defconfig for Sunchip CX-A99

2017-02-25 Thread Rask Ingemann Lambertsen
-off-by: Rask Ingemann Lambertsen --- Changes from v1 to v2: - Added board summary to commit message. - Added an entry to board/sunxi/MAINTAINERS for the board. board/sunxi/MAINTAINERS | 6 ++ configs/Sunchip_CX-A99_defconfig | 22 ++ 2 files changed, 28

[U-Boot] [PATCH v2 1/3 RESEND] ARM: dts: sun9i: Add mmc1 pinmux setting

2017-02-25 Thread Rask Ingemann Lambertsen
From: Chen-Yu Tsai commit 56b0730157f70dc23d6caff9e7ceb8b377b96b9f upstream. On the A80, mmc1 is available on pingroup G. Designs mostly use this to connect to an SDIO WiFi chip. Signed-off-by: Chen-Yu Tsai Signed-off-by: Rask Ingemann Lambertsen --- Changes from v1 to v2: - Corrected mail

[U-Boot] [PATCH v2 2/3] ARM: dts: sunxi: Add device tree for Sunchip CX-A99

2017-02-25 Thread Rask Ingemann Lambertsen
by the upstream version. Signed-off-by: Rask Ingemann Lambertsen --- No changes from v1 to v2. arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun9i-a80-cx-a99.dts | 380 ++ 2 files changed, 382 insertions(+), 1 deletion(-) create mode 100644 arch/arm

[U-Boot] [PATCH v2 3/3] ARM: sunxi: Add defconfig for Sunchip CX-A99

2017-02-25 Thread Rask Ingemann Lambertsen
-off-by: Rask Ingemann Lambertsen --- Changes from v1 to v2: - Added board summary to commit message. - Added an entry to board/sunxi/MAINTAINERS for the board. board/sunxi/MAINTAINERS | 6 ++ configs/Sunchip_CX-A99_defconfig | 22 ++ 2 files changed, 28

[U-Boot] [PATCH v2 1/3] ARM: dts: sun9i: Add mmc1 pinmux setting

2017-02-25 Thread Rask Ingemann Lambertsen
From: Chen-Yu Tsai commit 56b0730157f70dc23d6caff9e7ceb8b377b96b9f upstream. On the A80, mmc1 is available on pingroup G. Designs mostly use this to connect to an SDIO WiFi chip. Signed-off-by: Chen-Yu Tsai Signed-off-by: Rask Ingemann Lambertsen --- Changes from v1 to v2: - Corrected mail

[U-Boot] [PATCH v2 0/3] ARM: sunxi: Device tree and defconfig for Sunchip CX-A99

2017-02-25 Thread Rask Ingemann Lambertsen
s the defconfig. There is nothing special about it. A follow-up patch will add support for the AXP808 PMIC (including the AXP809+AXP806 pair used on the two other A80 boards mentioned above). Chen-Yu Tsai (1): ARM: dts: sun9i: Add mmc1 pinmux setting Rask Ingemann Lambertsen (2): ARM: dts: su

Re: [U-Boot] [PATCH 0/3] ARM: sun9i: Device tree and defconfig for Sunchip CX-A99

2017-02-24 Thread Rask Ingemann Lambertsen
On Fri, Feb 24, 2017 at 07:07:52AM +0100, Rask Ingemann Lambertsen wrote: [...] > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/sun9i-a80-cx-a99.dts | 380 > ++ > arch/arm/dts/sun9i-a80.dtsi | 8 + > configs/Sunchip_CX-A99_d

Re: [U-Boot] [PATCH 1/3] ARM: dts: sun9i: Add mmc1 pinmux setting

2017-02-24 Thread Rask Ingemann Lambertsen
variable would be more prominently documented, perhaps in git-format-patch(1). -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 3/3] ARM: sun9i: Add defconfig for Sunchip CX-A99

2017-02-23 Thread Rask Ingemann Lambertsen
This patch adds a defconfig for the board. The DRAM settings are as found in the vendor sys_config.fex file. Signed-off-by: Rask Ingemann Lambertsen --- configs/Sunchip_CX-A99_defconfig | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 configs/Sunchip_CX

[U-Boot] [PATCH 2/3] ARM: dts: sun9i: Add device tree for Sunchip CX-A99

2017-02-23 Thread Rask Ingemann Lambertsen
by the upstream version. Signed-off-by: Rask Ingemann Lambertsen --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun9i-a80-cx-a99.dts | 380 ++ 2 files changed, 382 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/sun9i-a80-cx-a99.dts

[U-Boot] [PATCH 0/3] ARM: sun9i: Device tree and defconfig for Sunchip CX-A99

2017-02-23 Thread Rask Ingemann Lambertsen
d the defconfig. There is nothing special about it. A follow-up patch will add support for the AXP808 PMIC (including the AXP809+AXP806 pair used on the two other A80 boards mentioned above). Chen-Yu Tsai (1): ARM: dts: sun9i: Add mmc1 pinmux setting Rask Ingemann Lambertsen (2): ARM: dts: su

Re: [U-Boot] [PATCH v1 0/2] disk: efi: allow gap before partition entries

2017-02-21 Thread Rask Ingemann Lambertsen
added together gives the same value as your EFI_PARTITION_ENTRIES_OFF. -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 2/3] sunxi: video: Add video driver for H3 SoC

2017-02-05 Thread Rask Ingemann Lambertsen
0644 > index 000..db376d9 > --- /dev/null > +++ b/drivers/video/sunxi_display2.c [...] > + /* Find a prefilled simpefb node, matching out pipeline config */ s/out/our/ I guess. -- Rask Ingemann Lambertsen ___ U-Boot mailing list U

Re: [U-Boot] [RFC PATCH 0/3] sunxi: video: Add support for HDMI output on H3

2017-02-05 Thread Rask Ingemann Lambertsen
he same between Allwinner's SoCs? If not, I'll also accept pointers to pieces of information I can use to start a page on the wiki about it. How about the order in which the SoCs where released? -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster

2017-01-26 Thread Rask Ingemann Lambertsen
going to go back and revive my MCPM patches for in-kernel > SMP support. I vote for whatever works. I'll also happily test it. Is there a git tree I should keep an eye on? -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH][RFT] sunxi: power: axp809.c: Fix aldo1-2 being disabled for mvolt != 0

2017-01-18 Thread Rask Ingemann Lambertsen
_CTRL1_ALDO1_EN << (aldo_num - 1)); } -- 2.10.2 -- Rask Ingemann Lambertsen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 06/12] SPI: SPL: sunxi: fix 64-bit build

2017-01-15 Thread Rask Ingemann Lambertsen
eg, > + ulong spi_tc_reg, > + ulong spi_bcc_reg) > { > writel(4 + bufsize, spi_bc_reg); /* Burst counter (total bytes) */ > writel(4, spi_tc_reg); /* Transfer counter (bytes to send) */ > -- -- Rask In