nto the rk_gpio relevant DTS files as well,
so this is not a good solution to your problem.
What has been used in the past is just some unique hardware ID in the
device tree, so I would just add that.
Yours,
Linus Walleij
On Sun, Jan 22, 2023 at 12:45 AM Linus Walleij wrote:
> Add support for the iproc Broadcom NAND controller,
> used in Northstar SoCs for example. Based on the Linux
> driver.
>
> Cc: Philippe Reynes
> Signed-off-by: Linus Walleij
It's been 1 1/2 month, could we apply th
On Sun, Jan 22, 2023 at 12:43 AM Linus Walleij wrote:
> For BRCMNAND with 1-bit BCH ECC (BCH-1) such as used on the
> D-Link DIR-885L and DIR-890L routers, we need to explicitly
> select the ECC like this in the device tree:
>
> nand-ecc-algo = "bch";
> nand-ecc-
On Wed, Mar 8, 2023 at 5:54 PM Tom Rini wrote:
> On Wed, Mar 08, 2023 at 12:04:53AM +0100, Linus Walleij wrote:
> > On Sun, Jan 22, 2023 at 12:45 AM Linus Walleij
> > wrote:
> >
> > > Add support for the iproc Broadcom NAND controller,
> > > used in N
inux kernel but U-Boot core does
not respect this. Fix it up by parsing the algorithm and
preserve the behaviour using this property to select
software BCH as far as possible.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Drop pointless check for ecc_algo >= 0, it is always
>
Add support for the iproc Broadcom NAND controller,
used in Northstar SoCs for example. Based on the Linux
driver.
Cc: Philippe Reynes
Cc: Dario Binacchi
Reviewed-by: Michael Trimarchi
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Check return value of dev_read_resource()
-
On Fri, Feb 10, 2023 at 6:49 PM Tom Rini wrote:
> On Thu, Feb 02, 2023 at 12:37:45AM +0100, Linus Walleij wrote:
>
> > This adds a simple Northstar "BRCMNS" board to be used with
> > the BCM4709x and BCM5301x chips.
> >
> > The main intention is to use t
- Bundle with the iproc NAND and nand base pacthes
as the iproc patch is a prerequisite.
- Jump from v1->v3 as the other patches was at version
v3.
It is a bit of a mystery to me who can merge this patches...
BRCM custodian?
Linus Walleij (5):
nand: brcmnand: add iproc support
m
inux kernel but U-Boot core does
not respect this. Fix it up by parsing the algorithm and
preserve the behaviour using this property to select
software BCH as far as possible.
Reviewed-by: Michael Trimarchi
Acked-by: William Zhang
Signed-off-by: Linus Walleij
---
ChangeLog v2->v3:
- Collect rev
Add support for the iproc Broadcom NAND controller,
used in Northstar SoCs for example. Based on the Linux
driver.
Cc: Philippe Reynes
Cc: Dario Binacchi
Acked-by: William Zhang
Reviewed-by: Michael Trimarchi
Signed-off-by: Linus Walleij
---
ChangeLog v2->v3:
- Collect William Zhang
ad command, so we are currently not adding
support for things such as networking.
If other board need other ECC for example, they need to
create a separate DTS file and augment the code, but I don't
know if any other users will turn up.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
C
Linux kernel and OpenWrt
as it is used in many routers.
Since we currently don't need any chip-specific quirks
and can get the system up from just the device tree, a
mach-* directory doesn't even need to be added, just
some small Kconfig fragments.
Cc: Rafał Miłecki
Signed-off-by: Lin
This brings in the main SoC device tree used by the
Broadcom Northstar chipset, i.e. BCM4709x and BCM5301x.
This is taken from the latest Linux kernel.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
ChangeLog v1->v3:
- Bundle with the iproc nand and algo select patches
---
arch/arm/
g
Looks like a reasonable solution to me!
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Wed, Oct 18, 2023 at 8:28 AM Qi Feng wrote:
> From: Wei Chen >
> Add MMC disk to FVP's BOOT_TARGET_DEVICES. This allows the user to boot
> from MMC devices.
>
> Signed-off-by: Wei Chen
> Signed-off-by: Qi Feng
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Tue, Sep 26, 2023 at 11:23 AM Linus Walleij wrote:
> This adds support for the Inteno XG6846 board based on the
> Broadcom MIPS 6328 SoC.
>
> The default boot will read a uImage from flash and boot it.
>
> Reviewed-by: Daniel Schwierzeck
> Signed-off-by: Linus Walleij
to me who can merge this patches...
BRCM custodian?
Linus Walleij (5):
nand: brcmnand: add iproc support
mtd: rawnand: nand_base: Handle algorithm selection
arm: dts: Import device tree for Broadcom Northstar
arm: Add support for the Broadcom Northstar SoCs
board: Add new Broadcom Northst
Add support for the iproc Broadcom NAND controller,
used in Northstar SoCs for example. Based on the Linux
driver.
Cc: Philippe Reynes
Cc: Dario Binacchi
Acked-by: William Zhang
Reviewed-by: Michael Trimarchi
Signed-off-by: Linus Walleij
---
ChangeLog v3->v4:
- No changes
ChangeLog v2-
inux kernel but U-Boot core does
not respect this. Fix it up by parsing the algorithm and
preserve the behaviour using this property to select
software BCH as far as possible.
Reviewed-by: Michael Trimarchi
Acked-by: William Zhang
Signed-off-by: Linus Walleij
---
ChangeLog v3->v4:
- After a bug
Linux kernel and OpenWrt
as it is used in many routers.
Since we currently don't need any chip-specific quirks
and can get the system up from just the device tree, a
mach-* directory doesn't even need to be added, just
some small Kconfig fragments.
Cc: Rafał Miłecki
Signed-off-by: Lin
This brings in the main SoC device tree used by the
Broadcom Northstar chipset, i.e. BCM4709x and BCM5301x.
This is taken from the latest Linux kernel.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
ChangeLog v3->v4:
- No changes
ChangeLog v1->v3:
- Bundle with the iproc nand an
ad command, so we are currently not adding
support for things such as networking.
If other board need other ECC for example, they need to
create a separate DTS file and augment the code, but I don't
know if any other users will turn up.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
C
On Fri, Apr 7, 2023 at 7:46 PM Tom Rini wrote:
> On Fri, Apr 07, 2023 at 03:40:06PM +0200, Linus Walleij wrote:
>
> > This brings in the main SoC device tree used by the
> > Broadcom Northstar chipset, i.e. BCM4709x and BCM5301x.
> > This is taken from the latest Linux k
On Fri, Apr 7, 2023 at 7:46 PM Tom Rini wrote:
> On Fri, Apr 07, 2023 at 03:40:08PM +0200, Linus Walleij wrote:
> > This adds a simple Northstar "BRCMNS" board to be used with
> > the BCM4709x and BCM5301x chips.
> >
> > The main intention is to use this with
On Fri, Apr 7, 2023 at 11:40 PM Tom Rini wrote:
> On Fri, Apr 07, 2023 at 11:31:03PM +0200, Linus Walleij wrote:
> > On Fri, Apr 7, 2023 at 7:46 PM Tom Rini wrote:
> > > On Fri, Apr 07, 2023 at 03:40:08PM +0200, Linus Walleij wrote:
> > > > This adds a simple North
ernel.org/u-boot/20230407134008.1939717-2-linus.wall...@linaro.org/
https://lore.kernel.org/u-boot/20230407134008.1939717-3-linus.wall...@linaro.org/
Otherwise please use these versions instead, because the second
patch needed some fixing for Tom's system. Thanks a lot!
Yours,
Linus Walleij
On Wed, Apr 19, 2023 at 3:19 PM Dario Binacchi
wrote:
> On Wed, Apr 19, 2023 at 3:04 PM Linus Walleij
> wrote:
> >
> > On Mon, Apr 17, 2023 at 10:37 AM Dario Binacchi
> > wrote:
> >
> > > Applied to nand-next ( as well as the patch "mtd: rawnand:
On Wed, Apr 19, 2023 at 6:13 PM Dario Binacchi
wrote:
> On Wed, Apr 19, 2023 at 4:00 PM Linus Walleij
> wrote:
> >
> > On Wed, Apr 19, 2023 at 3:19 PM Dario Binacchi
> > wrote:
> > > On Wed, Apr 19, 2023 at 3:04 PM Linus Walleij
> > > wrote:
> &
Mauro Condarelli
Cc: Ralf Baechle
Signed-off-by: Linus Walleij
---
I can't test this because it didn't work for MTD devices
as I had expected, but I saw Mauro had this problem
before so I think I might have fixed it. I better put
the patch out there rather than let it sit on my drive.
---
This adds support for the Inteno XG6846 board based on the
Broadcom MIPS 6328 SoC.
The default boot will read a uImage from flash and boot it.
Cc: Daniel Schwierzeck
Signed-off-by: Linus Walleij
---
arch/mips/dts/Makefile | 1 +
arch/mips/dts/inteno,xg6846.dts | 57
ed to be
upstreamed before the device trees can be upstreamed.
But I can try to bring in more of it for sure :)
> > +++ b/board/inteno/xg6846/xg6846.c
> > @@ -0,0 +1,6 @@
> > +// SPDX-License-Identifier: GPL-2.0+
> > +/*
> > + * Copyright (C) 2023 Linus Walleij
> &
);
> return ret;
> }
>
> #endif /* BITS_PER_LONG == 32 */
>
> What do you think?
Looks good to me!
You can just modify the patch, sign off and apply,
I guess? Go ahead!
Yours,
Linus Walleij
nywhere with this? If it's on the master I'll just rebase and
be done with it, else I can go with an empty Makefile simply.
Yours,
Linus Walleij
This adds support for the Inteno XG6846 board based on the
Broadcom MIPS 6328 SoC.
The default boot will read a uImage from flash and boot it.
Reviewed-by: Daniel Schwierzeck
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebase on top of Tom's patches making Makefile option
with the iproc NAND and nand base pacthes
as the iproc patch is a prerequisite.
- Jump from v1->v3 as the other patches was at version
v3.
Linus Walleij (3):
arm: dts: Import device tree for Broadcom Northstar
arm: Add support for the Broadcom Northstar SoCs
board: Add new Broadcom Nort
This brings in the main SoC device tree used by the
Broadcom Northstar chipset, i.e. BCM4709x and BCM5301x.
This is taken from the v6.3 Linux kernel.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
ChangeLog v4->v5:
- Rebase on the U-Boot master branch
ChangeLog v3->v4:
- No c
Linux kernel and OpenWrt
as it is used in many routers.
Since we currently don't need any chip-specific quirks
and can get the system up from just the device tree, a
mach-* directory doesn't even need to be added, just
some small Kconfig fragments.
Cc: Rafał Miłecki
Signed-off-by: Lin
ey need to
create a separate DTS file and augment the code, but I don't
know if any other users will turn up.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
ChangeLog v4->v5:
- Rebase on the U-Boot master branch
- Add some documentation
ChangeLog v3->v4:
- No changes
ChangeLog v1-&
Hunting down a bug on my system I took to back-porting
all reasonable changes from the Linux brcmnand driver that
were not yet in the U-Boot derivative.
I noticed that a simple diff -ur between brcmnand.c
between the file in Linux and U-Boot was possible to see
what differs. Combining this with so
From: Boris Brezillon
Implementing the mtd_ooblayout_ops interface is the new way of exposing
ECC/OOB layout to MTD users.
Signed-off-by: Boris Brezillon
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 260
rom the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index 8ea33e861354..65aab4be87b9 100644
--- a/drivers
From: Kamal Dasu
Refactored NAND ECC and CMD address configuration code to use helper
functions.
Signed-off-by: Kamal Dasu
Signed-off-by: Miquel Raynal
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 100
: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 106 ++-
1 file changed, 84 insertions(+), 22 deletions(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index ede51def5063..ef73205d8c18 100644
--- a/drivers/mtd/nand
Kamal Dasu
Signed-off-by: Miquel Raynal
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/ra
From: Kamal Dasu
This change adds support for flash dma v0.0.
Signed-off-by: Kamal Dasu
Signed-off-by: Miquel Raynal
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 21 +++--
1 file changed, 19 insertions
/linux-mtd/20200512075733.745374-2-nolt...@gmail.com
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/ra
]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 35 +++-
1 file changed, 16 insertions(+), 19 deletions(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index 7cb6f2651250..d082801b8306 100644
--- a
from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index b87e3e0656df..effc7f1ea802 100644
Fixes: 02b88eea9f9c ("mtd: brcmnand: Add check for erased page bitflips")
Signed-off-by: Álvaro Fernández Rojas
Signed-off-by: Miquel Raynal
Link:
https://lore.kernel.org/linux-mtd/20200512082451.771212-1-nolt...@gmail.com
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
-
by: Florian Fainelli
Signed-off-by: Miquel Raynal
Link:
https://lore.kernel.org/linux-mtd/20200522121524.4161539-3-nolt...@gmail.com
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 5 +++--
1 file changed, 3 insertions(+), 2 dele
kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index c02d34ffbc95..934981e2f3fe 100644
--- a/drivers/mtd
...@gmail.com
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 85 +---
1 file changed, 76 insertions(+), 9 deletions(-)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
lore.kernel.org/linux-mtd/20210224080210.23686-1-nolt...@gmail.com
[Ported to U-Boot from the Linux kernel]
Signed-off-by: Linus Walleij
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
b/drivers/mtd/nand/raw/
e in the device tree.
>
> Signed-off-by: Ole P. Orhagen
Nice!
Reviewed-by: Linus Walleij
Are you using the actual hardware, or QEMU?
> - chosen { };
> + chosen {
> + stdout-path = &v2m_serial0;
> + };
Can you please send this patch also to the Linux codebase.
Yours,
Linus Walleij
On Mon, Jan 29, 2024 at 12:54 PM Kristian Amlie
wrote:
> On 29/01/2024 12:41, Ole Orhagen wrote:
> > On Fri, Jan 26, 2024 at 8:57 PM Linus Walleij > <mailto:linus.wall...@linaro.org>> wrote:
> > Are you using the actual hardware, or QEMU?
> >
&
On Tue, Apr 30, 2024 at 3:36 PM Tom Rini wrote:
> Remove from all mach-u8500 files and when needed add missing
> include files directly.
>
> Signed-off-by: Tom Rini
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
.35
Filename 'zImage'.
Load address: 0x6200
Loading: smc911x: MAC 00:02:f7:00:3c:9d
Yours,
Linus Walleij
: Linus Walleij
---
drivers/mmc/Kconfig | 1 +
drivers/mmc/arm_pl180_mmci.c | 66 ++--
2 files changed, 3 insertions(+), 64 deletions(-)
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 17618c3bdcc1..59716c3966e5 100644
--- a/drivers/mmc
ned-off-by: Michal Simek
> ---
>
> The patch was created based on discussion with Rob
> https://lore.kernel.org/linux-devicetree/CAL_Jsq+ehJSK7sjqmKtWOVjr-QZ3LDB+ywCO85uF8WJ+cB=a...@mail.gmail.com/
Makes sense.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
> certain setups.
>
> Signed-off-by: Andre Przywara
> Reviewed-by: Liviu Dudau
Makes perfect sense.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
escribed by the official binding.
>
> These clock nodes seem to be not ready very early in the boot process,
> so provide a fallback value, by re-using the already existing
> CONFIG_PL011_CLOCK variable.
>
> Signed-off-by: Andre Przywara
A good start for other platforms to follow.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
It's a bit of duplication but what can we do. We need to inspect the
flash to find the DTB that defines where the flash is. We can certainly
live with this bootstrapping as a compromise.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Wed, Mar 25, 2020 at 3:47 PM Andre Przywara wrote:
> So far the Juno board wasn't implementing reset. Let's just use the
> already existing PSCI_RESET based method to avoid any extra code.
>
> Signed-off-by: Andre Przywara
> Acked-by: Liviu Dudau
Reviewed-by: Lin
Juno r0)
> for loading.
>
> Signed-off-by: Andre Przywara
> Acked-by: Liviu Dudau
Excellent.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Wed, Mar 25, 2020 at 3:47 PM Andre Przywara wrote:
> CONFIG_SEMIHOSTING is selected for the VFP target by the means of
> Kconfig already, there is no need to check this in the header file.
>
> Signed-off-by: Andre Przywara
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Sat, May 15, 2021 at 3:34 AM Tom Rini wrote:
> These boards have not been converted to CONFIG_DM_PCI by the deadline.
> Remove them.
>
> Cc: Linus Walleij
> Signed-off-by: Tom Rini
> ---
> I haven't fully streamlined things for integatorcp-only, in case you
> wi
We didn't convert the Integrator to use DM for PCI in
time, and we don't use it either so let's just drop
PCI support from the Integrator.
Signed-off-by: Linus Walleij
---
board/armltd/integrator/Makefile| 1 -
board/armltd/integrator/integrator.c| 1 -
board/ar
t;) fully embraces the
> new Driver Model and device trees where possible, so this is
> preparation to add a new, simplified GPIO driver based on DM_GPIO.
>
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
egisters that allow updating the state without having to read the
> existing state.
>
> The driver implements support for it for use together with DM_GPIO
> and the existing ste-dbx5x0.dtsi device tree.
>
> Cc: Linus Walleij
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Fri, Jul 2, 2021 at 6:00 PM Stephan Gerhold wrote:
> Simplify the code a bit by using dev_read_addr_ptr() instead of
> dev_read_addr(). This avoids having to cast explicitly to the
> struct nomadik_mtu_regs.
>
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
and mode displays) we need to explicitly
> trigger a software sync. This is done through the video_sync()
> callback that triggers the sync and wait for completion.
>
> Cc: Linus Walleij
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
t the moment.
> Therefore, one very simple approach that works fine is to select
> the mode to configure at compile time. When the MUSB driver is
> configured in host mode the PHY is configured in host mode, and
> similarly when the MUSB driver is configured in device/gadget mode.
>
ogether with a generic PHY.
> There are no SoC-specific registers etc needed to make USB work.
>
> The new Ux500 glue driver is only tested to work with DM_USB
> and DM_USB_GADGET. Both host and gadget mode work fine on
> the u8500 "stemmy" board that is already present in U-
the u8500 "stemmy" board that is already present
> in U-Boot.
The series:
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
enerate ATAGS in U-Boot
> (asm/setup.h) can also be easily used to parse them.
>
> Also clarify and simplify stemmy.h a bit to make it more clear where
> some of the magic values in there are actually coming from.
>
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
&g
SERIAL that is also passed by the Samsung bootloader.
>
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
distributions and UEFI work out of the box.
> The NOR flash kernel functionality is still preserved as the last
> resort, should all other methods fail.
>
> Signed-off-by: Andre Przywara
Looks helpful!
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Tue, Nov 19, 2019 at 7:44 PM Heinrich Schuchardt wrote:
> Tom suggested to disable UEFI by default on ARM11 to reduce the size of
> the U-Boot binary. This would concern the following boards:
(...)
> integratorcp_cm1136_defconfig
That's fine to go without UEFI.
Yours,
m
> Signed-off-by: Heinrich Schuchardt
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
On Tue, Apr 7, 2020 at 1:13 PM Andre Przywara wrote:
> CONFIG_SEMIHOSTING is selected for the VFP target by the means of
> Kconfig already, there is no need to check this in the header file.
>
> Signed-off-by: Andre Przywara
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
ks
for doing this.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Thu, Jun 11, 2020 at 1:04 PM Andre Przywara wrote:
> The arch timer on 64-bit Arm Ltd. platforms is driven by a 24 MHz
> crystal oscillator, so the frequency is not 25165824 MHz, as the current
> code suggests.
>
> Signed-off-by: Andre Przywara
Reviewed-by: Linus Walleij
orld having a unique MAC address
> sitting in some on-NIC storage is considered the normal case.
>
> If there is a properly provided MAC address (either from ROM or from DT),
> remove the warning to not scare the user unnecessarily.
>
> Signed-off-by: Andre Przywara
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
gt; This fixes MAC address issues when using the driver in DM_ETH "mode".
>
> Signed-off-by: Andre Przywara
Oups. That explains why the ethernet addresses were looking
so funny at times.
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Thu, Jun 11, 2020 at 1:04 PM Andre Przywara wrote:
> The smc911X driver is now DM enabled, so we can switch the Juno board
> over to use DM_ETH for the on-board Fast Ethernet device.
> Works out of the box by using the DT.
>
> Signed-off-by: Andre Przywara
Reviewed-by: Linus
; DM_PCI_COMPAT to covert the rest of the interface.
>
> Signed-off-by: Andre Przywara
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
PCIe devices.
>
> Add the respective options to the Juno defconfig to enable the PCI
> framework and the generic ECAM driver, and initialise the driver upon
> loading U-Boot.
>
> Make some functions in the Juno PCIe init code static on the way.
>
> Signed-off-by: Andre Przywara
E
from SATA disks.
>
> Tested by loading kernels and Grub/EFI from an SSD and successfully
> booting a Linux system (with and without using UEFI).
>
> Signed-off-by: Andre Przywara
Nice!!
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
merge in Linux 5.6)
>
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
n future patches.
>
> Cc: Mathieu Poirier
> Cc: John Rigby
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Sat, Jan 4, 2020 at 6:48 PM Stephan Gerhold wrote:
> Add myself as maintainer for ST-Ericsson U8500 SoC to MAINTAINERS.
> Linus Walleij usually reviews all Ux500 related patches,
> so add him as a reviewer.
>
> Cc: Linus Walleij
> Signed-off-by: Stephan Gerhold
Reviewed
t; flashing Android boot images through Samsung's proprietary download
> mode.
>
> The Samsung "stemmy" board covers all Samsung devices based on U8500.
> Add minimal support for "stemmy". For now only UART is supported but
> this will be extended later.
>
> Signed-off-by: Stephan Gerhold
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
-off-by: Linus Walleij
---
MAINTAINERS | 7 ++
README | 1 +
cmd/Kconfig | 6 ++
cmd/Makefile| 1 +
cmd/seama.c | 158
doc/usage/cmd/seama.rst | 60 +++
doc/usage/index.rst
-Boot.
While it is a bit tailored to this usecase (it can probably
also be used with the DIR-885L without modifications) it
forms a base that can be used to support more Northstar
boards.
I have this working with DIR-890L and OpenWrt:
https://dflund.se/~triad/krad/dlink-dir-890l/
Linus Walleij (3):
Linux kernel and OpenWrt
as it is used in many routers.
Since we currently don't need any chip-specific quirks
and can get the system up from just the device tree, a
mach-* directory doesn't even need to be added, just
some small Kconfig fragments.
Cc: Rafał Miłecki
Signed-off-by: Lin
This brings in the main SoC device tree used by the
Broadcom Northstar chipset, i.e. BCM4709x and BCM5301x.
This is taken from the latest Linux kernel.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
arch/arm/dts/bcm5301x.dtsi | 581
include/dt-bindings
ad command, so we are currently not adding
support for things such as networking.
If other board need other ECC for example, they need to
create a separate DTS file and augment the code, but I don't
know if any other users will turn up.
Cc: Rafał Miłecki
Signed-off-by: Linus Walleij
---
a
On Fri, Feb 3, 2023 at 9:48 AM Michael Nazzareno Trimarchi
wrote:
> On Thu, Jan 26, 2023 at 6:39 PM William Zhang
> wrote:
> >
> >
> >
> > On 01/26/2023 12:43 AM, Linus Walleij wrote:
> > > On Thu, Jan 26, 2023 at 2:02 AM William Zhang
> > > wrote
1 - 100 of 423 matches
Mail list logo