Ficus EE not working / supported ?

2021-03-16 Thread Ezequiel Garcia
Hi Mani, Kever, I tried to bringup (again) my Ficus board, but I've been unable to boot a kernel. Seems my old u-boot branch doesn't want to boot, and the only U-Boot I managed to boot is some recent one (which I guess is better than having an ancient one). Now, doc/board/rockchip/rockchip.rst m

Re: Ficus EE not working / supported ?

2021-03-18 Thread Ezequiel Garcia
Hi Mani, Have you had any chance to look at this? Thanks! Ezequiel On Tue, 16 Mar 2021 at 09:44, Ezequiel Garcia wrote: > > Hi Mani, Kever, > > I tried to bringup (again) my Ficus board, but I've been unable to > boot a kernel. > > Seems my old u-boot branch doesn&#x

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-05 Thread Ezequiel Garcia
Hello Walter, Thanks for the patch. On Tue, 5 Nov 2019 at 12:27, Walter Lozano wrote: > > The support of libfdt should only be needed when OF_CONTROL > is enabled and OF_PLATDATA is not, as in other cases there is no > DT file to query. > > This patch fixes this dependency allowing to save some

Re: [U-Boot] [RFC PATCH] dm: core: Remove libfdt dependency when unnecessary

2019-11-05 Thread Ezequiel Garcia
On Tue, 5 Nov 2019 at 15:12, Walter Lozano wrote: > > Hi Ezequiel, > > On 5/11/19 13:56, Ezequiel Garcia wrote: > > Hello Walter, > > > > Thanks for the patch. > > > > On Tue, 5 Nov 2019 at 12:27, Walter Lozano > > wrote: > >> The suppor

[U-Boot] Issues when saving environment in RK399 RockPI 4

2019-11-07 Thread Ezequiel Garcia
I decided to test latest U-Boot, following instructions in doc/README.rockchip. The instructions seemed clear and I could build this easily. However, there seems to be an issue when I save the environment. Any ideas? => saveenv Saving Environment to MMC... Writing to MMC(0)... OK => reset resetti

Re: [U-Boot] Issues when saving environment in RK399 RockPI 4

2019-11-18 Thread Ezequiel Garcia
Hi Matthias, Fabio: Thanks for the reply. On Fri, 8 Nov 2019 at 13:45, Matthias Brugger wrote: > > Hi Ezequiel, > > On 07/11/2019 20:27, Fabio Estevam wrote: > > Hi Ezequiel, > > > > On Thu, Nov 7, 2019 at 3:45 PM Ezequiel Garcia > > wrote: > >> &g

Re: [PATCH RFC 10/20] mmc/jz_mmc: Add a JZ4740 compatible string

2020-11-18 Thread Ezequiel Garcia
Hi Lubomir, On Tue, 2020-11-17 at 22:00 +0100, Lubomir Rintel wrote: > The driver doesn't use the jz4780's extra DMA channels and handles jz4740 > just fine. > > Signed-off-by: Lubomir Rintel > --- > drivers/mmc/jz_mmc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/jz_m

[U-Boot] [PATCH] board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header include

2013-12-20 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia --- board/altera/nios2-generic/nios2-generic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/altera/nios2-generic/nios2-generic.c b/board/altera/nios2-generic/nios2-generic.c index 5c5b1b9..aa126d7 100644 --- a/board/altera/nios2-generic/nios2

[U-Boot] [PATCH] board: nios2: Check if flash is configured before calling early_flash_cmd_reset()

2014-01-28 Thread Ezequiel Garcia
0da9a9dfedd Author: Ezequiel Garcia Date: Fri Dec 20 18:34:53 2013 -0300 board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header include Signed-off-by: Ezequiel Garcia Cc: Thomas Chou Reported-by: Masahiro Yamada Signed-off-by: Ezequiel Garcia --- BTW, can't see why we a

Re: [U-Boot] [PATCH v10 0/4] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-11-19 Thread Ezequiel Garcia
2 +- > 25 files changed, 321 insertions(+), 176 deletions(-) > rename arch/arm/include/asm/{arch-am33xx/elm.h => omap_elm.h} (100%) > rename arch/arm/cpu/armv7/am33xx/elm.c => drivers/mtd/nand/omap_elm.c (97%) > Tested-by: Ezequiel Garcia -- Ezequiel García, Free Electrons Embedd

Re: [U-Boot] [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver

2013-11-19 Thread Ezequiel Garcia
; 3 files changed, 217 insertions(+), 408 deletions(-) > Tested-by: Ezequiel Garcia -- Ezequiel García, Free Electrons Embedded Linux, Kernel and Android Engineering http://free-electrons.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] rockchip: Turn on CONFIG_DEBUG_LL for firefly

2015-11-12 Thread Ezequiel Garcia
On 12 November 2015 at 18:42, Ariel D'Alessandro wrote: > CONFIG_DEBUG_UART is enabled in defconfig, but there's no Low-level > debugging functions implemented, so build fails because of undefined > references to `printch' in common/console.c. > In order to fix this, enable CONFIG_DEBUG_LL. > I t

[U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-02 Thread Ezequiel Garcia
Hello Heiko, According to Richard Weinberger, UBI fastmap is broken in U-Boot. There are plenty of fixes in Linux that we should pull in U-Boot to fix it. Maybe you are already aware of this and you have some work-in-progress patches to share? Otherwise, I might be able to spend some time working

[U-Boot] [PATCH] nand: omap_gpmc: Change correctable bit-flips messages to debug()

2015-10-05 Thread Ezequiel Garcia
Messages on corrected bit-flips are not really useful, as bit-flips are perfectly normal. Let's avoid cluttering the console and make them debug. Signed-off-by: Ezequiel Garcia --- drivers/mtd/nand/omap_gpmc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/driver

Re: [U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-08 Thread Ezequiel Garcia
Heiko, On 8 October 2015 at 11:54, Heiko Schocher wrote: [..] > > Currently I have a (with warnings) compiled U-Boot with ubi/ubifs > with linux 4.2 base ... now testing (or tomorrow) > If you share a branch, I can help with some tests here. Thanks a lot for the quick work! -- Ezequiel García,

Re: [U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-16 Thread Ezequiel Garcia
On 16 October 2015 at 04:56, Heiko Schocher wrote: > Hello Ezequiel, > > > Am 09.10.2015 um 14:30 schrieb Heiko Schocher: >> >> Hello Ezequiel, >> >> Am 09.10.2015 um 06:01 schrieb Heiko Schocher: >>> >>> Hello Ezequiel, >>> >

Re: [U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-17 Thread Ezequiel Garcia
Hi Heiko, On 9 October 2015 at 09:30, Heiko Schocher wrote: [..] > > > I just updated the "ubi_sync_with_linux" branch on u-boot-ubi. > > It seems UBI/UBIFS now work with the NAND on the aristainetos2 > board, but my stomach says, there are some subtile issues ... > > Still needs more testing, al

Re: [U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-19 Thread Ezequiel Garcia
On 19 October 2015 at 02:17, Heiko Schocher wrote: > Hello Ezequiel, > > Am 17.10.2015 um 20:07 schrieb Ezequiel Garcia: >> >> Hi Heiko, >> >> On 9 October 2015 at 09:30, Heiko Schocher wrote: >> [..] >>> >>> >>> >>> I ju

Re: [U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-19 Thread Ezequiel Garcia
On 19 October 2015 at 17:22, Richard Weinberger wrote: > Am 19.10.2015 um 15:47 schrieb Ezequiel Garcia: >> After some further investigation, printing the counters as Richard suggested >> I found it was a bug on my side :-( The Linux partition and the U-Boot >> partition

Re: [U-Boot] [U-Boot, v3, 4/4] rockchip: rk3399: Add Ficus EE board support

2018-12-04 Thread Ezequiel Garcia
2.0 > > * MMC > > > > Signed-off-by: Ezequiel Garcia > > [Reworked based on common Rock960 family support] > > Signed-off-by: Manivannan Sadhasivam > > Reviewed-by: Simon Glass > > --- > > > > Changes in v3: Modified the DRAM conf

Re: [U-Boot] [U-Boot, v3, 4/4] rockchip: rk3399: Add Ficus EE board support

2018-12-04 Thread Ezequiel Garcia
On Tue, 2018-12-04 at 22:21 +0100, Philipp Tomsich wrote: > Peter (Robinson) already asked: I had lost this series one during a rebase > screw-up > and will send out the PR as soon as it’s through Travis-CI. > Thanks for the quick reply. Should you need anything from me or Mani, please let us k

[U-Boot] [PATCH 2/6] gpio: Add JZ47xx GPIO driver

2018-12-10 Thread Ezequiel Garcia
From: Paul Burton Add primitive GPIO controller driver for the JZ47xx SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut --- drivers/gpio/Kconfig | 7 drivers/gpio/Makefile | 1 + drivers/gpio/gpio-jz47xx.c | 78 +++

[U-Boot] [PATCH 1/6] misc: Add JZ47xx efuse driver

2018-12-10 Thread Ezequiel Garcia
From: Paul Burton Add driver for the efuse block in the JZ47xx SOC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut --- drivers/misc/Kconfig| 6 +++ drivers/misc/Makefile | 1 + drivers/misc/jz4780_efuse.c | 100 +

[U-Boot] [PATCH 0/6] Add support for MIPS Creator CI20

2018-12-10 Thread Ezequiel Garcia
As the subject says, this series adds support for CI20. Most of the work was done by Paul Burton, and then by Marek Vasut. I've just rescued the work from the dark wastelands of Mordor, did some cleaning here and there and submitted. Patches 1, 2, and 4 are completely untouched. I've picked them

[U-Boot] [PATCH 3/6] mmc: Add JZ47xx SD/MMC controller driver

2018-12-10 Thread Ezequiel Garcia
From: Paul Burton Add driver for the JZ47xx MSC controller. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- drivers/mmc/Kconfig | 6 + drivers/mmc/Makefile | 1 + drivers/mmc/jz_mmc. | 0 drivers/mmc/jz_mmc.c | 491

[U-Boot] [PATCH 5/6] mips: jz47xx: Add JZ4780 SoC support

2018-12-10 Thread Ezequiel Garcia
From: Paul Burton Add initial support for the Ingenic JZ47xx MIPS SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- arch/mips/Kconfig | 7 + arch/mips/Makefile| 1

[U-Boot] [PATCH 6/6] mips: jz47xx: Add Creator CI20 platform

2018-12-10 Thread Ezequiel Garcia
From: Paul Burton Add support for the Creator CI20 platform based on the JZ4780 SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- arch/mips/dts/Makefile| 1 + arch/mips/dts/ci20.dts| 120 +++ arch

[U-Boot] [PATCH 4/6] mips: Add SPL header

2018-12-10 Thread Ezequiel Garcia
From: Paul Burton Add header with SPL boot mode and type definitions. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut --- arch/mips/include/asm/spl.h | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 arch/mips/include/

Re: [U-Boot] [PATCH 0/6] Add support for MIPS Creator CI20

2018-12-10 Thread Ezequiel Garcia
On Mon, 2018-12-10 at 22:00 +0100, Andreas Färber wrote: > Hi Ezequiel, > > Am 10.12.18 um 21:35 schrieb Ezequiel Garcia: > > Please note that I've added Paul's SOB to all the patches > > he authored, to make the authorship chain more clear. > > That&#x

Re: [U-Boot] [PATCH 1/6] misc: Add JZ47xx efuse driver

2018-12-10 Thread Ezequiel Garcia
On Mon, 2018-12-10 at 21:56 +0100, Marek Vasut wrote: > On 12/10/2018 09:35 PM, Ezequiel Garcia wrote: > > From: Paul Burton > > > > Add driver for the efuse block in the JZ47xx SOC. > > > > Cc: Daniel Schwierzeck > > Signed-off-by: Paul

Re: [U-Boot] [PATCH 0/6] Add support for MIPS Creator CI20

2018-12-10 Thread Ezequiel Garcia
On Mon, 2018-12-10 at 18:41 -0500, Tom Rini wrote: > On Mon, Dec 10, 2018 at 06:31:29PM -0300, Ezequiel Garcia wrote: > > On Mon, 2018-12-10 at 22:00 +0100, Andreas Färber wrote: > [snip] > > > Further, it would be very helpful - given the history of this patchset - &g

Re: [U-Boot] [PATCH 0/6] Add support for MIPS Creator CI20

2018-12-10 Thread Ezequiel Garcia
On Mon, 2018-12-10 at 19:48 -0500, Tom Rini wrote: > On Mon, Dec 10, 2018 at 05:35:56PM -0300, Ezequiel Garcia wrote: > > > As the subject says, this series adds support for CI20. > > > > Most of the work was done by Paul Burton, and then by Marek Vasut. > > I

[U-Boot] [PATCH v2 0/6] Add support for MIPS Creator CI20

2018-12-12 Thread Ezequiel Garcia
A new round. For this new round: * Replaced infinite while loop with wait_for_bit. * Added a MAINTAINERS file. If anyone wants to co-maintain this, please let me know. This is based on top of yesterday's master (ee168783ae8) and has been tested by SD-card booting both U-Boot and Linux. Boot

[U-Boot] [PATCH v2 1/6] misc: Add JZ47xx efuse driver

2018-12-12 Thread Ezequiel Garcia
From: Paul Burton Add driver for the efuse block in the JZ47xx SOC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia Reviewed-by: Marek Vasut --- drivers/misc/Kconfig| 6 +++ drivers/misc/Makefile | 1 + drivers

[U-Boot] [PATCH v2 2/6] gpio: Add JZ47xx GPIO driver

2018-12-12 Thread Ezequiel Garcia
From: Paul Burton Add primitive GPIO controller driver for the JZ47xx SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Reviewed-by: Marek Vasut --- drivers/gpio/Kconfig | 7 drivers/gpio/Makefile | 1 + drivers/gpio/gpio-jz47xx.c | 78 +

[U-Boot] [PATCH v2 6/6] mips: jz47xx: Add Creator CI20 platform

2018-12-12 Thread Ezequiel Garcia
From: Paul Burton Add support for the Creator CI20 platform based on the JZ4780 SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia Reviewed-by: Marek Vasut --- arch/mips/dts/Makefile| 1 + arch/mips/dts/ci20.dts

[U-Boot] [PATCH v2 4/6] mips: Add SPL header

2018-12-12 Thread Ezequiel Garcia
From: Paul Burton Add header with SPL boot mode and type definitions. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Reviewed-by: Marek Vasut --- arch/mips/include/asm/spl.h | 35 +++ 1 file changed, 35 insertions(+) create mode

[U-Boot] [PATCH v2 3/6] mmc: Add JZ47xx SD/MMC controller driver

2018-12-12 Thread Ezequiel Garcia
From: Paul Burton Add driver for the JZ47xx MSC controller. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia Reviewed-by: Marek Vasut --- drivers/mmc/Kconfig | 6 + drivers/mmc/Makefile | 1 + drivers/mmc/jz_mmc. | 0

[U-Boot] [PATCH v2 5/6] mips: jz47xx: Add JZ4780 SoC support

2018-12-12 Thread Ezequiel Garcia
From: Paul Burton Add initial support for the Ingenic JZ47xx MIPS SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia Reviewed-by: Marek Vasut --- arch/mips/Kconfig | 7 + arch/mips/Makefile

Re: [U-Boot] [PATCH v2 0/6] Add support for MIPS Creator CI20

2018-12-12 Thread Ezequiel Garcia
Hi Daniel, On Wed, 2018-12-12 at 18:27 +0100, Daniel Schwierzeck wrote: > Hi Ezequiel, > > Am 12.12.18 um 14:58 schrieb Ezequiel Garcia: > > A new round. > > > > For this new round: > > > > * Replaced infinite while loop with wait_for_bit. > > *

[U-Boot] [PATCH v3 0/5] Add support for MIPS Creator CI20

2018-12-16 Thread Ezequiel Garcia
A new round, addressing feedback from Daniel. Daniel: do you think this is acceptable as a first submission? v3: * Cleanup SoC reset logic. * Move gpio driver to SoC specific code, to be used by SPL. A proper dm gpio driver will be added later. * Cleaned up SPDX. * Added myself as JZ4780 m

[U-Boot] [PATCH v3 1/5] misc: Add JZ47xx efuse driver

2018-12-16 Thread Ezequiel Garcia
From: Paul Burton Add driver for the efuse block in the JZ47xx SOC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- drivers/misc/Kconfig| 6 +++ drivers/misc/Makefile | 1 + drivers/misc/jz4780_efuse.c | 104

[U-Boot] [PATCH v3 3/5] mips: Add SPL header

2018-12-16 Thread Ezequiel Garcia
From: Paul Burton Add header with SPL boot mode and type definitions. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut --- arch/mips/include/asm/spl.h | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 arch/mips/include/

[U-Boot] [PATCH v3 2/5] mmc: Add JZ47xx SD/MMC controller driver

2018-12-16 Thread Ezequiel Garcia
From: Paul Burton Add driver for the JZ47xx MSC controller. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- drivers/mmc/Kconfig | 6 + drivers/mmc/Makefile | 1 + drivers/mmc/jz_mmc. | 0 drivers/mmc/jz_mmc.c | 489

[U-Boot] [PATCH v3 4/5] mips: jz47xx: Add JZ4780 SoC support

2018-12-16 Thread Ezequiel Garcia
From: Paul Burton Add initial support for the Ingenic JZ47xx MIPS SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- MAINTAINERS | 6 + arch/mips/Kconfig | 7

[U-Boot] [PATCH v3 5/5] mips: jz47xx: Add Creator CI20 platform

2018-12-16 Thread Ezequiel Garcia
From: Paul Burton Add support for the Creator CI20 platform based on the JZ4780 SoC. Cc: Daniel Schwierzeck Signed-off-by: Paul Burton Signed-off-by: Marek Vasut Signed-off-by: Ezequiel Garcia --- arch/mips/dts/Makefile| 1 + arch/mips/dts/ci20.dts| 120 +++ arch

Re: [U-Boot] [PATCH v3 0/5] Add support for MIPS Creator CI20

2018-12-18 Thread Ezequiel Garcia
On Tue, 2018-12-18 at 01:05 +0100, Daniel Schwierzeck wrote: > > Am 16.12.18 um 23:25 schrieb Ezequiel Garcia: > > A new round, addressing feedback from Daniel. > > > > Daniel: do you think this is acceptable as a first submission? > > > > v3: > > *

[U-Boot] [PATCH v2 0/3] RK3399: Add support for Ficus board

2018-08-28 Thread Ezequiel Garcia
lso it was breaking the build. * Tested on travis-ci.org. Ezequiel Garcia (2): rockchip: rk3399: add Ficus board rockchip: rk3399: Add more instructions to the README Randy Li (1): arm: dts: rockchip: add some common pin-settings to rk3399 arch/arm/dts/Makefile| 1 + ar

[U-Boot] [PATCH v2 1/3] arm: dts: rockchip: add some common pin-settings to rk3399

2018-08-28 Thread Ezequiel Garcia
boards. Signed-off-by: Randy Li Signed-off-by: Heiko Stuebner Acked-by: Philipp Tomsich Signed-off-by: Randy Li Signed-off-by: Heiko Stuebner Signed-off-by: Ezequiel Garcia --- arch/arm/dts/rk3399.dtsi | 55 +++- 1 file changed, 49 insertions(+), 6

[U-Boot] [PATCH v2 3/3] rockchip: rk3399: Add more instructions to the README

2018-08-28 Thread Ezequiel Garcia
This commit adds a content section and also instructions on how to create a bootable SD/MMC device for RK3399 boards. Acked-by: Philipp Tomsich Reviewed-by: Simon Glass Signed-off-by: Ezequiel Garcia --- board/rockchip/evb_rk3399/README | 55 ++-- 1 file changed

[U-Boot] [PATCH v2 2/3] rockchip: rk3399: add Ficus board

2018-08-28 Thread Ezequiel Garcia
This commit adds support for RK3399 Ficus board, aka ROCK960 Enterprise Edition. Following peripherals are tested and known to work: * Gigabit Ethernet * USB 2.0 * MMC Acked-by: Philipp Tomsich Signed-off-by: Ezequiel Garcia --- arch/arm/dts/Makefile| 1 + arch/arm/dts/rk3399

Re: [U-Boot] [PATCH 2/2] board: Add Vamrs Limited Rock960 board support

2018-08-28 Thread Ezequiel Garcia
On 21 August 2018 at 14:09, Manivannan Sadhasivam wrote: > Add board support for Vamrs Limited Rock960 board, which is > one of the 96Boards Consumer Edition platform. > > Rock960 features: > * CPU: ARMv8 64bit Big-Little architecture, > * Big: dual-core Cortex-A72 >

Re: [U-Boot] [PATCH 0/2] Add Rock960 board support

2018-08-28 Thread Ezequiel Garcia
Hi Manivannan, On 21 August 2018 at 14:09, Manivannan Sadhasivam wrote: > This patchset adds board support for Vamrs Limited Rock960, > which is one of the 96Boards Consumer Edition platform based > on Rockchip RK3399 SoC. > What are the differences between this consumer edition board, and the e

Re: [U-Boot] [PATCH 0/2] Add Rock960 board support

2018-08-29 Thread Ezequiel Garcia
On 30 August 2018 at 00:00, Manivannan Sadhasivam wrote: > Hi Ezequiel, > > On Wed, Aug 29, 2018 at 03:11:17AM -0300, Ezequiel Garcia wrote: >> Hi Manivannan, >> >> On 21 August 2018 at 14:09, Manivannan Sadhasivam >> wrote: >> > This patchset ad

Re: [U-Boot] [PATCH 0/2] Add Rock960 board support

2018-08-31 Thread Ezequiel Garcia
On 31 August 2018 at 07:56, Peter Robinson wrote: >> On Thu, Aug 30, 2018 at 12:44:00AM -0300, Ezequiel Garcia wrote: >> > On 30 August 2018 at 00:00, Manivannan Sadhasivam >> > wrote: >> > > Hi Ezequiel, >> > > >> > > On Wed, Aug 29,

Re: [U-Boot] [PATCH 0/2] Add Rock960 board support

2018-08-31 Thread Ezequiel Garcia
On 31 August 2018 at 09:24, Manivannan Sadhasivam wrote: > On Fri, Aug 31, 2018 at 09:08:08AM -0300, Ezequiel Garcia wrote: >> On 31 August 2018 at 07:56, Peter Robinson wrote: >> >> On Thu, Aug 30, 2018 at 12:44:00AM -0300, Ezequiel Garcia wrote: >> >> > On

Re: [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output

2018-07-11 Thread Ezequiel Garcia
On 3 June 2018 at 19:28, Dr. Philipp Tomsich wrote: > >> On 3 Jun 2018, at 21:10, Heinrich Schuchardt wrote: >> >> Without the patch SPL (in case of an error) creates an output like: >> >> U-Boot SPL board initMissing DTB >> >> The patch adds the missing line feed. So now we get: >> >>

[U-Boot] [PATCH 0/3] RK3399: Add support for Ficus board

2018-07-16 Thread Ezequiel Garcia
already merged in Linux maintainer's tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/mmind/linux-rockchip/+/v4.19-armsoc/dts64/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts Ezequiel Garcia (2): ARM: add RK3399 Ficus board rockchip: rk3399: Add more instructions to the README Ran

[U-Boot] [PATCH 1/3] arm: dts: rockchip: add some common pin-settings to rk3399

2018-07-16 Thread Ezequiel Garcia
From: Randy Li Those pins would be used by many boards. Signed-off-by: Randy Li Signed-off-by: Heiko Stuebner Signed-off-by: Ezequiel Garcia --- arch/arm/dts/rk3399.dtsi | 55 +++- 1 file changed, 49 insertions(+), 6 deletions(-) diff --git a/arch/arm

[U-Boot] [PATCH 2/3] ARM: add RK3399 Ficus board

2018-07-16 Thread Ezequiel Garcia
This commit adds support for RK3399 Ficus board, aka ROCK960 Enterprise Edition. Following peripherals are tested and known to work: * Gigabit Ethernet * USB 2.0 * MMC Signed-off-by: Ezequiel Garcia --- arch/arm/dts/Makefile| 1 + arch/arm/dts/rk3399-ficus.dts| 564

[U-Boot] [PATCH 3/3] rockchip: rk3399: Add more instructions to the README

2018-07-16 Thread Ezequiel Garcia
This commit adds a content section and also instructions on how to create a bootable SD/MMC device for RK3399 boards. Signed-off-by: Ezequiel Garcia --- board/rockchip/evb_rk3399/README | 55 ++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/board

Re: [U-Boot] [PATCH 3/3] rockchip: rk3399: Add more instructions to the README

2018-07-20 Thread Ezequiel Garcia
On Wed, 2018-07-18 at 19:32 -0600, Simon Glass wrote: > On 16 July 2018 at 13:41, Ezequiel Garcia wrote: > > This commit adds a content section and also instructions > > on how to create a bootable SD/MMC device for RK3399 boards. > > > > Signed-off-by: Ezequiel

Re: [U-Boot] [U-Boot, 3/3] rockchip: rk3399: Add more instructions to the README

2018-07-20 Thread Ezequiel Garcia
On Fri, 2018-07-20 at 18:28 +0200, Philipp Tomsich wrote: > > On Mon, 16 Jul 2018, Ezequiel Garcia wrote: > > > This commit adds a content section and also instructions > > on how to create a bootable SD/MMC device for RK3399 boards. > > Are any of these instructio

Re: [U-Boot] [U-Boot, 1/3] arm: dts: rockchip: add some common pin-settings to rk3399

2018-07-20 Thread Ezequiel Garcia
On Fri, 2018-07-20 at 18:26 +0200, Philipp Tomsich wrote: > > On Mon, 16 Jul 2018, Ezequiel Garcia wrote: > > > From: Randy Li > > > > Those pins would be used by many boards. > > The Rockchip pinctrl driver in U-Boot does not (yet) read the DTS for pin >

Re: [U-Boot] [U-Boot,2/3] ARM: add RK3399 Ficus board

2018-07-25 Thread Ezequiel Garcia
; Thanks, > Philipp. > > > > On 20 Jul 2018, at 19:30, Philipp Tomsich > > wrote: > > > > > This commit adds support for RK3399 Ficus board, > > > aka ROCK960 Enterprise Edition. > > > > > > Following peripherals are tested and k

Re: [U-Boot] [U-Boot,2/3] ARM: add RK3399 Ficus board

2018-07-26 Thread Ezequiel Garcia
On 25 July 2018 at 18:20, Dr. Philipp Tomsich wrote: > Ezequiel, > >> On 25 Jul 2018, at 22:31, Ezequiel Garcia wrote: >> >> On Sat, 2018-07-21 at 16:23 +0200, Dr. Philipp Tomsich wrote: >>> Ezequiel, >>> >>> This series breaks the build (see

[U-Boot] [PATCH 1/2] mmc: Use proper IS_ENABLED macro to check block support

2019-01-07 Thread Ezequiel Garcia
ruct blk_desc *block_dev, lbaint_t start, lbaint_t blkcnt, ^~ Signed-off-by: Ezequiel Garcia --- drivers/mmc/mmc_write.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/mmc_write.c b/drivers/mmc/mmc_write.c index b8acc33c76d0..c8c83c9188ec 100644 ---

[U-Boot] [PATCH 2/2] mmc: jz_mmc: Compile-out write support if disabled

2019-01-07 Thread Ezequiel Garcia
ucing: size spl/u-boot-spl textdata bss dec hex filename 9240 752 712 1070429d0 spl/u-boot-spl To make the code easier to compile-out and more readable, a pair of read_data/write_data helpers are created. Signed-off-by: Ezequiel Garcia --- drivers/mmc/jz_mmc.c

Re: [U-Boot] [PATCH 0/2] MIPS: cleanup/optimise linker scripts

2019-01-07 Thread Ezequiel Garcia
On Sun, 2019-01-06 at 20:42 +0100, Daniel Schwierzeck wrote: > Cleanup and optimise MIPS linker scripts and align them more with > Linux. > > Switch the CI20 board from the custom SPL linker script to the > generic MIPS SPL linker script. > > For both patches: Teste

Re: [U-Boot] [U-Boot, v3, 3/4] rockchip: rk3399: Add Rock960 CE board support

2018-11-22 Thread Ezequiel Garcia
On Wed, 2018-10-03 at 21:35 +0200, Philipp Tomsich wrote: > > Add board support for Rock960 CE board from Vamrs. This board utilizes > > common Rock960 family support. > > > > Following peripherals are tested and known to work: > > * USB 2.0 > > * MMC > > > > This commit also adds DDR configurati

Re: [U-Boot] [PATCH v3 2/4] rockchip: rk3399: Add common Rock960 family from Vamrs

2018-10-03 Thread Ezequiel Garcia
gt; > > > > > The common board support will be utilized by both boards. The device > > > > tree has been organized in such a way that only the properties which > > > > differ between both boards are placed in the board specific dts and > > > > the

Re: [U-Boot] [RFC PATCH v1 1/6] mtd: nand: pxa3xx_nand: Increase initial buffer size

2016-10-20 Thread Ezequiel Garcia
0721.html Shouldn't you mention that somewhere? > Cc: Ezequiel Garcia > Signed-off-by: Chris Packham > --- > > drivers/mtd/nand/pxa3xx_nand.c | 16 ++-- > 1 file changed, 10 insertions(+), 6 deletions(-) > > diff --git a/drivers/mtd/nand/pxa3xx_nand.c

Re: [U-Boot] [RFC PATCH v1 1/6] mtd: nand: pxa3xx_nand: Increase initial buffer size

2016-10-20 Thread Ezequiel Garcia
On 20 October 2016 at 17:14, Chris Packham wrote: > On Fri, Oct 21, 2016 at 1:58 AM, Ezequiel Garcia > wrote: >> On 20 October 2016 at 01:31, Chris Packham wrote: >>> The initial buffer is used for the initial commands used to detect >>> a flash device (STATUS, R

Re: [U-Boot] [PATCH 1/2] nand: zynq: Fix driver initialization

2018-04-19 Thread Ezequiel Garcia
Hi Michal, On 19 April 2018 at 08:10, Michal Simek wrote: > From: Ezequiel Garcia > > This driver is currently broken, refusing to initialize properly. > > The reason is that get_nand_dev_by_index() was being called before > nand_register(), thus returning a pointer into un

[U-Boot] [PATCH] arm: zynq: Enable SPL_CLK only if SPL is enabled

2018-01-12 Thread Ezequiel Garcia
Setup proper dependency in Kconfig for SPL_CLK. If SPL is not enabled, SPL_CLK shouldn't be selected. Cc: Michal Simek Signed-off-by: Ezequiel Garcia --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index de323bf

Re: [U-Boot] [PATCH v2] mtd: zynq: nand: Move board_nand_init() function to board.c

2018-01-13 Thread Ezequiel Garcia
On 15 November 2017 at 06:14, Wilson Lee wrote: > Putting board_nand_init() function inside NAND driver was not appropriate > due to it doesn't allow board vendor to customise their NAND > initialization code such as adding NAND lock/unlock code. > > This commit was to move the board_nand_init() f

Re: [U-Boot] [PATCH] mtd: zynq: nand: Move board_nand_init() function to board.c

2018-01-13 Thread Ezequiel Garcia
Hi Wilson, On 8 November 2017 at 06:24, Wilson Lee wrote: > Hi Michal, > > On Wed, 2017-11-08 at 08:54 +0100, Michal Simek wrote: >> On 8.11.2017 03:44, Wilson Lee wrote: >> > >> > Putting board_nand_init() function inside NAND driver was not >> > appropriate >> > due to it doesn't allow board ve

[U-Boot] [PATCH] doc: Update the zynq u-boot status

2018-01-13 Thread Ezequiel Garcia
NAND and QSPI devices are now supported, so mark them as such. Cc: Michal Simek Signed-off-by: Ezequiel Garcia --- doc/README.zynq | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/README.zynq b/doc/README.zynq index b89c39edac18..451743f39eaa 100644 --- a/doc

[U-Boot] [PATCH 1/2] zynq: board: Remove checkboard()

2018-01-15 Thread Ezequiel Garcia
w-up patch. Signed-off-by: Ezequiel Garcia --- board/xilinx/zynq/board.c | 16 1 file changed, 16 deletions(-) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index e59038106aa6..5785ad369fa0 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c

[U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-15 Thread Ezequiel Garcia
This commit adds CPU and silicon version information consuming the SLCR IDCODE and DEVCFG MCTRL registers, respectively. Signed-off-by: Ariel D'Alessandro Signed-off-by: Ezequiel Garcia --- arch/arm/mach-zynq/Makefile | 1 + arch/arm/mach-zynq/cpu_info.c

[U-Boot] [PATCH] nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT

2018-01-15 Thread Ezequiel Garcia
The Arasan NFC driver requires the self-init mode, so it should select it. Instead of having the config header define the macro, it's cleaner to select the option at the Kconfig level. Signed-off-by: Ezequiel Garcia --- drivers/mtd/nand/Kconfig| 1 + include/configs/xilinx_zynqmp.

Re: [U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-16 Thread Ezequiel Garcia
On 16 January 2018 at 09:08, Michal Simek wrote: > On 15.1.2018 16:46, Ezequiel Garcia wrote: >> This commit adds CPU and silicon version information >> consuming the SLCR IDCODE and DEVCFG MCTRL registers, >> respectively. >> >> Signed-off-by: Ariel D'

[U-Boot] [PATCH 0/5] zynq: Fun with board and CPU info display

2018-01-17 Thread Ezequiel Garcia
This series aims at adding support for CPU information display. While here, following suggestions from Michal, the FPGA initialization is cleaned up. Ezequiel Garcia (5): zynq: Define macros for the device names zynq: Rework FPGA initialization zynq: Support CPU info display zynq: board

[U-Boot] [PATCH 1/5] zynq: Define macros for the device names

2018-01-17 Thread Ezequiel Garcia
This will allow to reuse the macros when showing the CPU info. Signed-off-by: Ezequiel Garcia --- include/zynqpl.h | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/include/zynqpl.h b/include/zynqpl.h index 5a34a17daefe..e10a266643bd 100644

[U-Boot] [PATCH 2/5] zynq: Rework FPGA initialization

2018-01-17 Thread Ezequiel Garcia
Total: Before=574182, After=573994, chg -0.03% Signed-off-by: Ariel D'Alessandro Signed-off-by: Ezequiel Garcia --- arch/arm/mach-zynq/cpu.c| 41 +++- arch/arm/mach-zynq/include/mach/sys_proto.h | 3 ++ board/xilinx/zynq/board.c

[U-Boot] [PATCH 5/5] configs: zynq: Enable DISPLAY_CPUINFO

2018-01-17 Thread Ezequiel Garcia
Now that silicon version has been moved from checkboard() to print_cpuinfo(), we need to enable DISPLAY_CPUINFO option. Signed-off-by: Ezequiel Garcia --- configs/syzygy_hub_defconfig | 1 - configs/topic_miami_defconfig | 1 - configs/topic_miamilite_defconfig | 1 - configs

[U-Boot] [PATCH 3/5] zynq: Support CPU info display

2018-01-17 Thread Ezequiel Garcia
This commit adds CPU and silicon version information consuming the SLCR IDCODE and DEVCFG MCTRL registers, respectively. Signed-off-by: Ariel D'Alessandro Signed-off-by: Ezequiel Garcia --- arch/arm/mach-zynq/cpu.c | 46 ++ 1 file change

[U-Boot] [PATCH 4/5] zynq: board: Remove checkboard

2018-01-17 Thread Ezequiel Garcia
Silicon: v3.1 Model: Bitmain Antminer S9 Board Signed-off-by: Ezequiel Garcia --- board/xilinx/zynq/board.c | 17 - 1 file changed, 17 deletions(-) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index f9e7bca4ee40..2374da68328f 100644 --- a/board/xilinx/zyn

Re: [U-Boot] [PATCH 3/5] zynq: Support CPU info display

2018-01-31 Thread Ezequiel Garcia
On 26 January 2018 at 09:33, Michal Simek wrote: > Hi, > > > On 17.1.2018 14:56, Ezequiel Garcia wrote: >> This commit adds CPU and silicon version information >> consuming the SLCR IDCODE and DEVCFG MCTRL registers, >> respectively. >> >> Signed-of

Re: [U-Boot] [PATCH 3/5] zynq: Support CPU info display

2018-02-01 Thread Ezequiel Garcia
On 1 February 2018 at 05:26, Michal Simek wrote: > On 31.1.2018 22:25, Ezequiel Garcia wrote: >> On 26 January 2018 at 09:33, Michal Simek wrote: >>> Hi, >>> >>> >>> On 17.1.2018 14:56, Ezequiel Garcia wrote: >>>> This commit adds CP

Re: [U-Boot] [PATCH 2/2] mmc: Register only the first MMC device on MMC_TINY

2019-06-05 Thread Ezequiel Garcia
On Sat, 25 May 2019 at 19:26, Ezequiel Garcia wrote: > > When MMC_TINY is enabled, support for only one MMC device > is provided. Boards that register more than one device, > will just write over mmc_static keeping only the last one > registered. > > This commit prevents t

Re: [U-Boot] [PATCH v2 00/99] ram: rk3399: Add LPDDR4 support

2019-06-25 Thread Ezequiel Garcia
Hi Jagan, Thanks for your hard work. I'm sure everyone in the Rockchip community is excited about finally having this support in U-Boot. On Tue, 25 Jun 2019 at 12:46, Jagan Teki wrote: [..] > > > > Was it absolutely necessary to split these changes into 99 commits? I > > believe at least some of

Re: [U-Boot] Cannot boot mx6qsabred with 2019.07-rc2

2019-05-22 Thread Ezequiel Garcia
On Wed, 2019-05-22 at 11:15 -0400, Tom Rini wrote: > On Wed, May 22, 2019 at 11:23:11AM -0300, Fabio Estevam wrote: > > On Tue, May 21, 2019 at 11:34 PM Tom Rini wrote: > > > > > As came up in another thread, CONFIG_MMC_TINY may be more widely useable > > > and should help with space. > > > > Ho

Re: [U-Boot] [PATCH v2 1/3] mx6sabresd: Remove CONFIG_SPL_DM to decrease the SPL size

2019-05-24 Thread Ezequiel Garcia
On Tue, 2019-05-21 at 10:37 -0300, Fabio Estevam wrote: > Currently the mx6qsabresd board does not boot: > > U-Boot SPL 2019.07-rc2 (May 16 2019 - 14:28:55 -0300) > Trying to boot from MMC1 > spl: could not find mmc device 0. error: -19 > SPL: failed to boot from all boot devices > ### ERROR ### P

Re: [U-Boot] [PATCH v2 1/3] mx6sabresd: Remove CONFIG_SPL_DM to decrease the SPL size

2019-05-24 Thread Ezequiel Garcia
On Fri, 2019-05-24 at 18:41 -0300, Fabio Estevam wrote: > Hi Ezequiel, > > On Fri, May 24, 2019 at 6:31 PM Ezequiel Garcia > wrote: > > > Since we care about the SPL size, is there any reason why we have > > CONFIG_SPL_FS_EXT4? > > > > AFAICS, u-boot.i

[U-Boot] [PATCH] configs: Remove CONFIG_SPL_FS_EXT4 for all MX6 platforms

2019-05-25 Thread Ezequiel Garcia
Lima Cc: Francesco Montefoschi Signed-off-by: Ezequiel Garcia --- Tested on Wandboard only. Maintainers, please ACK or NAK! configs/cgtqmx6eval_defconfig | 1 - configs/mx6cuboxi_defconfig | 1 - configs/mx6sabreauto_defconfig | 1 - configs/mx6sabresd_defconfig

Re: [U-Boot] [PATCH] configs: Remove CONFIG_SPL_FS_EXT4 for all MX6 platforms

2019-05-25 Thread Ezequiel Garcia
On Sat, 2019-05-25 at 22:15 +0200, Marek Vasut wrote: > On 5/25/19 6:49 PM, Ezequiel Garcia wrote: > > i.MX6 platforms boot U-Boot second-stage from unformatted space, > > and should not need Ext filesystem support on SPL. > > > > The commit was generated with: > >

[U-Boot] [PATCH] wandboard: Rework Makefile to prevent spl.o from being built

2019-05-25 Thread Ezequiel Garcia
The spl.c source was entirely conditioned by CONFIG_SPL_BUILD. Change this moving CONFIG_SPL_BUILD to be used in the Makefile, which is slightly cleaner and more readable. Signed-off-by: Ezequiel Garcia --- board/wandboard/Makefile | 3 ++- board/wandboard/spl.c| 3 --- 2 files changed, 2

[U-Boot] [PATCH 2/2] mmc: Register only the first MMC device on MMC_TINY

2019-05-25 Thread Ezequiel Garcia
nothing else, as a hint/documentation for developers. Signed-off-by: Ezequiel Garcia --- drivers/mmc/mmc_legacy.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/mmc/mmc_legacy.c b/drivers/mmc/mmc_legacy.c index 66a7cda440cd..b0f5cf58a2b3 100644 --- a/drivers/mmc/mmc_legacy.c +++ b

[U-Boot] [PATCH 1/2] spl: Move SPL_MMC_TINY option to appear under SPL menu

2019-05-25 Thread Ezequiel Garcia
The SPL_MMC_TINY implements feature-reduced MMC support on SPL, and as such, it's more consistent and convenient to find it as part of the SPL configuration. Signed-off-by: Ezequiel Garcia --- common/spl/Kconfig | 17 + drivers/mmc/Kconfig | 15 --- 2 files ch

  1   2   >