Re: [PATCH v2 00/10] Introduce initial TI's J784S4 support

2023-08-22 Thread Enric Balletbo i Serra
Hi Hari, On Tue, Mar 21, 2023 at 3:12 PM Hari Nagalla wrote: > > Hello Everyone! > > This series will introduce basic support (SD and UART) support for Texas > Instruments J784S4 EVM. > > The J784S4 SoC device tree patches are taken from kernel patch submissions > and will be updated as they are

[PATCH v2 0/4] cmd: part: Add partition-related type command

2022-12-22 Thread Enric Balletbo i Serra
command - Add the man-page for part command in doc/usage/cmd Enric Balletbo i Serra (4): doc: man-page for the part command doc/README.gpt: Fix typo 'a optionnal' cmd: part: Add partition-related type command test/py: gpt: add test for the gpt partition type GUID identifier

[PATCH v2 1/4] doc: man-page for the part command

2022-12-22 Thread Enric Balletbo i Serra
Provide a man-page for the part command. Signed-off-by: Enric Balletbo i Serra --- Changes in v2: - New patch (1) in the series to fix a trivial type - New patch (2) in the series to introduce the documentation of the part type command - Fix typo s/partittion/partition/ in commit message

[PATCH v2 2/4] doc/README.gpt: Fix typo 'a optionnal'

2022-12-22 Thread Enric Balletbo i Serra
Change the string 'a optionnal' to 'an optional'. Signed-off-by: Enric Balletbo i Serra --- (no changes since v1) doc/README.gpt | 2 +- doc/usage/cmd/part.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/README.gpt b/doc/README.

[PATCH v2 3/4] cmd: part: Add partition-related type command

2022-12-22 Thread Enric Balletbo i Serra
enable automatic discovery of partitions and their intended usage or mount point. Signed-off-by: Enric Balletbo i Serra --- (no changes since v1) cmd/part.c | 29 + doc/usage/cmd/part.rst | 12 2 files changed, 41 insertions(+) diff --git a/

[PATCH v2 4/4] test/py: gpt: add test for the gpt partition type GUID identifier

2022-12-22 Thread Enric Balletbo i Serra
-by: Enric Balletbo i Serra --- (no changes since v1) test/py/tests/test_gpt.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/test/py/tests/test_gpt.py b/test/py/tests/test_gpt.py index cb44e1d789..73bfbf77a2 100644 --- a/test/py/tests/test_gpt.py +++ b/tes

[PATCH v3 0/4] cmd: part: Add partition-related type command

2023-01-10 Thread Enric Balletbo i Serra
series to fix a trivial type - New patch (2) in the series to introduce the documentation of the part type command - Fix typo s/partittion/partition/ in commit message - Add gpt test for the part type command - Add the man-page for part command in doc/usage/cmd Enric Balletbo i Serra (4): doc

[PATCH v3 1/4] doc: man-page for the part command

2023-01-10 Thread Enric Balletbo i Serra
Provide a man-page for the part command. Signed-off-by: Enric Balletbo i Serra --- Changes in v3: - Add the entry in doc/usage/cmd/index.rst. - Provide examples for the other sub-commands. - Fix return value chapter, 0 (true) on success and 1(false) on error. - Add reviewed by tags Changes

[PATCH v3 2/4] doc/README.gpt: Fix typo 'a optionnal'

2023-01-10 Thread Enric Balletbo i Serra
Change the string 'a optionnal' to 'an optional'. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Simon Glass --- (no changes since v1) doc/README.gpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.gpt b/doc/README.gpt index 91e397d06

[PATCH v3 4/4] test/py: gpt: add test for the gpt partition type GUID identifier

2023-01-10 Thread Enric Balletbo i Serra
-by: Enric Balletbo i Serra --- (no changes since v1) test/py/tests/test_gpt.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/test/py/tests/test_gpt.py b/test/py/tests/test_gpt.py index cb44e1d789..73bfbf77a2 100644 --- a/test/py/tests/test_gpt.py +++ b/tes

[PATCH v3 3/4] cmd: part: Add partition-related type command

2023-01-10 Thread Enric Balletbo i Serra
enable automatic discovery of partitions and their intended usage or mount point. Signed-off-by: Enric Balletbo i Serra Reviewed-by: Simon Glass --- (no changes since v1) cmd/part.c | 29 + doc/usage/cmd/part.rst | 18 ++ 2 files change

Re: [PATCH v6 00/17] Introduce initial TI's J784S4 and AM69 support

2023-12-15 Thread Enric Balletbo i Serra
ate mode 100644 board/ti/j784s4/j784s4.env > create mode 100644 board/ti/j784s4/pm-cfg.yaml > create mode 100644 board/ti/j784s4/rm-cfg.yaml > create mode 100644 board/ti/j784s4/sec-cfg.yaml > create mode 100644 board/ti/j784s4/tifs-rm-cfg.yaml > create mode 100644 configs/am69_sk_a72.config > create mode 100644 configs/am69_sk_r5.config > create mode 100644 configs/j784s4_evm_a72_defconfig > create mode 100644 configs/j784s4_evm_r5_defconfig > create mode 100644 doc/board/ti/j784s4_evm.rst > create mode 100644 drivers/dma/ti/k3-psil-j784s4.c > create mode 100644 include/configs/j784s4_evm.h > > -- > 2.34.1 > Thanks for sending these patches, this has been tested against AM69-SK board, so for the full series you can also add: Tested-by: Enric Balletbo i Serra While here, it would be really nice if you can send the required firmware (ti-sysfw and ti-dm if I'm not mistaken) to linux-firmware. Thanks, Enric

Re: [PATCH] omap3: igep0x00: Switch to the I2C driver model

2024-07-09 Thread Enric Balletbo i Serra
dopt omap_i2c driver to driver model") and fb1b7712ad3f power: make most > tps drivers and the twl4030 driver compatible with DM_I2C") respectively. > > So there's no reason anymore to keep using the I2C legacy API and instead > the DM_I2C option could just be enabled. &g

Re: [PATCH v7 00/17] Introduce initial TI's J784S4 and AM69 support

2024-01-17 Thread Enric Balletbo i Serra
Hi Apurva et al, On Wed, Jan 3, 2024 at 4:53 PM Nishanth Menon wrote: > > On 09:37-20240103, Nishanth Menon wrote: > > On 00:45-20231220, Apurva Nandan wrote: > > > Hello Everyone! > > > > > > This series will introduce basic support (SD and UART) support for Texas > > > Instruments J784S4 EVM. >

Re: [PATCH v4 00/16] Introduce initial TI's J784S4 and AM69 support

2023-11-16 Thread Enric Balletbo i Serra
Hi Maxime On Wed, Nov 15, 2023 at 2:54 PM Maxime Ripard wrote: > > Hi, > > On Sun, Oct 01, 2023 at 10:25:29PM +0530, Apurva Nandan wrote: > > This series will introduce basic support (SD and UART) support for Texas > > Instruments J784S4 EVM. > > > > The J784S4 SoC device tree patches are taken

[PATCH] cmd: part: Add partition-related type command

2022-07-27 Thread Enric Balletbo i Serra
enable automatic discovery of partitions and their intended usage or mount point. Signed-off-by: Enric Balletbo i Serra --- cmd/part.c | 29 + 1 file changed, 29 insertions(+) diff --git a/cmd/part.c b/cmd/part.c index 9d419c967c..26b0cc84fe 100644 --- a/cmd/part.c

[U-Boot] [PATCH] OMAP3: igep00x0: Enable required clocks for GPIO that are used.

2014-01-25 Thread Enric Balletbo i Serra
ritel To avoid this we just need enable the clocks for GPIOs that are used, but it would be interesting implement a mechanism to protect these situations and make sure that the clock is enabled when we request a GPIO. Signed-off-by: Enric Balletbo i Serra --- include/configs/omap3_igep00x0.h | 5

[U-Boot] [PATCH] OMAP3: igep00x0: Fix boot hang and add support for status LED.

2015-01-28 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Use the STATUS_LED APIs for indicating a boot progress instead of show_boot_progress. This patch also fixes a problem introduced with commit b3f4ca1135 (dm: omap3: Move to driver model for GPIO and serial). After that commit the board doesn't boot. Looks lik

[U-Boot] [PATCH] AM335x: igep0033: Convert to generic board and use ti_am335x_common.h.

2014-09-03 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra To reduce code duplication update am335x_igep0033.h to use ti_am335x_common.h and convert to generic board. Signed-off-by: Enric Balletbo i Serra --- include/configs/am335x_igep0033.h | 221 -- 1 file changed, 43 insertions

[U-Boot] [PATCH 0/3] Add support for the IGEP v2 board.

2010-10-09 Thread Enric Balletbo i Serra
Hello, This is the first version of patch series to add initial support for OMAP3 IGEP v2 board. Please consider to include in next merge window. Cheers, Enric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx

2010-10-09 Thread Enric Balletbo i Serra
This patch adds the Numonyx manufacturer code (0x20) to onenand manufacturers. Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand

[U-Boot] [PATCH 2/3] OMAP3: SDRC: Introduce Numonyx DDR type

2010-10-09 Thread Enric Balletbo i Serra
Introduce Numonyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-omap3/mem.h | 42 + 1 files changed, 42 insertions(+), 0

[U-Boot] [PATCH 3/3] OMAP3: Add support for the IGEP v2 board.

2010-10-09 Thread Enric Balletbo i Serra
: Enric Balletbo i Serra --- MAKEALL|1 + board/isee/igep0020/Makefile | 49 + board/isee/igep0020/config.mk | 34 ++ board/isee/igep0020/igep0020.c | 129 ++ board/isee/igep0020/igep0020.h | 156

[U-Boot] [PATCHv2 0/3] Add support for the IGEP v2 board.

2010-10-10 Thread Enric Balletbo i Serra
Hello, This is the second version of patch series to add initial support for OMAP3 IGEP v2 board. Thanks Steve for your comments. Changes since v1: - [2/3] fix parens in NUMONYX_V_ACTIMB_165 define - [3/3] add extra space after first &ctrl_base in file igep0020.c - [3/3] add a space after the

[U-Boot] [PATCHv2 2/3] OMAP3: SDRC: Introduce Numonyx DDR type

2010-10-10 Thread Enric Balletbo i Serra
Introduce Numonyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-omap3/mem.h | 42 + 1 files changed, 42 insertions(+), 0

[U-Boot] [PATCHv2 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx

2010-10-10 Thread Enric Balletbo i Serra
This patch adds the Numonyx manufacturer code (0x20) to onenand manufacturers. Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand

[U-Boot] [PATCHv2 3/3] OMAP3: Add support for the IGEP v2 board.

2010-10-10 Thread Enric Balletbo i Serra
: Enric Balletbo i Serra --- MAKEALL|1 + board/isee/igep0020/Makefile | 49 + board/isee/igep0020/config.mk | 33 ++ board/isee/igep0020/igep0020.c | 128 ++ board/isee/igep0020/igep0020.h | 156

[U-Boot] [PATCHv3 0/3] Add support for the IGEP v2 board.

2010-10-10 Thread Enric Balletbo i Serra
Hello, This is the version 3 of patch series to add initial support for OMAP3 IGEP v2 board. CHANGES: * since v2 - [1/3] keep lists sorted - [2/3] fix multiline comment style - [3/3] add entry to MAINTAINERS * since v1 - [2/3] fix parens in NUMONYX_V_ACTIMB_165 define - [3/

[U-Boot] [PATCHv3 2/3] OMAP3: SDRC: Introduce Numonyx DDR type

2010-10-10 Thread Enric Balletbo i Serra
Introduce Numonyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-omap3/mem.h | 43 + 1 files changed, 43 insertions(+), 0

[U-Boot] [PATCHv3 3/3] OMAP3: Add support for the IGEP v2 board.

2010-10-10 Thread Enric Balletbo i Serra
: Enric Balletbo i Serra --- MAINTAINERS|4 + MAKEALL|1 + board/isee/igep0020/Makefile | 49 + board/isee/igep0020/config.mk | 33 ++ board/isee/igep0020/igep0020.c | 128 ++ board/isee/igep0020/igep0020.h

[U-Boot] [PATCHv3 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx

2010-10-10 Thread Enric Balletbo i Serra
This patch adds the Numonyx manufacturer code (0x20) to onenand manufacturers. Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand

[U-Boot] [PATCHv4 0/3] Add support for the IGEP v2 board.

2010-10-11 Thread Enric Balletbo i Serra
Hello, This is the version 4 of patch series to add initial support for OMAP3 IGEP v2 board. CHANGES: * since v3 - [x/3] add Acked-by and Tested-by lines - [3/3] fix warning in the build: igep0020.c: In function 'board_eth_init': igep0020.c:125: warning: implicit declarati

[U-Boot] [PATCHv4 1/3] mtd: OneNAND: add support for OneNAND manufactured by Numonyx

2010-10-11 Thread Enric Balletbo i Serra
This patch adds the Numonyx manufacturer code (0x20) to onenand manufacturers. Signed-off-by: Enric Balletbo i Serra Acked-by: Kyungmin Park Acked-by: Steve Sakoman Tested-by: Steve Sakoman --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files

[U-Boot] [PATCHv4 2/3] OMAP3: SDRC: Introduce Numonyx DDR type

2010-10-11 Thread Enric Balletbo i Serra
Introduce Numonyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra Acked-by: Steve Sakoman Tested-by: Steve Sakoman --- arch/arm/include/asm/arch-omap3/mem.h | 43

[U-Boot] [PATCH 3/3] OMAP3: Add support for the IGEP v2 board.

2010-10-11 Thread Enric Balletbo i Serra
: Enric Balletbo i Serra Acked-by: Steve Sakoman Tested-by: Steve Sakoman --- MAINTAINERS|4 + MAKEALL|1 + board/isee/igep0020/Makefile | 49 + board/isee/igep0020/config.mk | 33 ++ board/isee/igep0020/igep0020.c | 129

[U-Boot] [PATCH 0/1] Add support for the OMAP3 IGEP module

2010-10-11 Thread Enric Balletbo i Serra
Hello, This is the first version of patch series to add initial support for OMAP3 IGEP module. Please, consider to add in next merge window. Thanks. $ git diff --stat origin/master MAINTAINERS|1 + MAKEALL|1 + board/isee/igep0030/Makefile |

[U-Boot] [PATCH 1/1] OMAP3: Add support for the OMAP3 IGEP module.

2010-10-11 Thread Enric Balletbo i Serra
The IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family.The IGEP module solution based upon TI OMAP3 provides a low-power/low-cost platform for a variety of consumer/industrial/medical devices. Signed-off-by: Enric Balletbo i

[U-Boot] [PATCH] OMAP3: fix DRAM size for IGEP-based boards.

2012-08-05 Thread Enric Balletbo i Serra
The total RAM size of the IGEP-based boards is 512MiB not 1GiB, the LPDDR memory consist on two dies of 256MiB. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep0020/igep0020.c |6 +++--- board/isee/igep0030/igep0030.c |6 +++--- 2 files changed, 6 insertions(+), 6 deletions

[U-Boot] [PATCH] ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.

2013-03-15 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Just fix a typo displaying the CPU info. With CONFIG_DISPLAY_INFO we see something like AMAM335X-GP rev 0 instead of AM335X-GP rev 0. Signed-off-by: Enric Balletbo i Serra --- arch/arm/cpu/armv7/am33xx/sys_info.c |2 +- 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH] igep00x0: Enable CONFIG_CMD_BOOTZ

2013-03-15 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra With v3.9 and later of the Linux Kernel defaulting to multi-platform images with omap2plus_defconfig, uImage isn't builtable anymore by default. Add CONFIG_CMD_BOOTZ so that we can still boot something the kernel spits out. Signed-off-by: Enric Balletbo i

[U-Boot] [PATCH 0/2] Add initial support for AQUILA-CYGNUS

2013-04-03 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra IGEP COM AQUILA and CYGNUS are two computer-on-module based on AM3354 and AM3352 processors. Both use SODIMM from factor and are designed for industrial range purpose. Enric Balletbo i Serra (2): Add DDR3 support for IGEP COM AQUILA/CYGNUS. ARM: Add support for

[U-Boot] [PATCH 1/2] Add DDR3 support for IGEP COM AQUILA/CYGNUS.

2013-04-03 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra These boards uses Samsung K4B2G1646E-BIH9 a 2Gb E-die DDR3 SDRAM. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/include/asm/arch-am33xx

[U-Boot] [PATCH 2/2] ARM: Add support for IGEP COM AQUILA/CYGNUS

2013-04-03 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra The IGEP COM AQUILA and CYGNUS are industrial processors modules with following highlights: o AM3352/AM3354 Texas Instruments processor o Cortex-A8 ARM CPU o 3.3 volts Inputs / Outputs use industrial o 256 MB DDR3 SDRAM / 128 Megabytes FLASH o MicroSD card

[U-Boot] [PATCHv2 0/2] Add initial support for AQUILA-CYGNUS

2013-04-05 Thread Enric Balletbo i Serra
. * Remove fdt related stuff from environment. * Reduce the space dedicated to u-boot in MTDPARTS * Remove SPL_NET, we don't use this. Enric Balletbo i Serra (2): Add DDR3 support for IGEP COM AQUILA/CYGNUS. ARM: Add support for IGEP COM AQUILA/CYGNUS MAINTA

[U-Boot] [PATCHv2 1/2] Add DDR3 support for IGEP COM AQUILA/CYGNUS.

2013-04-05 Thread Enric Balletbo i Serra
These boards uses Samsung K4B2G1646E-BIH9 a 2Gb E-die DDR3 SDRAM. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/include/asm/arch-am33xx/ddr_defs.h b/arch/arm/include/asm

[U-Boot] [PATCHv2 2/2] ARM: Add support for IGEP COM AQUILA/CYGNUS

2013-04-05 Thread Enric Balletbo i Serra
controller on-board o JTAG debug connector available o Designed for industrial range purposes Signed-off-by: Enric Balletbo i Serra --- MAINTAINERS |1 + board/isee/igep0033/Makefile | 46 +++ board/isee/igep0033/board.c | 232

[U-Boot] [PATCH] OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

2012-03-03 Thread Enric Balletbo i Serra
of using the CONFIG_MACH_TYPE option. More than 200 duplicated lines have been deleted. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep0020/igep0020.c |2 - board/isee/igep0030/igep0030.c |2 - include/configs/igep0020.h | 246 +--- include

[U-Boot] [PATCHv2] OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

2012-03-05 Thread Enric Balletbo i Serra
replaced in favour of using the CONFIG_MACH_TYPE option. More than 200 duplicated lines have been deleted. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep0020/igep0020.c |2 - board/isee/igep0030/igep0030.c |2 - boards.cfg |4 +- include/configs/igep0020.h

[U-Boot] [PATCH 1/2] SPL: ONENAND: Fix onenand_spl_load_image implementation.

2013-02-05 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Tested with an IGEPv2 board seems that current onenand_spl_load_image implementation doesn't work. This patch fixes this function changing the read loop and reading the onenand blocks from page to page. Tested with various IGEP based boards with a OneNAND

[U-Boot] [PATCH 2/2] SPL: ONENAND: Support SPL to boot u-boot from OneNAND.

2013-02-05 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch will allow use SPL to boot an u-boot from the OneNAND. Tested with IGEPv2 board with a OneNAND from Numonyx. Signed-off-by: Enric Balletbo i Serra --- arch/arm/cpu/armv7/omap3/board.c |2 +- common/spl/Makefile |1 + common/spl

[U-Boot] [PATCH 0/2] new IGEP board support

2013-02-06 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Hi all, In our effort to mainline the IGEP device support here are two patches to add support to the IGEP COM PROTON board. The first patch is only a trivial patch that changes some IGEP boards names. The second is to add the new board. These patches applies on top

[U-Boot] [PATCH 1/2] OMAP3: igep00x0: use official board names.

2013-02-06 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This trivial patch only changes current boards names for the official names. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep00x0/igep00x0.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/isee/igep00x0/igep00x0.h b/board

[U-Boot] [PATCH 2/2] OMAP3: igep00x0: Add new IGEP COM PROTON.

2013-02-06 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra The IGEP COM PROTON is a new ultra compact module design with an on-board ethernet controller. Signed-off-by: Enric Balletbo i Serra --- MAINTAINERS|1 + board/isee/igep00x0/igep00x0.c |3 +++ board/isee/igep00x0/igep00x0.h |3

[U-Boot] [PATCHv2 3/3] OMAP3: igep00x0: Add new IGEP COM PROTON.

2013-02-07 Thread [Enric Balletbo i Serra
From: Enric Balletbo i Serra The IGEP COM PROTON is a new ultra compact module design with an on-board ethernet controller. Signed-off-by: Enric Balletbo i Serra --- MAINTAINERS|1 + board/isee/igep00x0/igep00x0.h |3 +++ boards.cfg |1

[U-Boot] [U-boot][PATCHv2 2/3] OMAP3: igep00x0: add missing include mach-types.h

2013-02-07 Thread [Enric Balletbo i Serra
From: Enric Balletbo i Serra Current '#if' directives (used in igep00x0.h config file) comparing MACH_TYPE values in igep00x0.h doesn't work as expected. The comparision between CONFIG_MACH_TYPE and MACH_TYPE_IGEP0020 is always true independent of the IGEP machine configure

[U-Boot] [PATCHv2 0/3] new IGEP board support

2013-02-07 Thread [Enric Balletbo i Serra
From: Enric Balletbo i Serra Hi all, This is the second version to add support to the IGEP COM PROTON board in current mainline. These patches applies on top of u-boot-ti repository as the following patch is required. OMAP3: use a single board file for IGEP devices commit

[U-Boot] [PATCHv2 1/3] OMAP3: igep00x0: use official board names.

2013-02-07 Thread [Enric Balletbo i Serra
From: Enric Balletbo i Serra This trivial patch only changes current boards names for the official names. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep00x0/igep00x0.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/isee/igep00x0/igep00x0.h b/board

[U-Boot] [PATCHv2 0/4] add SPL ONENAND support.

2013-02-08 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Hi all, This is the second version to add ONENAND support to the SPL. Changes since v1: * Replace ONE_NAND defines for ONENAND (Tom and Kyungmin) * Remove unnused variables (Kyungmin) * Split patch 2 in two, things related to SPL and things related

[U-Boot] [PATCHv2 1/4] SPL: ONENAND: Fix some ONENAND related defines.

2013-02-08 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Some ONENAND related defines use the term ONE_NAND instead of ONENAND, as the technology name is ONENAND this patch replaces all these defines. Signed-off-by: Enric Balletbo i Serra --- arch/arm/cpu/arm1136/mx35/generic.c |2 +- arch/arm/include/asm/arch

[U-Boot] [PATCHv2 4/4] OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.

2013-02-08 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra In order to use SPL boot from OneNAND we should initialize the gpmc. Signed-off-by: Enric Balletbo i Serra --- arch/arm/cpu/armv7/omap3/board.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu

[U-Boot] [PATCHv2 3/4] SPL: ONENAND: Support SPL to boot u-boot from OneNAND.

2013-02-08 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch will allow use SPL to boot an u-boot from the OneNAND. Tested with IGEPv2 board with a OneNAND from Numonyx Signed-off-by: Enric Balletbo i Serra --- common/spl/Makefile |1 + common/spl/spl.c |5 + common/spl/spl_onenand.c

[U-Boot] [PATCHv2 2/4] SPL: ONENAND: Fix onenand_spl_load_image implementation.

2013-02-08 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Tested with an IGEPv2 board seems that current onenand_spl_load_image implementation doesn't work. This patch fixes this function changing the read loop and reading the onenand blocks from page to page. Tested with various IGEP based boards with a OneNAND

[U-Boot] [PATCH 1/3] OMAP3:SDRC: Introduce Numonyx DDR type

2010-04-13 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Introduce Numoyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- include/asm-arm/arch-omap3/mem.h | 42 ++ 1 files

[U-Boot] [PATCH 3/3] IGEP v2 support

2010-04-13 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch adds support for the IGEP v2 board. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines

[U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part

2010-04-13 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand

[U-Boot] [PATCH 0/3] Initial support for IGEP v2

2010-04-13 Thread Enric Balletbo i Serra
Hello, The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. Its architecture shares much in common with other OMAP3 boards These pa

[U-Boot] [PATCH v2 0/3] Initial support for IGEP v2

2010-04-14 Thread Enric Balletbo i Serra
Hello, These are the second version and apply on top of u-boot-arm repository. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines.

[U-Boot] [PATCH v2 2/3] OneNAND: Add support for Numonyx part

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand

[U-Boot] [PATCH v2 1/3] OMAP3:SDRC: Introduce Numonyx DDR type

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Introduce Numoyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- include/asm-arm/arch-omap3/mem.h | 42 ++ 1 files

[U-Boot] [PATCH v2 3/3] IGEP v2 support

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch adds support for the IGEP v2 board. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines

[U-Boot] [PATCH v3 1/3] OMAP3:SDRC: Introduce Numonyx DDR type

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Introduce Numoyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- include/asm-arm/arch-omap3/mem.h | 42 ++ 1 files

[U-Boot] [PATCH v3 0/3] Initial support for IGEP v2

2010-04-14 Thread Enric Balletbo i Serra
Hello, These are the third version and apply on top of u-boot-arm repository. - Fixed date/time configuration The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or n

[U-Boot] [PATCH v3 2/3] OneNAND: Add support for Numonyx part

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand

[U-Boot] [PATCH v3 3/3] IGEP v2 support

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch adds support for the IGEP v2 board. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines

[U-Boot] [u-boot][PATCH 0/2] igep00x0: updates for IGEP boards

2011-05-25 Thread Enric Balletbo i Serra
Hello, This is a couple of patches to update the support for IGEP boards, please consider to adding. Thanks in advance, Enric Balletbo i Serra (2): igep00x0: enable the use of a plain text file igep00x0: change mpurate from 500 to auto include/configs/igep0020.h | 30

[U-Boot] [u-boot][PATCH 1/2] igep00x0: enable the use of a plain text file

2011-05-25 Thread Enric Balletbo i Serra
v.txt because loaduimage and mmcboot is part of the default boot sequence Signed-off-by: Enric Balletbo i Serra --- include/configs/igep0020.h | 28 include/configs/igep0030.h | 28 2 files changed, 32 insertions(+), 24 deletions(-) diff --

[U-Boot] [u-boot][PATCH 2/2] igep00x0: change mpurate from 500 to auto

2011-05-25 Thread Enric Balletbo i Serra
This patch changes the default mpurate variable from 500 to auto on all IGEP boards, with this the default rate is autoselected. Signed-off-by: Enric Balletbo i Serra --- include/configs/igep0020.h |2 +- include/configs/igep0030.h |2 +- 2 files changed, 2 insertions(+), 2 deletions

[U-Boot] [u-boot][PATCH] net/net.c: Update ipaddr if the environment has changed

2011-06-01 Thread Enric Balletbo i Serra
c911x: phy initialized smc911x: MAC ac:de:48:00:00:00 *** ERROR: `ipaddr' not set The ipaddr at this point is NULL beacause is only set at board_init_r function. This patch updates the ipaddr value if the environment has changed. Signed-off-by: Enric Balletbo i Serra --- net/net.c |

[U-Boot] [RFC][PATCH 2/7] ARM: OMAP5: Rename to ti_omap5_common.h

2013-12-06 Thread Enric Balletbo i Serra
Follow the pattern ti__common.h used by other TI processors to be coherent. So just rename omap5_common.h to ti_omap5_common.h. Signed-off-by: Enric Balletbo i Serra --- include/configs/dra7xx_evm.h | 4 ++-- include/configs/omap5_uevm.h | 4

[U-Boot] [RFC][PATCH 7/7] OMAP3: igep00x0: Convert to ti_omap3_common.h.

2013-12-06 Thread Enric Balletbo i Serra
To reduce code duplication update omap3_igep00x0.h to use ti_omap3_common.h. Signed-off-by: Enric Balletbo i Serra --- include/configs/omap3_igep00x0.h | 189 ++- 1 file changed, 9 insertions(+), 180 deletions(-) diff --git a/include/configs/omap3_igep00x0.h

[U-Boot] [RFC][PATCH 3/7] TI: armv7: Move ELM support to SoC configuration file.

2013-12-06 Thread Enric Balletbo i Serra
The ELM hardware engine wihich is used for ECC error detections is not present on OMAP3 SoC, so move the CONFIG_SPL_NAND_AM33XX_BCH from ti_armv7_common.h to SoC configuration file. Signed-off-by: Enric Balletbo i Serra --- include/configs/ti_am335x_common.h | 4 include/configs

[U-Boot] [RFC][PATCH 1/7] ARM: OMAP4: Rename to ti_omap4_common.h

2013-12-06 Thread Enric Balletbo i Serra
Follow the pattern ti__common.h used by other TI processors to be coherent. So just rename omap4_common.h to ti_omap4_common.h. Signed-off-by: Enric Balletbo i Serra --- include/configs/omap4_panda.h | 4 ++-- include/configs/omap4_sdp4430.h | 4

[U-Boot] [RFC][PATCH 0/7] TI: OMAP3: Use common config file.

2013-12-06 Thread Enric Balletbo i Serra
s, fixes are welcome. Best regards, Enric Balletbo i Serra (7): ARM: OMAP4: Rename to ti_omap4_common.h ARM: OMAP5: Rename to ti_omap5_common.h TI: armv7: Move ELM support to SoC configuration file. TI: armv7: Do not define the number DRAM banks if is already defined. ARM: OMAP3: Renam

[U-Boot] [RFC][PATCH 6/7] TI: OMAP3: Create common config files for TI OMAP3 platforms.

2013-12-06 Thread Enric Balletbo i Serra
Create a new file, include/configs/ti_omap3_common.h, for everything common to the OMAP3 SoC leaving just the board specific part to board configuration file. Signed-off-by: Enric Balletbo i Serra --- include/configs/ti_omap3_common.h | 73 +++ 1 file changed

[U-Boot] [RFC][PATCH 5/7] ARM: OMAP3: Rename OMAP3_PUBLIC_SRAM_* to NON_SECURE_SRAM_*

2013-12-06 Thread Enric Balletbo i Serra
s the NON_SECURE_SRAM_END is used to define the CONFIG_SYS_INIT_SP_ADDR variable. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-omap3/omap3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/includ

[U-Boot] [RFC][PATCH 4/7] TI: armv7: Do not define the number DRAM banks if is already defined.

2013-12-06 Thread Enric Balletbo i Serra
where the DRAM initialitzation is only at u-boot level. Signed-off-by: Enric Balletbo i Serra --- include/configs/ti_armv7_common.h | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index f4e42ef

[U-Boot] [PATCH 0/5] ARM: IGEP0033: Updates for next release.

2013-07-25 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Hello, These are some updates to improve the support for IGEP COM AQUILA. Please consider adding for next release. Best regards, Enric Balletbo i Serra (5): ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST ARM: IGEP0033: Add support for Flattened Device Tree

[U-Boot] [PATCH 1/5] ARM: IGEP0033: Remove undef of CONFIG_CMD_MEMTEST

2013-07-25 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra After commit: 79cd2f814b1c75efd47161ac27f4cbebf768240f config_cmd_default.h: Remove CONFIG_CMD_MEMTEST It's not necessary to undef the CONFIG_CMD_MEMTEST, so we can remove it from configuration file. Signed-off-by: Enric Balletbo i Serra --- include/co

[U-Boot] [PATCH 3/5] ARM: IGEP0033: Remove CYGNUS name from header.

2013-07-25 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra We will not use CYGNUS names for any IGEP COM based on AM335x processor, so, to avoid confusion, remove from headers. Signed-off-by: Enric Balletbo i Serra --- board/isee/igep0033/board.c | 2 +- board/isee/igep0033/board.h | 2 +- 2 files changed, 2 insertions

[U-Boot] [PATCH 2/5] ARM: IGEP0033: Add support for Flattened Device Tree.

2013-07-25 Thread Enric Balletbo i Serra
igned-off-by: Enric Balletbo i Serra --- include/configs/igep0033.h | 33 + 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h index 41c083e..be210a5 100644 --- a/include/configs/igep0033.h

[U-Boot] [PATCH 4/5] ARM: IGEP0033: Add support to boot from NAND.

2013-07-25 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Add to the default environment the possibily to boot from NAND using a ubi rootfs. Also the partition scheme is set as follows: Start Size SPL : 0x 0x0008 (512KiB) U-Boot : 0x0008 0x0010 (1MiB) U

[U-Boot] [PATCH 5/5] ARM: IGEP0033: Remove duplicate / unused #defines.

2013-07-25 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra As config was originally based on am335x_evm.h we have also some duplicate / unnused #defines. Commit 15191c91 removed these #defines on various AM335x boards but not for IGEP COM AQUILA. This patch simply removes them for this board. Signed-off-by: Enric Balletbo

[U-Boot] [PATCH] ARM: IGEP0033: Update timing to run DDR at 400MHz.

2013-09-10 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra We can run the DDR at 400MHz, so update the timings for that purpose. Signed-off-by: Enric Balletbo i Serra --- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 24 board/isee/igep0033/board.c | 4 ++-- 2 files changed, 14

[U-Boot] [PATCH] ARM: OMAP3: Revamp IGEP default configuration

2011-02-23 Thread Enric Balletbo i Serra
The default IGEP configuration doesn't do anything useful; using some boot.scr search logic like BeagleBoard is much more useful. Signed-off-by: Loïc Minier --- include/configs/igep0020.h | 55 --- 1 files changed, 51 insertions(+), 4 deletions(-) diff

[U-Boot] [PATCHv2 0/2] ARM: OMAP3: Revamp IGEP default configuration

2011-02-24 Thread Enric Balletbo i Serra
enand read' instead of 'nand read' * Also revamp default configuration on IGEP module Enric Balletbo i Serra (2): ARM: OMAP3: Revamp IGEP v2 default configuration ARM: OMAP3: Revamp IGEP module default configuration include/confi

[U-Boot] [PATCHv2 2/2] ARM: OMAP3: Revamp IGEP module default configuration

2011-02-24 Thread Enric Balletbo i Serra
The default IGEP configuration doesn't do anything useful; using some boot.scr search logic like BeagleBoard is much more useful. Signed-off-by: Enric Balletbo i Serra --- include/configs/igep0030.h | 57 1 files changed, 52 insertions(

[U-Boot] [PATCHv2 1/2] ARM: OMAP3: Revamp IGEP v2 default configuration

2011-02-24 Thread Enric Balletbo i Serra
The default IGEP configuration doesn't do anything useful; using some boot.scr search logic like BeagleBoard is much more useful. Signed-off-by: Loïc Minier Signed-off-by: Enric Balletbo i Serra --- include/configs/igep0020.h | 57 1 files ch

[U-Boot] [PATCHv4 1/1] board: Add Toby-Churchill SL50 board support.

2015-09-06 Thread Enric Balletbo i Serra
+ board you may want something other than UART0 as for example the IDK + uses UART3 so enter 4 here. + +config DM_GPIO + default y + +config DM_SERIAL + default y + +endif diff --git a/board/tcl/sl50/MAINTAINERS b/board/tcl/sl50/MAINTAINERS new file mode 100644 i

[U-Boot] [PATCHv4 0/1] Add Toby-Churchill SL50 board support

2015-09-06 Thread Enric Balletbo i Serra
instead the full verbage. - Set default fdtfile to am335x-sl50.dtb (instead uses am33xx-sl50.dtb) Changes since v1: - Rebased with current mainline. - Fix implicit declaration of function 'is_valid_ether_addr' (and the resulting link failure). Best regards, Enric Balletbo

[U-Boot] [PATCH 0/2] igep00x0: standardize boot commmands

2015-09-06 Thread Enric Balletbo i Serra
generic. Best regards, Enric Balletbo i Serra (2): igep00xx: MAINTAINERS: update eballetbo's email address. igep00x0: Switch to use the generic distro configuration and environment. board/isee/igep0033/MAINTAINERS | 2 +- board/isee/igep00x0/MAINTAINERS | 2 +- board/isee/ige

  1   2   >