Hi Simon,
On Wed, Jan 6, 2016 at 8:24 AM, Simon Glass wrote:
> Hi Bin,
>
> On 20 December 2015 at 19:42, Bin Meng wrote:
>> Hi Simon,
>>
>> On Sat, Dec 19, 2015 at 10:52 AM, Simon Glass wrote:
>>> Hi Bin,
>>>
>>> On 11 December 2015 at 03:55, Bin Meng wrote:
The SMSC SIO1007 superio chips
Hi Stephen,
> From: Stephen Warren
>
> Use of memalign can trigger fragmentation issues such as:
>
> // Internally, this needs to find a free block quite bit larger than
> s. // Once the free region is found, any unaligned "padding"
> immediately // before and after the block is marked free, so
Initial version for mx6sx SABREAUTO board support with features:
PMIC, QSPI, NAND flash, SD/MMC, USB, Ethernet, I2C, IO Expander.
Signed-off-by: Ye Li
---
Changes for v2:
- None
arch/arm/cpu/armv7/mx6/Kconfig |6 +
board/freescale/mx6sxsabreauto/Kconfig |
The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading
MAC address from fuse for ENET2.
Signed-off-by: Ye Li
---
Changes for v2:
- Add second MAC address to README.imx6.
- Rename mac_addr_low and mac_addr_high fields to mac_addr0 and
mac_addr1
to alig
On 01/25/2016 10:54 PM, Stefan Agner wrote:
On 2016-01-25 09:03, Bhuvanchandra DV wrote:
All boards using this driver are with device tree support,
hence drop the legacy code in driver to have a pure DT solution.
Hm, dropping the legacy code at this point probably leads to a broken
state (bise
Changes since v2:
- Split the patch for updating the license string.
- Reorder the patchset to avoid broken state.
Changes since v1:
- Update the license string in device tree's.
- Update all lpuart's uart nodes in device tree.
- Dropped *_dtb_defconfig and updated the default defconfig's with DT
Add device tree node's for lpuart on Vybrid platform
Signed-off-by: Bhuvanchandra DV
---
arch/arm/dts/vf.dtsi | 43 +++
1 file changed, 43 insertions(+)
diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi
index 78706e1..7aa4c91 100644
--- a/arch/arm/
- Enable lpuart support on Toradex Colibri VF50/VF61
- Use UART0 for stdout.
Signed-off-by: Bhuvanchandra DV
Acked-by: Stefan Agner
---
arch/arm/dts/vf-colibri.dtsi | 9 +
1 file changed, 9 insertions(+)
diff --git a/arch/arm/dts/vf-colibri.dtsi b/arch/arm/dts/vf-colibri.dtsi
index f00
Since SPDX license is already there, drop the full one.
Signed-off-by: Bhuvanchandra DV
---
arch/arm/dts/vf-colibri.dtsi | 5 -
arch/arm/dts/vf.dtsi | 5 -
arch/arm/dts/vf500-colibri.dts | 5 -
arch/arm/dts/vf610-colibri.dts | 5 -
4 files changed, 20 deletions(-)
di
- Add device tree files for NXP/Freescale VF610 Tower Board.
- Enable lpuart support on NXP/Freescale VF610 Tower Board.
- Use UART1 as stdout.
Signed-off-by: Bhuvanchandra DV
---
arch/arm/dts/Makefile | 3 ++-
arch/arm/dts/vf610-twr.dts | 22 ++
2 files changed, 24 ins
Remove the legacy way of enabling GPIO, SPI and UART on Vybrid
based boards since these driver's now only supports DT mode.
Signed-off-by: Bhuvanchandra DV
---
include/configs/colibri_vf.h | 13 -
include/configs/pcm052.h | 3 ---
include/configs/vf610twr.h | 3 ---
3 files c
- Add device tree files for Phytec phyCORE-Vybrid Board.
- Enable lpuart support for Phytec phyCORE-Vybrid Board.
- Use UART1 for stdout.
Signed-off-by: Bhuvanchandra DV
---
arch/arm/dts/Makefile | 3 ++-
arch/arm/dts/pcm052.dts | 22 ++
2 files changed, 24 insertions(+),
Let's go with pure DT solution for board's
based on NXP/Freescale Vybrid platform.
- Merge the DT defconfig with non-DT defconfig for Toradex
Colibri VF50/VF61 and drop the non-DT defconfig.
- Update the legacy defconfigs for NXP/Freescale VF610 Tower
Board with DT.
- Update the legacy defconf
All boards using this driver are with device tree support,
hence drop the legacy code in driver to have a pure DT solution.
Signed-off-by: Bhuvanchandra DV
Reviewed-by: Bin Meng
---
drivers/serial/serial_lpuart.c | 101 +
1 file changed, 2 insertions(+),
All boards using this driver are with device tree support,
hence drop the legacy code in driver to have a pure DT solution.
Signed-off-by: Bhuvanchandra DV
Reviewed-by: Bin Meng
---
drivers/gpio/vybrid_gpio.c | 18 --
1 file changed, 18 deletions(-)
diff --git a/drivers/gpio/vy
On Tue, Jan 26, 2016 at 10:53:58AM +0800, Peng Fan wrote:
> Yeah. The patch I wrote include fix write_env, and a function prototype in
> header file.
>
> If the current patch already applied, I can write a follow up patch.
>
> Thanks,
> Peng.
>
Hi Peng,
sorry, I did not know there was already
Dear Anatolij,
In message <20160126083017.4a7bc5dd@crub> you wrote:
>
> > Any plan to address these?
>
> is it the not running Inotify System Scheduler again or something
> else? Could you please check? Thanks!
This time it was purely my fault. I renewed my SSH keys and forgot to
re-initialize
Signed-off-by: Ricardo Ribalda Delgado
---
.mailmap | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.mailmap b/.mailmap
index 02dccfc1aee7..f72fef174825 100644
--- a/.mailmap
+++ b/.mailmap
@@ -21,6 +21,9 @@ Jagan Teki
Markus Klotzbuecher
Prabhakar Kushwaha
Rajeshwari Shinde
+Ricard
xilinx-ppc4xx made us of serial uartlite, which was ported to DM.
This patch moves port these boards to DM.
Now that Kconfig works really well, there is no need to maintain
the specific boards (fx12mm, ml507 and v5fx30teval) or their flash
version.
The ppc440 boards have been wired to the ll_tema
ml507 is just a specialized version of the xilinx-ppc440-generic
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4
board/xilinx/ml507/Kconfig | 12
board/xilinx/ml507/MAINTAINERS | 7 ---
board/xilinx/ml507/Makefile | 11 ---
It is just a specialized version of the xilinx-ppc405
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4
board/avnet/fx12mm/Kconfig | 12 --
board/avnet/fx12mm/MAINTAINERS | 7 --
board/avnet/fx12mm/Makefile | 11 -
board/avne
As a result of the specific board removal, the Makefiles can be
simplified.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc440-generic/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/xilinx/ppc440-generic/Makefile
b/board/xilinx/ppc440-generic/
It is just a specialized version of xilinx-ppc440
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4
board/avnet/v5fx30teval/Kconfig | 12 ---
board/avnet/v5fx30teval/MAINTAINERS | 7 ---
board/avnet/v5fx30teval/Makefile | 11 ---
The old mail address will stop working soon.
Update it all the files
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/interrupts.c| 2 +-
arch/powerpc/cpu/ppc4xx/uic.c | 2 +-
arch/powerpc/cpu/ppc4xx/xilinx_irq.c| 2 +-
arch
Remove redundant defconfig file. Boot via flash can be configured via
Kconfig.
Signed-off-by: Ricardo Ribalda Delgado
---
configs/xilinx-ppc405-generic_flash_defconfig | 8
1 file changed, 8 deletions(-)
delete mode 100644 configs/xilinx-ppc405-generic_flash_defconfig
diff --git a/con
As a result of the specific board removal, the Makefiles can be
simplified.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc405-generic/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/xilinx/ppc405-generic/Makefile
b/board/xilinx/ppc405-generic/Make
-Fix typos (runnining -> running)
-Increase default size
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc405-generic.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/configs/xilinx-ppc405-generic.h
b/include/configs/xilinx-ppc405-ge
Add device tree example file for xilinx-ppc440-generic and
xilinx-ppc405-generic
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/dts/Makefile | 2 ++
arch/powerpc/dts/xilinx-ppc405-generic.dts | 13 +
arch/powerpc/dts/xilinx-ppc440-generic.dts | 13 +
-Remove UART address (It is now part of the dts).
-Include dummy ns16550 clock
-Fix address to last test
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc405-generic/xparameters.h | 5 ++---
board/xilinx/ppc440-generic/xparameters.h | 9 -
2 files changed, 6 insertions(+), 8 de
Remove redundant defconfig file. Boot via flash can be configured via
Kconfig.
Signed-off-by: Ricardo Ribalda Delgado
---
configs/xilinx-ppc440-generic_flash_defconfig | 8
1 file changed, 8 deletions(-)
delete mode 100644 configs/xilinx-ppc440-generic_flash_defconfig
diff --git a/con
Now that there is only one header file for all ppc440 files, merge
header files.
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc440-generic.h | 3 ++-
include/configs/xilinx-ppc440.h | 17 -
2 files changed, 2 insertions(+), 18 deletions(-)
delete
-Fix typos (runnining -> running)
-Increase default size
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc440-generic.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/configs/xilinx-ppc440-generic.h
b/include/configs/xilinx-ppc440-ge
xilinx_uartlite has been ported to DM, this patch makes the
xilinx-ppc405-generic and the xilinx-ppc440-generic boards use the new
DM driver.
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/cpu/ppc4xx/Kconfig | 8
board/xilinx/ppc405-generic/xilinx_ppc405_ge
board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
set. Remove unused function.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc405-generic/xilinx_ppc405_generic.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/board/xilinx/ppc405-generic/xilinx_ppc405_ge
Size of this snprintf "lltemac.%lx" is bigger than 16 characters.
Replacing it with "ll_tem.%lx"
Signed-off-by: Ricardo Ribalda Delgado
---
drivers/net/xilinx_ll_temac.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/xilinx_ll_temac.c b/drivers/net/xilinx_ll_te
Now that the specific boards have been removed there is no need to
maintain the weak functions.
Fix also CamelCase to make checkpatch happy
Signed-off-by: Ricardo Ribalda Delgado
---
.../xilinx/ppc405-generic/xilinx_ppc405_generic.c | 22 --
1 file changed, 8 insertions(+),
Now that there is only one header file for all ppc405 files, merge
header files.
Signed-off-by: Ricardo Ribalda Delgado
---
include/configs/xilinx-ppc405-generic.h | 5 -
include/configs/xilinx-ppc405.h | 22 --
2 files changed, 4 insertions(+), 23 deletions(-)
board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
set. Remove unused function.
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/board/xilinx/ppc440-generic/xilinx_ppc440_ge
If the xparameters file contains a LL_TEMAC definition compile its
driver and the net commands.
Signed-off-by: Ricardo Ribalda Delgado
---
.../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 22 ++
board/xilinx/ppc440-generic/xparameters.h | 4
configs/xilinx-
Now that the specific boards have been removed there is no need to
maintain the weak functions.
Fix also CamelCase to make checkpatch happy
Signed-off-by: Ricardo Ribalda Delgado
---
board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 18 +++---
1 file changed, 7 insertions(+), 11
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> Add device tree node's for lpuart on Vybrid platform
>
> Signed-off-by: Bhuvanchandra DV
> ---
> arch/arm/dts/vf.dtsi | 43 +++
> 1 file changed, 43 insertions(+)
>
Reviewed-by: Bin Meng
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> - Enable lpuart support on Toradex Colibri VF50/VF61
> - Use UART0 for stdout.
>
> Signed-off-by: Bhuvanchandra DV
> Acked-by: Stefan Agner
> ---
> arch/arm/dts/vf-colibri.dtsi | 9 +
> 1 file changed, 9 insertions(+)
>
> diff -
Hi Bhuvanchandra,
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> Remove the legacy way of enabling GPIO, SPI and UART on Vybrid
> based boards since these driver's now only supports DT mode.
>
> Signed-off-by: Bhuvanchandra DV
> ---
> include/configs/colibri_vf.h | 13 -
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> Since SPDX license is already there, drop the full one.
>
> Signed-off-by: Bhuvanchandra DV
> ---
> arch/arm/dts/vf-colibri.dtsi | 5 -
> arch/arm/dts/vf.dtsi | 5 -
> arch/arm/dts/vf500-colibri.dts | 5 -
> arch/
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> - Add device tree files for Phytec phyCORE-Vybrid Board.
> - Enable lpuart support for Phytec phyCORE-Vybrid Board.
> - Use UART1 for stdout.
>
> Signed-off-by: Bhuvanchandra DV
> ---
> arch/arm/dts/Makefile | 3 ++-
> arch/arm/dts/pc
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> - Add device tree files for NXP/Freescale VF610 Tower Board.
> - Enable lpuart support on NXP/Freescale VF610 Tower Board.
> - Use UART1 as stdout.
>
> Signed-off-by: Bhuvanchandra DV
> ---
> arch/arm/dts/Makefile | 3 ++-
> arch/a
On Tue, Jan 26, 2016 at 5:46 PM, Bhuvanchandra DV
wrote:
> Let's go with pure DT solution for board's
> based on NXP/Freescale Vybrid platform.
>
> - Merge the DT defconfig with non-DT defconfig for Toradex
> Colibri VF50/VF61 and drop the non-DT defconfig.
> - Update the legacy defconfigs for N
On Tuesday, January 26, 2016 at 12:36:57 PM, Ramneek Mehresh wrote:
> Move usb device-tree fixup from ehci drv so that it becomes
> available to all ppc and arm platforms
>
> Signed-off-by: Ramneek Mehresh
> ---
> board/freescale/common/Makefile | 2 +
> board/freescale/common/usb.c
On Tuesday, January 26, 2016 at 12:36:58 PM, Ramneek Mehresh wrote:
> Add usb device-tree fixup for all relevant fsl ppc and arm platforms
>
> Signed-off-by: Ramneek Mehresh
> ---
> board/freescale/b4860qds/b4860qds.c | 2 +-
> board/freescale/bsc9131rdb/bsc9131rdb.c | 2 ++
> board/
Move usb device-tree fixup from ehci drv so that it becomes
available to all ppc and arm platforms
Signed-off-by: Ramneek Mehresh
---
board/freescale/common/Makefile | 2 +
board/freescale/common/usb.c| 203
board/freescale/corenet_ds/corene
Add usb device-tree fixup for all relevant fsl ppc and arm platforms
Signed-off-by: Ramneek Mehresh
---
board/freescale/b4860qds/b4860qds.c | 2 +-
board/freescale/bsc9131rdb/bsc9131rdb.c | 2 ++
board/freescale/bsc9132qds/bsc9132qds.c | 2 ++
board/freescale/corenet_ds/corenet_d
On 26.1.2016 11:24, Ricardo Ribalda Delgado wrote:
> xilinx-ppc4xx made us of serial uartlite, which was ported to DM.
> This patch moves port these boards to DM.
>
> Now that Kconfig works really well, there is no need to maintain
> the specific boards (fx12mm, ml507 and v5fx30teval) or their fla
Hello Michal
Thanks for your fast review :).
Usually my patches were through Stefan Roese (sorry, I forgot to add
you as cc in the patchset :( )
In this case, as it depends on yuour patches I do not know what should
be the right path.
Tom, Stefan what do you propose?
Regards!
On Tue, Jan 26, 2
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> ml507 is just a specialized version of the xilinx-ppc440-generic
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> arch/powerpc/cpu/ppc4xx/Kconfig | 4
> board/xilinx/ml507/Kconfig | 12
> board/xilinx/m
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> It is just a specialized version of the xilinx-ppc405
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> arch/powerpc/cpu/ppc4xx/Kconfig | 4
> board/avnet/fx12mm/Kconfig | 12 --
> board/avnet/fx12mm/MAINTAIN
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> As a result of the specific board removal, the Makefiles can be
> simplified.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> board/xilinx/ppc440-generic/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
R
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Remove redundant defconfig file. Boot via flash can be configured via
> Kconfig.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> configs/xilinx-ppc440-generic_flash_defconfig | 8
> 1 file changed, 8 deletions(-)
> de
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> The old mail address will stop working soon.
> Update it all the files
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> arch/powerpc/cpu/ppc4xx/interrupts.c| 2 +-
> arch/powerpc/cpu/ppc4xx/uic.c
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> As a result of the specific board removal, the Makefiles can be
> simplified.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> board/xilinx/ppc405-generic/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Revie
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> .mailmap | 3 +++
> 1 file changed, 3 insertions(+)
>
Reviewed-by: Bin Meng
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.den
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Remove redundant defconfig file. Boot via flash can be configured via
> Kconfig.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> configs/xilinx-ppc405-generic_flash_defconfig | 8
> 1 file changed, 8 deletions(-)
> de
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Now that there is only one header file for all ppc405 files, merge
> header files.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> include/configs/xilinx-ppc405-generic.h | 5 -
> include/configs/xilinx-ppc405.h |
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Now that the specific boards have been removed there is no need to
> maintain the weak functions.
>
> Fix also CamelCase to make checkpatch happy
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> .../xilinx/ppc405-generic/xilinx_
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
> set. Remove unused function.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> board/xilinx/ppc405-generic/xilinx_ppc405_generic.c | 5 -
> 1 file chan
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not
> set. Remove unused function.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 5 -
> 1 file chan
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Size of this snprintf "lltemac.%lx" is bigger than 16 characters.
> Replacing it with "ll_tem.%lx"
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> drivers/net/xilinx_ll_temac.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 dele
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Now that the specific boards have been removed there is no need to
> maintain the weak functions.
>
> Fix also CamelCase to make checkpatch happy
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> board/xilinx/ppc440-generic/xilin
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Now that there is only one header file for all ppc440 files, merge
> header files.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> include/configs/xilinx-ppc440-generic.h | 3 ++-
> include/configs/xilinx-ppc440.h | 17
Hi Ricardo,
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> Add device tree example file for xilinx-ppc440-generic and
> xilinx-ppc405-generic
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> arch/powerpc/dts/Makefile | 2 ++
> arch/powerpc/dts/xilinx-ppc40
Hi Ricardo,
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> If the xparameters file contains a LL_TEMAC definition compile its
> driver and the net commands.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> .../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 22
> +
On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
wrote:
> It is just a specialized version of xilinx-ppc440
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> arch/powerpc/cpu/ppc4xx/Kconfig | 4
> board/avnet/v5fx30teval/Kconfig | 12 ---
> board/avnet/v5fx30te
On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng wrote:
> Hi Ricardo,
>
> On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
> wrote:
>> Add device tree example file for xilinx-ppc440-generic and
>> xilinx-ppc405-generic
>>
>> Signed-off-by: Ricardo Ribalda Delgado
>> ---
>> arch/powerpc/dts/Mak
Hello Bin
On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng wrote:
> Hi Ricardo,
>
> On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
> wrote:
>> If the xparameters file contains a LL_TEMAC definition compile its
>> driver and the net commands.
>>
>> Signed-off-by: Ricardo Ribalda Delgado
>> --
Add device tree example file for xilinx-ppc440-generic and
xilinx-ppc405-generic
Signed-off-by: Ricardo Ribalda Delgado
---
arch/powerpc/dts/Makefile | 2 ++
arch/powerpc/dts/xilinx-ppc405-generic.dts | 15 +++
arch/powerpc/dts/xilinx-ppc440-generic.dts | 15 +++
If the xparameters file contains a LL_TEMAC definition compile its
driver and the net commands.
Signed-off-by: Ricardo Ribalda Delgado
---
v2: Add whitespaces after /* and before*/
Credit-to: Bin Meng
.../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 22 ++
board/xi
On Tue, Jan 26, 2016 at 8:47 PM, Ricardo Ribalda Delgado
wrote:
> Add device tree example file for xilinx-ppc440-generic and
> xilinx-ppc405-generic
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
> arch/powerpc/dts/Makefile | 2 ++
> arch/powerpc/dts/xilinx-ppc405-generic.dts
On Tue, Jan 26, 2016 at 8:47 PM, Ricardo Ribalda Delgado
wrote:
> If the xparameters file contains a LL_TEMAC definition compile its
> driver and the net commands.
>
> Signed-off-by: Ricardo Ribalda Delgado
> ---
>
> v2: Add whitespaces after /* and before*/
> Credit-to: Bin Meng
>
> .../xi
Hello Joe,
On Mon, 25 Jan 2016 18:45:52 -0600, Joe Hershberger
wrote:
> On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl
> wrote:
> > +++ b/tools/gen_mac_addr.c
>
> This is not "generating a mac address", right? Its point is to create
> a CRC for the user-supplied MAC address.
>
> Perhaps a
On Tue, Jan 26, 2016 at 01:14:44PM +0100, Ricardo Ribalda Delgado wrote:
> Hello Michal
>
> Thanks for your fast review :).
>
> Usually my patches were through Stefan Roese (sorry, I forgot to add
> you as cc in the patchset :( )
> In this case, as it depends on yuour patches I do not know what s
Wrong checking for the base_addr paramter with LCDIF1 and LCDIF2. Always
enter the -EINVAL return.
Signed-off-by: Ye Li
---
arch/arm/cpu/armv7/mx6/clock.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/clock.c b/arch/arm/cpu/armv7/mx6/clock.c
i
The checking with max frequency supported is not correct, because the temp
is calculated by max pre and post dividers. We can decrease any divider to
meet the max frequency limitation. Actually, the calculation below the codes
is doing this way to find best pre and post dividers.
Signed-off-by: Ye
On 26.01.2016 14:55, Tom Rini wrote:
On Tue, Jan 26, 2016 at 01:14:44PM +0100, Ricardo Ribalda Delgado wrote:
Hello Michal
Thanks for your fast review :).
Usually my patches were through Stefan Roese (sorry, I forgot to add
you as cc in the patchset :( )
In this case, as it depends on yuour pa
The i.MX6SX SABRESD board supports MCIMX28LCD (800x480x24) at LCDIF1
port, enable this display feature by adding relevant BSP codes
and configurations.
Signed-off-by: Ye Li
---
board/freescale/mx6sxsabresd/mx6sxsabresd.c | 61 +++
include/configs/mx6sxsabresd.h
On 26/01/2016 15:01, Ye Li wrote:
> Wrong checking for the base_addr paramter with LCDIF1 and LCDIF2. Always
> enter the -EINVAL return.
>
> Signed-off-by: Ye Li
> ---
> arch/arm/cpu/armv7/mx6/clock.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/cpu/
On 26/01/2016 15:01, Ye Li wrote:
> The checking with max frequency supported is not correct, because the temp
> is calculated by max pre and post dividers. We can decrease any divider to
> meet the max frequency limitation. Actually, the calculation below the codes
> is doing this way to find best
On 26.1.2016 15:09, Stefan Roese wrote:
> On 26.01.2016 14:55, Tom Rini wrote:
>> On Tue, Jan 26, 2016 at 01:14:44PM +0100, Ricardo Ribalda Delgado wrote:
>>> Hello Michal
>>>
>>> Thanks for your fast review :).
>>>
>>> Usually my patches were through Stefan Roese (sorry, I forgot to add
>>> you as
On 26.1.2016 13:43, Ricardo Ribalda Delgado wrote:
> Hello Bin
>
> On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng wrote:
>> Hi Ricardo,
>>
>> On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado
>> wrote:
>>> If the xparameters file contains a LL_TEMAC definition compile its
>>> driver and the ne
hello
We are using the driver and can take a look if we can port it to DM.
But it wont be in this or next week sorry.
Regards!
On Tue, Jan 26, 2016 at 3:20 PM, Michal Simek wrote:
> On 26.1.2016 13:43, Ricardo Ribalda Delgado wrote:
>> Hello Bin
>>
>> On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng
On Tue, Jan 26, 2016 at 3:10 AM, Ye Li wrote:
> The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading
> MAC address from fuse for ENET2.
>
> Signed-off-by: Ye Li
> ---
> Changes for v2:
> - Add second MAC address to README.imx6.
> - Rename mac_addr_low and mac_
On Tue, Jan 26, 2016 at 11:24:24AM +0100, Ricardo Ribalda Delgado wrote:
> Size of this snprintf "lltemac.%lx" is bigger than 16 characters.
> Replacing it with "ll_tem.%lx"
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
... and added to my TODO list to check over everyone e
On Tue, Jan 26, 2016 at 11:24:05AM +0100, Ricardo Ribalda Delgado wrote:
> It is just a specialized version of the xilinx-ppc405
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
On Tue, Jan 26, 2016 at 11:24:04AM +0100, Ricardo Ribalda Delgado wrote:
> ml507 is just a specialized version of the xilinx-ppc440-generic
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
On Tue, Jan 26, 2016 at 11:24:06AM +0100, Ricardo Ribalda Delgado wrote:
> It is just a specialized version of xilinx-ppc440
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Jan 26, 2016 at 11:24:07AM +0100, Ricardo Ribalda Delgado wrote:
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.d
On Tue, Jan 26, 2016 at 11:24:10AM +0100, Ricardo Ribalda Delgado wrote:
> As a result of the specific board removal, the Makefiles can be
> simplified.
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
On Tue, Jan 26, 2016 at 11:24:09AM +0100, Ricardo Ribalda Delgado wrote:
> As a result of the specific board removal, the Makefiles can be
> simplified.
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
On Tue, Jan 26, 2016 at 11:24:08AM +0100, Ricardo Ribalda Delgado wrote:
> The old mail address will stop working soon.
> Update it all the files
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Jan 26, 2016 at 11:24:12AM +0100, Ricardo Ribalda Delgado wrote:
> Remove redundant defconfig file. Boot via flash can be configured via
> Kconfig.
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
On Tue, Jan 26, 2016 at 11:24:13AM +0100, Ricardo Ribalda Delgado wrote:
> Now that there is only one header file for all ppc440 files, merge
> header files.
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Jan 26, 2016 at 11:24:14AM +0100, Ricardo Ribalda Delgado wrote:
> Now that there is only one header file for all ppc405 files, merge
> header files.
>
> Signed-off-by: Ricardo Ribalda Delgado
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
1 - 100 of 262 matches
Mail list logo