[U-Boot] How to update Uart0 from default Uart1

2018-05-15 Thread Mohan
Hi, I am using tower board with arm vf6 controller i need to change default Uart1 for debuging to Uart0 can anyone suggest what changes i need to make for changing the Uart. -- Sent from: http://u-boot.10912.n7.nabble.com/ ___ U-Boot mailing list U-Boo

[U-Boot] powerpc/mpc8315erdb : Integration of customized source code to u-boot

2012-12-26 Thread Krishna Mohan Chagaleti
Hi, I have been trying to test and integrate my customized binary on u-boot. I tried the procedure of executing the example demo application (hello_world.bin) by downloading binary using tftp and executing it. But, it didn't help though. I wanted to know if there is any procedure to integrate my

Re: [U-Boot] powerpc/mpc8315erdb : Integration of customized source code to u-boot

2012-12-28 Thread Krishna Mohan Chagaleti
mands. The whole idea is to make my binaries part of u-boot when it gets loaded. Sorry for a lengthy email. Please let me know if you still require any further details. Thank you. Warm Regards, -Krishna From: Wolfgang Denk [w...@denx.de] Sent: Thursday,

[U-Boot] [PATCH 1/4] Sound: WM8994: Support I2S0 channel

2013-08-07 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c|2 +- drivers/sound/wm8994.c | 95 +++--- drivers/sound/wm8994_registers.h | 77

[U-Boot] [PATCH 4/4] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-08-07 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 ++ drivers/sound/samsung-i2s.c | 16 ++-- 2 files changed, 16

[U-Boot] [PATCH 3/4] ARM: Change from I2S1 to I2S0 for audio on SMDK5250

2013-08-07 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 13 + arch/arm/cpu

[U-Boot] [PATCH 2/4] DTS: Addition of I2S0 channel and replacing I2S1

2013-08-07 Thread Dani Krishna Mohan
This patch enables default I2S0 channel and replaces I2S1. I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 10 -- board/samsung/dts/exynos5250-smdk5250.dts |8 +--- board

[U-Boot] [PATCH 2/2] Sound: MAX98095: Support I2S0 channel

2013-08-08 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/drivers/sound/max98095.c b/drivers

[U-Boot] [PATCH 1/2] DTS: Addition of GPIO chipselect for MAX98095

2013-08-08 Thread Dani Krishna Mohan
This patch enables the chipselect for MAX98095 audio codec in snow. Signed-off-by: Dani Krishna Mohan --- board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts index 9e258fd

[U-Boot] [PATCH 0/6 V2] EXYNOS: I2S: Enable I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch set replaces I2S1 channel with I2S0 channel. Corresponding changes have been done in audio codec to support I2S0 channel. Changes in V2: - Added cover letter. - Configured GPIO chipselect to enable MAX98095 codec. Dani Krishna Mohan (6): Sound: WM8994: Support I2S0

[U-Boot] [PATCH 4/6 V2] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-08-18 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/include/asm/arch-exynos/i2s-regs.h |6 ++ drivers/sound/samsung-i2s.c | 16

[U-Boot] [PATCH 1/6 V2] Sound: WM8994: Support I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- changes in V2: - None drivers/sound/sound.c|2 +- drivers/sound/wm8994.c | 95 +++--- drivers/sound

[U-Boot] [PATCH 2/6 V2] DTS: Addition of I2S0 channel and replacing I2S1

2013-08-18 Thread Dani Krishna Mohan
This patch enables default I2S0 channel and replaces I2S1. I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/dts/exynos5250.dtsi | 10 -- board/samsung/dts/exynos5250

[U-Boot] [PATCH 5/6 V2] DTS: Addition of GPIO chipselect for MAX98095

2013-08-18 Thread Dani Krishna Mohan
This patch enables the chipselect for MAX98095 audio codec in snow. Signed-off-by: Dani Krishna Mohan --- changes in V2: - New patch added to V2 board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board

[U-Boot] [PATCH 6/6 V2] Sound: MAX98095: Support I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- changes in V2: - New patch added to V2 drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff

[U-Boot] [PATCH 3/6 V2] ARM: Change from I2S1 to I2S0 for audio on SMDK5250

2013-08-18 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c | 13

[U-Boot] [PATCH V2 2/5] DTS: Addition of I2S0 channel and replacing I2S1

2013-09-10 Thread Dani Krishna Mohan
This patch enables default I2S0 channel.And I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 19 +++ board/samsung/dts/exynos5250-smdk5250.dts | 13 ++--- board

[U-Boot] [PATCH V2 5/5] Sound: MAX98095: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 128 ++ drivers/sound/max98095.h | 10 +++- drivers/sound/sound.c| 17 +++--- 3 files

[U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio

2013-09-10 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 57

[U-Boot] [PATCH V2 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-09-10 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 drivers/sound/samsung-i2s.c | 42 +++ 2 files changed, 36

[U-Boot] [PATCH V2 0/5] EXYNOS: I2S: Enable I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
Mohan (5): Sound: WM8994: Support I2S0 channel DTS: Addition of I2S0 channel and replacing I2S1 ARM: Added I2S0 clocks for audio Sound: I2S: Replacing I2S1 with I2S0 channel. Sound: MAX98095: Support I2S0 channel arch/arm/cpu/armv7/exynos/clock.c | 57 ++--- arch/arm/cpu

[U-Boot] [PATCH V2 1/5] Sound: WM8994: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c| 17 ++-- drivers/sound/wm8994.c | 167 +++--- drivers/sound/wm8994_registers.h | 39

[U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable I2S0 channel

2013-09-11 Thread Dani Krishna Mohan
support - Removed I2S-1 support Dani Krishna Mohan (5): Sound: WM8994: Support I2S0 channel DTS: Addition of I2S0 channel and replacing I2S1 ARM: Added I2S0 clocks for audio Sound: I2S: Replacing I2S1 with I2S0 channel. Sound: MAX98095: Support I2S0 channel arch/arm/cpu/armv7

[U-Boot] [PATCH V3 3/5] ARM: Added I2S0 clocks for audio

2013-09-11 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 61

[U-Boot] [PATCH V3 2/5] DTS: Addition of I2S0 channel and replacing I2S1

2013-09-11 Thread Dani Krishna Mohan
This patch enables default I2S0 channel.And I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 19 +++ board/samsung/dts/exynos5250-smdk5250.dts | 13 ++--- board

[U-Boot] [PATCH V3 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-09-11 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 drivers/sound/samsung-i2s.c | 45 +++ 2 files changed, 38

[U-Boot] [PATCH V3 5/5] Sound: MAX98095: Support I2S0 channel

2013-09-11 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 155 +- drivers/sound/max98095.h | 10 ++- drivers/sound/sound.c| 17 ++--- 3 files

[U-Boot] [PATCH V3 1/5] Sound: WM8994: Support I2S0 channel

2013-09-11 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c| 17 ++-- drivers/sound/wm8994.c | 167 +++--- drivers/sound/wm8994_registers.h | 39

Re: [U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio

2013-09-11 Thread D Krishna Mohan
11, 2013 6:09 AM To: "Dani Krishna Mohan" Cc: ; ; "Minkyu Kang" Subject: Re: [U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio Hi Dani, You refer to http://www.denx.de/wiki/U-Boot/CodingStyle And cc'd Minkyu. On 09/11/2013 12:02 AM, Dani Krishna Mohan wro

[U-Boot] [PATCH] armv8: Enable all 8 DPMAC ports in LS2080A Personality

2015-12-22 Thread Pratiyush Mohan Srivastava
LS2080A has support for 8 DPMAC ports out of which only 5 ports can be used at a time. Enabling all 8 DPMAC ports of LS2080A personality. Signed-off-by: Pratiyush Mohan Srivastava --- arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c | 5 - 1 file changed, 5 deletions(-) diff --git a/arch

[U-Boot] [PATCH] armv8: ls2040a: Add support of LS2040A SoC

2015-12-22 Thread Pratiyush Mohan Srivastava
Freescale's LS2040A is a another personality of LS2080A SoC without AIOP support consisting of 4 armv8 cores. Signed-off-by: Pratiyush Mohan Srivastava --- arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 1 + arch/arm/include/asm/arch-fsl-layerscape/soc.h | 1 + 2 files changed, 2 inser

[U-Boot] [PATCH] drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_start

2015-12-22 Thread Pratiyush Mohan Srivastava
Current code compares the return pointer of function qbman_cena_write_start with NULL. Instead the value of the return pointer should be compared. Signed-off-by: Pratiyush Mohan Srivastava --- drivers/net/fsl-mc/dpio/qbman_portal.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH] armv8: ls2080a: Increase MC's DDR size to 512 MB

2015-12-22 Thread Pratiyush Mohan Srivastava
Freescale's management complex (MC) uses System DDR for internal usage. Increase used System DDR size from 256MB to 512 MB. Signed-off-by: Pratiyush Mohan Srivastava --- include/configs/ls2080a_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/co

[U-Boot] [PATCH] Enable console log from earlyconsole in Linux bootargs

2015-10-31 Thread Pratiyush Mohan Srivastava
Remove 115200 from "earlycon" to avoid loss of initial log messages during linux kernel 4.1 bootup Signed-off-by: Pratiyush Mohan Srivastava --- include/configs/ls2080a_common.h | 2 +- include/configs/ls2080ardb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) di

[U-Boot] [PATCH] armv8: ls2080: Update SerDes2 table for 0x45 & 0x47 protocol

2016-02-04 Thread Pratiyush Mohan Srivastava
LANE A of SerDes 2 Protocol 0x45 & 0x47 are SGMII9 and PCIE3 respectively. So Update SerDes2 table for 0x45 & 0x47 protocol. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c | 4 ++-- 1 file changed, 2 in

[U-Boot] [PATCH] armv8: fsl-layerscape: Updating entries in Serdes Table

2016-02-22 Thread Pratiyush Mohan Srivastava
The serdes protocol entries in Serdes table 1 for protocol 0x03, 0x33, 0x35 and in Serdes table 2 for protocols 0x45 and 0x47 are updated to reflect the entries in current Reference Manual. Signed-off-by: Pratiyush Mohan Srivastava --- arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c | 14

[U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS

2016-10-04 Thread Pratiyush Mohan Srivastava
Remove ramdisk_addr, ramdisk_size and update UART baud-rate. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- Changes for v2 : - Removed "initrd_high=0x\0" - Removed console variable include/configs/ls1012a_common.h | 4 --

[U-Boot] [PATCH][v3] board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS

2016-10-04 Thread Pratiyush Mohan Srivastava
LS1012AFRDM has 512MB of DDR. So update Kernel load address as 0x9600 instead of default 0xa000. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- Changes for v3: - Rebased v2 patch to master - Removed "initrd_high=0xf

[U-Boot] [PATCH] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS

2016-08-05 Thread Pratiyush Mohan Srivastava
Remove ramdisk_addr, ramdisk_size and update UART baud-rate. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- include/configs/ls1012a_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/ls1012a_common.h b/include

[U-Boot] [PATCH][v2] board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS

2016-08-05 Thread Pratiyush Mohan Srivastava
From: Prabhakar Kushwaha LS1012AFRDM has 512MB of DDR. So update Kernel load address as 0x9600 instead of default 0xa000. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Pratiyush Mohan Srivastava --- Changes for v2: Incorporated York's comments - Removed ramdisk

[U-Boot] [PATCH] [v3] armv8: fsl-layerscape: Updating entries in Serdes Table

2016-03-19 Thread Pratiyush Mohan Srivastava
The serdes protocol entries in Serdes table 1 for protocol 0x03, 0x33, 0x35 and in Serdes table 2 for protocols 0x45 and 0x47 are updated to reflect the entries in current Reference Manual. Signed-off-by: Pratiyush Mohan Srivastava Reported-by: Jose Rivera --- Changes for v3 Rebased to latest

[U-Boot] [PATCH ] board: ls2080a: Add "mcinitcmd" env for MC & DPL deployment

2016-01-19 Thread Pratiyush Mohan Srivastava
From: Pratiyush Mohan Srivastava Environment variable mcinitcmd is defined to initiate MC and DPL deployment from the location where it is stored(NOR, NAND, SD, SATA, USB)during u-boot booting.If this variable is not defined then macro MC_BOOT_ENV_VAR will be null and MC will not be booted and

[U-Boot] [PATCH] sunxi: dts: a64-olinuxino: Fix regression to eMMC support

2019-07-30 Thread Sunil Mohan Adapa
Description for eMMC is missing the DTS causing eMMC to regress after DM_MMC was enabled for sunxi in a7cca5793774ee139b75a704d6efaa4d29f09f93. Signed-off-by: Sunil Mohan Adapa Tested-by: Sunil Mohan Adapa Cc: linux-su...@googlegroups.com --- arch/arm/dts/sun50i-a64-olinuxino.dts | 11

[U-Boot] [PATCH v2 0/2] arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)

2019-08-22 Thread Sunil Mohan Adapa
Separate device tree for emmc models. Sunil Mohan Adapa (2): arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC) configs: sun50i: Add support for Olimex A64-Olinuxino-eMMC arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-a64-olinuxino-emmc

[U-Boot] [PATCH v2 2/2] configs: sun50i: Add support for Olimex A64-Olinuxino-eMMC

2019-08-22 Thread Sunil Mohan Adapa
=sunxi/dt-for-5.4&id=02bb66b347ff8115f53948f86b884e008ba385b9 Based on a64-olinuxino_defconfig. This patch has been tested on A64-OLinuXino-1Ge16GW. Signed-off-by: Sunil Mohan Adapa --- board/sunxi/MAINTAINERS | 5 + configs/a64-olinuxino-emmc_defconfig | 17

[U-Boot] [PATCH v2 1/2] arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)

2019-08-22 Thread Sunil Mohan Adapa
=sunxi/dt-for-5.4&id=02bb66b347ff8115f53948f86b884e008ba385b9 This patch has been tested on A64-OLinuXino-1Ge16GW and is based on Linux device-tree. Signed-off-by: Sunil Mohan Adapa --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-a64-olinuxino-emmc.dts

[U-Boot] [PATCH v3] arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)

2019-09-10 Thread Sunil Mohan Adapa
f-by: Sunil Mohan Adapa Reviewed-by: Jagan Teki --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-a64-olinuxino-emmc.dts | 23 ++ board/sunxi/MAINTAINERS| 5 + configs/a64-olinuxino-emmc_defconfig | 17 4 f

Re: [U-Boot] [PATCH v2 0/2] arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)

2019-09-10 Thread Sunil Mohan Adapa
On 06/09/19 9:05 pm, Jagan Teki wrote: > On Fri, Aug 23, 2019 at 1:56 AM Sunil Mohan Adapa wrote: >> >> This is a follow up a patch that didn't create a separate dts: >> https://lists.denx.de/pipermail/u-boot/2019-July/379109.html >> >> A64 OLinuXino boa