Re: [PATCH v1] x86: tangier: Find proper memory region for relocation

2020-12-15 Thread Bin Meng
Hi Andy, On Tue, Dec 15, 2020 at 6:04 PM Andy Shevchenko wrote: > > On Mon, Nov 30, 2020 at 01:12:17PM -0700, Simon Glass wrote: > > On Fri, 27 Nov 2020 at 05:40, Andy Shevchenko > > wrote: > > > > > > It appears that U-Boot works by luck on Intel Edison board because the > > > amount > > > of

Re: [PATCH 01/14] qemu: arm: Use the generated DTB only when CONGIG_OF_BOARD is defined

2020-12-15 Thread Heinrich Schuchardt
On 15.12.20 12:10, Sughosh Ganu wrote: > > On Wed, 9 Dec 2020 at 03:24, Heinrich Schuchardt > wrote: > > On 12/8/20 10:19 AM, Sughosh Ganu wrote: > > > > On Tue, 8 Dec 2020 at 14:32, Heinrich Schuchardt > mailto:xypron.g...@gmx.de> > >

Re: A3720 - Disable slot when eMMC is not present

2020-12-15 Thread Pali Rohár
Hello! On Monday 14 December 2020 13:38:07 Andre Heider wrote: > On 08/12/2020 11:08, Pali Rohár wrote: > > Hello! I looked at what is initialized and enabled for sd/emmc slots and > > I found out that comphy mmc needs to be enabled if at least one slot is > > used (e.g. SD card) and then remainin

[PATCH v2 1/1] doc: move README.NetConsole to HTML documentation

2020-12-15 Thread Heinrich Schuchardt
Convert README.NetConsole to reStructured text and move it to doc/usage/netconsole.rst. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- v2: add changes to doc/usage/index.rst --- doc/README.NetConsole| 97 -- doc/usage/index.rst

[PATCH 1/1] doc: move pstore.rst to usage/pstore.rst

2020-12-15 Thread Heinrich Schuchardt
Let's have a separate chapter dedicated to using U-Boot. Signed-off-by: Heinrich Schuchardt --- v2: add doc/usage/index.rst --- doc/index.rst| 8 + doc/pstore.rst | 82 doc/usage/index.rst | 12 +++ doc/usage/pstore.rst

Re: [PATCH 01/14] qemu: arm: Use the generated DTB only when CONGIG_OF_BOARD is defined

2020-12-15 Thread Sughosh Ganu
On Wed, 9 Dec 2020 at 03:24, Heinrich Schuchardt wrote: > On 12/8/20 10:19 AM, Sughosh Ganu wrote: > > > > On Tue, 8 Dec 2020 at 14:32, Heinrich Schuchardt > > wrote: > > > > On 08.12.20 06:28, Sughosh Ganu wrote: > > > > > > On Mon, 7 Dec 2020 at 23:28,

Re: [PATCH v1] x86: tangier: Find proper memory region for relocation

2020-12-15 Thread Andy Shevchenko
On Mon, Nov 30, 2020 at 01:12:17PM -0700, Simon Glass wrote: > On Fri, 27 Nov 2020 at 05:40, Andy Shevchenko > wrote: > > > > It appears that U-Boot works by luck on Intel Edison board because the > > amount > > of RAM is less than 1 GB and standard way of calculating the top of it work > > for t

Re: [PATCH] pinctrl: meson: fix bit manipulation of pin bias configuration

2020-12-15 Thread Otto Meier
Hi, I tested it also with newest U-boot DMI: Hardkernel Co., Ltd. ODROID-C2/ODROID-C2, BIOS 2021.01-rc3-00134-gf40825e18e-dirty 12/15/2020 and it definitly fixes the emmc boot issue. Am 15.12.20 um 08:52 schrieb Neil Armstrong: On 14/12/2020 21:48, Anton Arapov wrote: Hi Neil, I tested it

[PATCH v2 2/2] config: Enable iProc RNG200 driver in RPi4 configs

2020-12-15 Thread matthias . bgg
From: Matthias Brugger We find the iProc RNG200 in the Raspberry Pi 4. Add it to all it's config so that it can be used. Signed-off-by: Matthias Brugger --- Changes in v2: - fix defconfigs using savedefconfig (Heinrich) configs/rpi_4_32b_defconfig | 2 ++ configs/rpi_4_defconfig | 2 ++

[PATCH v2 1/2] rng: Add iProc RNG200 driver

2020-12-15 Thread matthias . bgg
From: Matthias Brugger Add support for random number generator RNG200. This is for example found on RPi4. Signed-off-by: Matthias Brugger --- Changes in v2: None drivers/rng/Kconfig| 6 ++ drivers/rng/Makefile | 1 + drivers/rng/iproc_rng200.c | 186

Re: [PATCH v2 00/26] dm: Change the way sequence numbers are implemented

2020-12-15 Thread Michael Walle
Hi Simon, Am 2020-12-15 05:28, schrieb Simon Glass: On Sat, 12 Dec 2020 at 11:38, Simon Glass wrote: On Sat, 12 Dec 2020 at 10:53, Michael Walle wrote: > Am 2020-12-12 16:39, schrieb Simon Glass: > >> Sequence numbers looks good, but PCI still doesnt work on my board. > > > > Thanks for tryin

[PULL u-boot] Please pull u-boot-amlogic-20201215

2020-12-15 Thread Neil Armstrong
ot-amlogic-20201215 for you to fetch changes up to 5ccd5d2cc98224108ae9fb09593a862c9caa5e80: pinctrl: meson: fix bit manipulation of pin bias configuration (2020-12-14 19:58:54 +0100) - fix pinctrl BIAS setup which caused failure on

Re: [PATCH v6 6/7] riscv: Add Microchip MPFS Icicle Kit support

2020-12-15 Thread Bin Meng
On Mon, Dec 14, 2020 at 7:08 PM Padmarao Begari wrote: > > This patch adds Microchip MPFS Icicle Kit support. For now, only > NS16550 Serial, Microchip clock, Cadence eMMC and MACB drivers are > enabled. The Microchip MPFS Icicle defconfig by default builds > U-Boot for S-Mode because U-Boot on Mi

Re: [PATCH v6 4/7] clk: Add Microchip PolarFire SoC clock driver

2020-12-15 Thread Bin Meng
On Mon, Dec 14, 2020 at 7:08 PM Padmarao Begari wrote: > > Add clock driver code for the Microchip PolarFire SoC. This driver > handles reset and clock control of the Microchip PolarFire SoC device. > > Signed-off-by: Padmarao Begari > Reviewed-by: Anup Patel > --- > drivers/clk/Kconfig

Re: [PATCH v6 2/7] net: macb: Add DMA 64-bit address support for macb

2020-12-15 Thread Bin Meng
On Mon, Dec 14, 2020 at 7:08 PM Padmarao Begari wrote: > > Enable 32-bit or 64-bit DMA in the macb driver based on the macb > hardware compatibility and it is configured with structure macb_config > in the driver. > > The Microchip PolarFire SoC Memory Protection Unit(MPU) gives the 64-bit > DMA a

<    1   2