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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 --
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
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
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
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
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
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
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
=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
=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
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
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
48 matches
Mail list logo