t use in this function)
90 | return PCIBIOS_UNSUPPORTED;
| ^~~
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
drivers/pci/pcie_dw_common.h | 9 +
drivers/pci/pcie_dw_rockchip.c | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
dif
Drop the unused variable warning below.
drivers/pci/pcie_dw_rockchip.c:161:6: warning: unused variable
'val' [-Wunused-variable]
161 | u32 val;
| ^~~
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
drivers/pci/pcie_dw_rockchip.c
Use udelay instead of msleep fix the below warning.
drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit
declaration of function 'msleep' [-Wimplicit-function-declaration]
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
drivers/pci/pcie_dw_rock
Hi Patrick,
On Tue, 27 Apr 2021 at 01:40, Patrick Wildt wrote:
>
> Am Mon, Apr 26, 2021 at 01:26:30PM + schrieb Anand Moon:
> > Use the Error values that may be returned by PCI functions
> > Added the error macro from linux/include/linux/pci.h
> >
> > driv
hi Patrick,
On Tue, 27 Apr 2021 at 01:38, Patrick Wildt wrote:
>
> Am Mon, Apr 26, 2021 at 01:26:32PM + schrieb Anand Moon:
> > Use udelay instead of msleep fix the below warning.
>
> You sure that's correct? the m in msleep means milli, while the u
> in udelay mea
Hi Patrick,
On Wed, 28 Apr 2021 at 00:57, Patrick Wildt wrote:
>
> Am Tue, Apr 27, 2021 at 11:11:19AM +0530 schrieb Anand Moon:
> > hi Patrick,
> >
> > On Tue, 27 Apr 2021 at 01:38, Patrick Wildt wrote:
> > >
> > > Am Mon, Apr 26, 2021 at 01:26:32PM +0
Anand Moon (21):
rockchip: RK3328: Read the reset cause from clock reset unit for
RK3328 SoC
rockchip: RK3328: Enable display cpuinfo support on all boards
rockchip: RK3399: Read the reset cause from clock reset unit for
RK3399 SoC
rockchip: RK3399: Enable display cpuinfo support on
Anand Moon (21):
rockchip: RK3328: Read the reset cause from clock reset unit for
RK3328 SoC
rockchip: RK3328: Enable display cpuinfo support on all boards
rockchip: RK3399: Read the reset cause from clock reset unit for
RK3399 SoC
rockchip: RK3399: Enable display cpuinfo support on
From: Anand Moon
Read the reset cause from clock reset unit for RK3328 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 4 +++-
2 files changed, 5 insertions(+), 1 deletion
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3328 boards,
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/evb-rk3328_defconfig | 1 -
configs/nanopi-r2c-plus
From: Anand Moon
Read the reset cause from clock reset unit for RK3399 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3399 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/chromebook_bob_defconfig | 1 -
configs/chromebook_kevin_defconfig | 1 -
2
From: Anand Moon
Changes help enable CONFIG_DISPLAY_CPUINFO to build with SPL_BUILD for
SoC RK356x and RK3588.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/mach-rockchip
From: Anand Moon
Read the reset cause from clock reset unit for RK356x SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3568 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/anbernic-rgxx3-rk3566_defconfig | 1 -
configs/bpi-r2-pro-rk3568_defconfig
From: Anand Moon
Read the reset cause from clock reset unit for RK3588 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 2 ++
2 files changed, 4 insertions(+)
diff --git a
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3588 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/coolpi-4b-rk3588s_defconfig | 1 -
configs/coolpi-cm5-evb-rk3588_defconfig
From: Anand Moon
Read the reset cause from clock reset unit for PX30 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 2 ++
2 files changed, 4 insertions(+)
diff --git a
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all PX30 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/evb-px30_defconfig| 1 -
configs/firefly-px30_defconfig
From: Anand Moon
Read the reset cause from clock reset unit for RK3288 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3288 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/chromebit_mickey_defconfig | 1 -
configs/chromebook_jerry_defconfig | 1
From: Anand Moon
Read the reset cause from clock reset unit for RK3308 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 2 ++
2 files changed, 4 insertions(+)
diff --git a
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3308 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/evb-rk3308_defconfig | 1 -
configs/roc-cc-rk3308_defconfig| 1
From: Anand Moon
Read the reset cause from clock reset unit for RK3368 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 2 ++
2 files changed, 4 insertions(+)
diff --git a
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RK3368 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/evb-px5_defconfig | 1 -
configs/geekbox_defconfig | 1 -
configs
From: Anand Moon
Read the reset cause from clock reset unit for RV1108 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 2 ++
2 files changed, 4 insertions(+)
diff --git a
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RV1108 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/elgin-rv1108_defconfig | 1 -
configs/evb-rv1108_defconfig | 1 -
2 files
From: Anand Moon
Read the reset cause from clock reset unit for RV1126 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
arch/arm/include/asm/arch-rockchip/cru.h | 2 ++
arch/arm/mach-rockchip/cpu-info.c| 2 ++
2 files changed, 4 insertions(+)
diff --git a
From: Anand Moon
Enable DISPLAY_CPUINFO options to support on all RV1126 boards.
Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
Signed-off-by: Anand Moon
---
configs/neu2-io-rv1126_defconfig | 1 -
configs/sonoff-ihost-rv1126_defconfig | 1
From: Kever Yang
Rockchip ARM64 SOC will change cpu entry, only fst reset can reset it.
Cc: Jagan Teki
Signed-off-by: Kever Yang
---
drivers/sysreset/sysreset_rockchip.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/sysreset/sysreset_rockchip.c
b/drivers/sysreset/sysreset_
From: Andy Yan
Use system api dev_read_addr_ptr to get cru reg base,
rather than rockchip private api rockchip_get_cru, which
will be cleanup later.
Cc: Jagan Teki
Signed-off-by: Andy Yan
---
drivers/sysreset/sysreset_rockchip.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff
Hi Jonas
On Fri, 31 May 2024 at 22:14, Jonas Karlman wrote:
>
> Hi Anand and Kever,
>
> On 2024-05-31 16:18, Anand Moon wrote:
> > From: Kever Yang
> >
> > Rockchip ARM64 SOC will change cpu entry, only fst reset can reset it.
>
> What is this trying to fi
Hi Dragan,
On Sat, 1 Jun 2024 at 03:23, Dragan Simic wrote:
>
> Hello Anand,
>
> On 2024-05-31 16:18, Anand Moon wrote:
> > From: Anand Moon
> >
> > Read the reset cause from clock reset unit for RV1126 SoC.
> >
> > Cc: Jagan Teki
> > Signed-o
Hi Quentin,
On Wed, 5 Jun 2024 at 15:03, Quentin Schulz wrote:
>
> This is for master branch, merge ASAP as it's known to break at least
> Chromebook Jerry.
>
> @Simon, can you please check that this fixes your CB?
>
> The wrong udevice was passed to the functions, making them call the
> pmic cal
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^/\t/' -i */Kconfig
Signed-off-by: Anand Moon
---
boot/Kconfig | 8
cmd/Kconfig | 20 ++--
disk/Kconfig | 2 +-
lib/Kconfig |
EX et al to Kconfig")
Signed-off-by: Anand Moon
---
U-Boot 2024.07-rc5-00042-g80a111f426 (Jun 26 2024 - 15:03:09 +0530) for
ODROID-XU3/XU4/HC1/HC2
CPU: Exynos5422 @ 800 MHz
DRAM: 2 GiB
Core: 74 devices, 12 uclasses, devicetree: separate
MMC: mmc@1220: 0, mmc@1222: 2
Loading E
.
Now, object files will be generated only when building for the
TARGET_ODROID platform.
Signed-off-by: Anand Moon
---
Tested om Odroid-U3 and Odroid-XU4.
---
board/samsung/odroid/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/samsung/odroid/Makefile b/board
Hi Sam,
On Wed, 19 Jun 2024 at 02:26, Sam Protsenko wrote:
>
> If there are no new comments on this series, can you please apply it?
>
> Thanks!
Tested on Odroid XU4 and Odrroid U3 boards
Please add my
Reviewed-by: Anand Moon
Tested-by: Anand Moon
Thanks
-Anand
Hi All,
On Wed, 26 Jun 2024 at 21:07, Sam Protsenko wrote:
>
> On Wed, Jun 26, 2024 at 10:15 AM Anand Moon wrote:
> >
> > Fix the issue where CONFIG_SYS_BOARD was incorrectly set on
> > Odroid XU3 boards, causing boot failure. This was resolved by
> > correcting
Hi Kever,
On Tue, 16 Jul 2024 at 07:58, Kever Yang wrote:
>
> Hi Anand,
>
> On 2024/5/31 22:18, Anand Moon wrote:
>
> From: Anand Moon
>
> Read the reset cause from clock reset unit for RK3328 SoC.
>
> Cc: Jagan Teki
> Signed-off-by: Anand Moon
> Signed
Smart Home Hub.
Cc: Tim Lunn
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
Tested on neu2 edgable board.
---
arch/arm/dts/Makefile | 3 -
arch/arm/dts/rv1126-edgeble-neu2-io.dts | 112 -
arch/arm/dts/rv1126-edgeble-neu2.dtsi | 345 -
arch/arm/dts/rv1126
Hi Jonas
On Thu, 9 May 2024 at 21:38, Jonas Karlman wrote:
>
> Hi,
>
> On 2024-05-09 17:26, Anand Moon wrote:
> > Migrate RV1126 boards that exists in Linux v6.8 to use OF_UPSTREAM.
> >
> > Following targets is not migrated to use OF_UPSTREAM:
>
Ok, will update
Smart Home Hub.
Cc: Tim Lunn
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
v2: remove the dt-bindings for clock and power
fix the typo in commit message
Tested on neu2 board.
---
arch/arm/dts/Makefile | 3 -
arch/arm/dts/rv1126-edgeble-neu2-io.dts | 112
Hi Kever,
On Sat, 11 May 2024 at 12:09, Kever Yang wrote:
>
>
> On 2024/5/10 12:43, Anand Moon wrote:
> > Migrate RV1126 boards that exists in Linux v6.8 to use OF_UPSTREAM.
> >
> > Following targets is migrated to use OF_UPSTREAM:
> >
> > - rv1126-edg
Smart Home Hub.
Cc: Tim Lunn
Cc: Jagan Teki
Reviewed-By: Tim Lunn
Tested-By: Tim Lunn
Reviewed-by: Kever Yang
Signed-off-by: Anand Moon
---
v3: change the Signed off to edgeble id.
collcted Reviewd-By and Tested-By
v2: remove the dt-bindings for clock and power
fix the typo in commit
Hi Quentin,
On Mon, 13 May 2024 at 16:10, Quentin Schulz wrote:
>
> Hi Anand,
>
> On 5/11/24 6:12 PM, Anand Moon wrote:
> > [You don't often get email from an...@edgeble.ai. Learn why this is
> > important at https://aka.ms/LearnAboutSenderIdentification ]
>
From: Anand Moon
Migrate RV1126 boards that exists in Linux v6.8 to use OF_UPSTREAM.
Following targets is migrated to use OF_UPSTREAM:
- rv1126-edgeble-neu2 : Board is an industrial form factor
IO board.
- sonoff-ihost-rv1126 : Gateway device designed to provide a
Hi Quentin
On Tue, 14 May 2024 at 00:01, Quentin Schulz wrote:
>
> Hi Anand,
>
> On 5/13/24 2:07 PM, Anand Moon wrote:
> > [You don't often get email from an...@edgeble.ai. Learn why this is
> > important at https://aka.ms/LearnAboutSenderIdentification ]
> >
ernel.org/u-boot/. Are you registered on the ML?
>
Thanks for your review comments.
Something went wrong with git sendmail,
Your message have not reached my email client (gmail)
> On 5/16/24 10:59 AM, Anand Moon wrote:
> > Imply DISPLAY_CPUINFO Kconfig options to support on all RK3588s and
&g
Hi Quentin
On Thu, 16 May 2024 at 16:13, Quentin Schulz wrote:
>
> Hi Anand,
>
> On 5/16/24 12:12 PM, Anand Moon wrote:
> > Hi Quentin
> >
> > On Thu, 16 May 2024 at 14:52, Quentin Schulz
> > wrote:
> >>
> >> Hi Anand,
> >>
>
Read the reset cause from clock reset unit for RK3328 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach-rockchip/cpu-info.c
index
Imply DISPLAY_CPUINFO Kconfig options to support on all RK3328
boards, Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/Kconfig| 1 +
configs/evb-rk3328_defconfig | 1 -
configs/nanopi-r2c
Read the reset cause from clock reset unit for RK3399 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach-rockchip/cpu-info.c
index fce4bd7541..77833c8fce
Imply DISPLAY_CPUINFO Kconfig options to support on all RK3399
boards, Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/Kconfig | 1 +
configs/chromebook_bob_defconfig | 1 -
configs/chromebook_kevin_defconfig | 1
Changes help enable CONFIG_DISPLAY_CPUINFO to build with SPL_BUILD for
SoC RK356x and RK3588.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach
Read the reset cause from clock reset unit for RK356x SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach-rockchip/cpu-info.c
index 77833c8fce..114608b506
Imply DISPLAY_CPUINFO Kconfig options to support on all RK3566 and
RK3568 boards, Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/Kconfig| 1 +
configs/anbernic-rgxx3-rk3566_defconfig | 1 -
configs/bpi-r2
Read the reset cause from clock reset unit for RK3588 SoC.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/cpu-info.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-rockchip/cpu-info.c
b/arch/arm/mach-rockchip/cpu-info.c
index 114608b506..8415009fc5
Imply DISPLAY_CPUINFO Kconfig options to support on all RK3588s and
RK3588 boards, Its used to determine the reset cause of the board.
Cc: Jagan Teki
Signed-off-by: Anand Moon
---
arch/arm/mach-rockchip/Kconfig | 1 +
configs/coolpi-4b-rk3588s_defconfig | 1 -
configs/coolpi-cm5
Hi Jonas,
Dropping @edgeble.ai email ID as it is not working
On Thu, 16 May 2024 at 19:48, Jonas Karlman wrote:
>
> Hi Anand,
>
> On 2024-05-16 10:59, Anand Moon wrote:
> > Read the reset cause from the clock reset unit for RK356x SoC.
> >
> > Cc: Jagan Teki
Hi Jonas,
On Fri, 17 May 2024 at 13:15, Anand Moon wrote:
>
> Hi Jonas,
>
> Dropping @edgeble.ai email ID as it is not working
>
> On Thu, 16 May 2024 at 19:48, Jonas Karlman wrote:
> >
> > Hi Anand,
> >
> > On 2024-05-16 10:59, Anand Moon wrote:
>
Hi Jagan,
On Mon, 27 May 2024 at 12:09, Jagan Teki wrote:
>
> Edgeble NCM6B SoM has built-in eMMC so make sdhci has first boot
> priority.
>
> Fix it for NCM6A, NCM6B SoM.
>
> Signed-off-by: Jagan Teki
Reviewed-by: Anand Moon
> ---
> arch/arm/dts/rk3588-edgebl
hi Jagan,
On Mon, 27 May 2024 at 12:09, Jagan Teki wrote:
>
> Add support for USB OTG with UMS to program eMMC.
>
> Add it for Edgeble NCM6A, NCM6B.
>
> Signed-off-by: Jagan Teki
Reviewed-by: Anand Moon
> ---
> .../dts/rk3588-edgeble-neu6
Hi,
On Sat, 24 Feb 2024 at 01:56, Sourabh Hegde Ramu
wrote:
>
> Hello,
>
> I have a Raspberry Pi 3B Plus which I want to integrate with U-boot
> (v2023.10) .
>
> I am using rpi_3_32b_defconfig to generate u-boot.bin. But while booting I
> am getting below error
>
> Loading Environment from FAT...
s needed for your device.
Thanks
-Anand
>
> On Sun, Feb 25, 2024, 06:50 Anand Moon wrote:
>>
>> Hi,
>>
>> On Sat, 24 Feb 2024 at 01:56, Sourabh Hegde Ramu
>> wrote:
>> >
>> > Hello,
>> >
>> > I have a Raspberry Pi 3B Plu
Hi Martin,
On Sat, 19 Dec 2020 at 19:29, Martin Blumenstingl
wrote:
>
> Hi Otto,
>
> On Mon, Dec 14, 2020 at 8:34 PM Otto Meier wrote:
> >
> > Hi Martin,
> >
> > Am 13.12.20 um 19:46 schrieb Martin Blumenstingl:
> > > Hi Otto,
> > >
> > > On Mon, Dec 7, 2020 at 1:43 PM Otto Meier wrote:
> > > [
Hi Martin,
Thanks for testing and sharing your view points.
On Sun, 20 Dec 2020 at 04:01, Martin Blumenstingl
wrote:
>
> Hi Anand,
>
> On Sat, Dec 19, 2020 at 8:53 PM Anand Moon wrote:
> [...]
> > I was also looking into this issue so I made some changes in the
> >
Hi Martin,
On Sun, 20 Dec 2020 at 20:04, Martin Blumenstingl
wrote:
>
> Hi Anand,
>
> On Sun, Dec 20, 2020 at 2:46 PM Anand Moon wrote:
> [...]
> > > On Sat, Dec 19, 2020 at 8:53 PM Anand Moon wrote:
> > > [...]
> > > > I was also looking
H Kever,
On Fri, 21 May 2021 at 18:51, Kever Yang wrote:
>
>
> On 2021/4/26 下午9:26, Anand Moon wrote:
> > Use the Error values that may be returned by PCI functions
> > Added the error macro from linux/include/linux/pci.h
> >
> > drivers/pci/pcie_dw_rock
on)
90 | return PCIBIOS_UNSUPPORTED;
| ^~~
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
v1: Drop the PCI ERROR MACRO,
---
drivers/pci/pcie_dw_rockchip.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driv
Drop the unused variable warning below.
drivers/pci/pcie_dw_rockchip.c:161:6: warning: unused variable
'val' [-Wunused-variable]
161 | u32 val;
| ^~~
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
d
Define msleep macro to fix below error.
drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit
declaration of function 'msleep' [-Wimplicit-function-declaration]
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
v1: drop the udelay changes.
--
on)
90 | return PCIBIOS_UNSUPPORTED;
| ^~~
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Reviewed-by: Neil Armstrong
Signed-off-by: Anand Moon
---
v1: Drop the PCI ERROR MACRO,
v2: added the Neil review tag.
---
---
drivers/pci/pcie_dw_rockchip.c | 4 ++--
1 fi
Drop the unused variable warning below.
drivers/pci/pcie_dw_rockchip.c:161:6: warning: unused variable
'val' [-Wunused-variable]
161 | u32 val;
| ^~~
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Reviewed-by: Neil Armstrong
Signed-off-by: Anand Moon
---
V1
V2:
Replace msleep occurences by udelay.
drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit
declaration of function 'msleep' [-Wimplicit-function-declaration]
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
V2: drop the msleep macro.
---
d
Hi Patrick.
On Fri, 4 Jun 2021 at 21:14, Patrick Wildt wrote:
>
> Am Fri, Jun 04, 2021 at 04:56:07AM + schrieb Anand Moon:
> > Replace msleep occurences by udelay.
> >
> > drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit
> > declaration of function
on)
90 | return PCIBIOS_UNSUPPORTED;
| ^~~
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Reviewed-by: Neil Armstrong
Reviewed-by: Patrick Wildt
Signed-off-by: Anand Moon
---
drivers/pci/pcie_dw_rockchip.c | 4 ++--
1 file changed, 2 insertions(+),
Drop the unused variable warning below.
drivers/pci/pcie_dw_rockchip.c:161:6: warning: unused variable
'val' [-Wunused-variable]
161 | u32 val;
| ^~~
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Reviewed-by: Neil Armstrong
Reviewed-by: Patrick Wildt
Signed-off
Replace msleep occurences by udelay.
drivers/pci/pcie_dw_rockchip.c:254:3: warning: implicit
declaration of function 'msleep' [-Wimplicit-function-declaration]
Cc: Patrick Wildt
Cc: Neil Armstrong
Cc: Kever Yang
Signed-off-by: Anand Moon
---
Keep is simple...sorry !!!
---
d
Hi Beniamino,
On Wed, 6 May 2020 at 01:53, Beniamino Galvani wrote:
>
> Hi,
>
> these two patches add initial u-boot support for Hardkernel ODROID-C4.
>
> https://wiki.odroid.com/odroid-c4/odroid-c4
>
> Beniamino Galvani (2):
> arm: dts: import ODROID-C4 device tree
> boards: amlogic: add ODR
Hi Neil,
On Tue, 30 Jun 2020 at 18:30, Neil Armstrong wrote:
>
> Hi,
>
> On 30/06/2020 13:33, Anand Moon wrote:
> > Hi Beniamino,
> >
> > On Wed, 6 May 2020 at 01:53, Beniamino Galvani wrote:
> >>
> >> Hi,
> >>
> >> the
Hi Neil,
On Wed, 1 Jul 2020 at 13:22, Neil Armstrong wrote:
>
> Hi,
>
> On 30/06/2020 18:02, Anand Moon wrote:
> > Hi Neil,
> >
> > On Tue, 30 Jun 2020 at 18:30, Neil Armstrong
> > wrote:
> >>
> >> Hi,
> >>
> >> On 30/06
Hi Neil,
On Wed, 1 Jul 2020 at 18:38, Neil Armstrong wrote:
>
> Hi,
>
> On 01/07/2020 13:31, Anand Moon wrote:
> > Hi Neil,
> >
> > On Wed, 1 Jul 2020 at 13:22, Neil Armstrong wrote:
> >>
> >> Hi,
> >>
> >> On 30/06/2020 18:02, A
Hi Neil,
On Wed, 1 Jul 2020 at 20:16, Neil Armstrong wrote:
>
> On 01/07/2020 16:43, Anand Moon wrote:
> > Hi Neil,
> >
> > On Wed, 1 Jul 2020 at 18:38, Neil Armstrong wrote:
> >>
> >> Hi,
> >>
> >> On 01/07/2020 13:31, Anand Moon w
Hi Neil,
On Wed, 1 Jul 2020 at 20:13, Neil Armstrong wrote:
>
> From: Christian Hewitt
>
> This imports the changes and the new Odroid-C4 board from the Linux
> commit b3a9e3b9622a ("Linux 5.8-rc1").
>
> Signed-off-by: Neil Armstrong
Please add my
Tested-by: Ana
> Signed-off-by: Neil Armstrong
> ---
Please add my
Tested-by: Anand Moon
> arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 7 +
> board/amlogic/odroid-n2/MAINTAINERS | 2 +
> configs/odroid-c4_defconfig | 62 +
> doc/board/amlogic/index.rst
Hi Neil,
On Wed, 1 Jul 2020 at 20:13, Neil Armstrong wrote:
>
> The PHY needs a reset in order to be functionnal for U-Boot, add the old
> PHY reset bindings for dwmac until we support the new bindings in the PHY
> node.
>
> Signed-off-by: Neil Armstrong
> ---
Please ad
Hi Neil,
On Thu, 2 Jul 2020 at 13:29, Neil Armstrong wrote:
>
> On 01/07/2020 18:09, Anand Moon wrote:
> > Hi Neil,
> >
> > On Wed, 1 Jul 2020 at 20:16, Neil Armstrong wrote:
> >>
> >> On 01/07/2020 16:43, Anand Moon wrote:
> >>> Hi Neil,
&
hi Niel / Jerome,
Thanks for your review comments and debug output
Sorry for late reply.
On Mon, 10 Feb 2020 at 14:33, Neil Armstrong wrote:
>
> On 09/02/2020 18:22, Anand Moon wrote:
> > Hi Neil,
> >
> > Thanks for you review comments.
> >
> > On Sun, 9 Feb
Hi Jerome / Neil,
On Mon, 10 Feb 2020 at 15:05, Jerome Brunet wrote:
>
>
> On Sun 09 Feb 2020 at 18:22, Anand Moon wrote:
>
> > Hi Neil,
> >
> > Thanks for you review comments.
> >
> > On Sun, 9 Feb 2020 at 18:38, Neil Armstrong wrote:
> >>
&
Hi Neil,
On Thu, 13 Feb 2020 at 21:09, Neil Armstrong wrote:
>
> On 13/02/2020 12:58, Anand Moon wrote:
> > hi Niel / Jerome,
> >
> > Thanks for your review comments and debug output
> > Sorry for late reply.
> >
> > On Mon, 10 Feb 2020 at 14:33, Neil
t; in state the controller cannot work with.
>
> Enable the input clocks provided to the mmc controller. While the
> u-boot mmc controller driver is not doing fancy settings like the Linux,
> it at least needs to make these clocks are running.
>
Please add my
Reviewed-by: Anand Moon
-Anand
Hi Qu Wenruo,
On Fri, 15 Nov 2019 at 17:27, Qu Wenruo wrote:
>
>
>
> On 2019/11/15 下午6:37, Qu Wenruo wrote:
> > A small update to this bug.
> >
> > I'm using mem=3584M kernel cmdline, to sacrifice 512M memory.
> >
> > And then surprise, memtest 3G works. (Originally it's 4G physical ram
> > and 3
Hi Vasily,
I have got a development board Odroid N1
it has SYR837PKC and SYR838PKC regulator IC on the board.
On testing this patch, it failed with below message.
Model: Hardkernel ODROID-N1
DRAM: 3.9 GiB
SW: fan53555_voltages_setup: die id 7 rev 7 not supported!
MMC: dwmmc@fe32: 1, sdhci
Hi Vasily,
On Wed, 20 Nov 2019 at 10:45, Vasily Khoruzhick wrote:
>
> On Tue, Nov 19, 2019 at 5:51 PM Anand Moon wrote:
> >
> > Hi Vasily,
> >
> > I have got a development board Odroid N1
> > it has SYR837PKC and SYR838PKC regulator IC on the board.
> >
Hi Peter,
On Wed, 9 Oct 2019 at 16:50, Peter Robinson wrote:
>
> The SPL is now running at SDRAM, and 0x1 is used by BL31,
> and the ARM SPL do not support relocate now, we need reserved
> 0x5 so that it won't overwrite the code when we load the
> bl31 to target space.
> We should remove
Hi Neil,
On Thu, 11 Jun 2020 at 19:20, Neil Armstrong wrote:
>
> Move the natural text Amlogic board README files to doc/board/amlogic
> into reStructuredText and :
> - add reStructuredText markup for bash code
> - fix secondary titles markup
> - move board support into global support matrix
>
>
link libretech-cc also generate random mac address
for ethernet.
Please add my: Tested on N2.
Tested-by: Anand Moon
-Anand
> Signed-off-by: Pascal Vizeli
> Signed-off-by: Neil Armstrong
> ---
> board/amlogic/odroid-n2/MAINTAINERS | 7 +
> board/amlogic/odroid-n2/Makef
Hi Neil,
On Mon, 22 Jun 2020 at 18:36, Neil Armstrong wrote:
>
> Hi,
>
> On 21/06/2020 19:23, Anand Moon wrote:
> > Hi Neil,
> >
> > On Thu, 18 Jun 2020 at 20:11, Neil Armstrong
> > wrote:
> >>
> >> From: Pascal Vizeli
> >>
>
Enable options to permit HDMI output on Odroid-C2 GXBB boards.
Enable VPU Power Domain.
Enable ADC and USB_KERBOARD.
Signed-off-by: Anand Moon
---
configs/odroid-c2_defconfig | 11 +++
1 file changed, 11 insertions(+)
diff --git a/configs/odroid-c2_defconfig b/configs/odroid
1 - 100 of 305 matches
Mail list logo