[U-Boot] [PATCH v5 0/7] Add support for symlink creation in EXT4

2019-02-13 Thread Jean-Jacques Hiblot
This series adds support for the creation of symbolic links on ext4 file-systems. The motivation behind this work is to have the ability to "do" the job of update-alternatives in u-boot. Firmware on TI's platform are usually managed with update-alternatives and are thus targeted by a symbolic

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread Philipp Tomsich
> On 13.02.2019, at 11:33, David Wu wrote: > > > > 在 2019/2/13 下午6:13, Philipp Tomsich 写道: >>> On 13.02.2019, at 11:10, David Wu wrote: >>> >>> Hi Philipp, >>> >>> 在 2019/2/12 下午9:54, Philipp Tomsich 写道: > On 12.02.2019, at 13:38, David Wu wrote: > > Hi Philipp, > >

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread Philipp Tomsich
> On 13.02.2019, at 11:42, David Wu wrote: > > Hi Philipp, > > 在 2019/2/13 下午6:30, Philipp Tomsich 写道: >> The 10k comes from a direct comparison on our RK3399-Q7, after pulling in all >> the required DTS nodes and properties vs. a minimal simple pinctrl for I2C >> only >> (which is ~ 100

Re: [U-Boot] [PATCH 3/4] mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings

2019-02-13 Thread Patrice CHOTARD
I will send a V2, i forgot to remove the "Reviewed-by: CITOOLS ..." Sorry On 2/13/19 11:39 AM, Patrice Chotard wrote: > From: Patrick Delaunay > > Some properties name has been updated: > - st,dirpol becomes st,sig-dir > - st,negedge becomes st,neg-edge > - st,pin-ckin becomes

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread David Wu
Hi Philipp, 在 2019/2/13 下午6:30, Philipp Tomsich 写道: The 10k comes from a direct comparison on our RK3399-Q7, after pulling in all the required DTS nodes and properties vs. a minimal simple pinctrl for I2C only (which is ~ 100 bytes of code). So according to your mind, do not use DTS at the

[U-Boot] [PATCH 4/4] mmc: stm32_sdmmc2: Fix r1b timeout issue

2019-02-13 Thread Patrice Chotard
From: Christophe Kerello On response type r1b, if DTIME is not defined or too short, the Datatimeout and DPSM flag occurs. Like the DPSM is activated all next data transfer will be frozen. To avoid this freeze: -The driver must define a DTIME on all r1b response type. -DTIME of SDMMC

[U-Boot] [PATCH 1/4] ARM: dts: stm32: Update sdmmc binding for stm32h743i-eval

2019-02-13 Thread Patrice Chotard
From: Patrick Delaunay Update some sdmmc properties which have been updated with v4.19 DT bindings: - st,dirpol becomes st,sig-dir - st,negedge becomes st,neg-edge - st,pin-ckin becomes st,use-ckin Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard ---

[U-Boot] [PATCH 2/4] ARM: dts: stm32: Update sdmmc binding for stm32mp157c-ed1

2019-02-13 Thread Patrice Chotard
Update some sdmmc properties which have been updated with v4.19 DT bindings: - st,dirpol becomes st,sig-dir - st,negedge becomes st,neg-edge - st,pin-ckin becomes st,use-ckin Signed-off-by: Patrice Chotard --- arch/arm/dts/stm32mp157c-ed1.dts | 10 +- 1 file changed,

[U-Boot] [PATCH 0/4] Update stm32_sdmmc2 driver and DT bindings

2019-02-13 Thread Patrice Chotard
This series: - Update stm32_sdmmc2 driver to be synced with v4.19 kernel DT bindings. - Fix r1b timeout issue for stm32_sdmmc2 driver. - Update stm32h743i-eval and stm32mp157c-ed1 DT to be sync with new sdmmc DT bindings. Christophe Kerello (1): mmc: stm32_sdmmc2: Fix r1b timeout issue

[U-Boot] [PATCH 3/4] mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings

2019-02-13 Thread Patrice Chotard
From: Patrick Delaunay Some properties name has been updated: - st,dirpol becomes st,sig-dir - st,negedge becomes st,neg-edge - st,pin-ckin becomes st,use-ckin Signed-off-by: Patrick Delaunay Reviewed-by: CITOOLS Signed-off-by: Patrice Chotard --- drivers/mmc/stm32_sdmmc2.c | 6

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread David Wu
在 2019/2/13 下午6:13, Philipp Tomsich 写道: On 13.02.2019, at 11:10, David Wu wrote: Hi Philipp, 在 2019/2/12 下午9:54, Philipp Tomsich 写道: On 12.02.2019, at 13:38, David Wu wrote: Hi Philipp, 在 2019/2/10 上午2:24, Philipp Tomsich 写道: That said, I have been fighting issues from this patchset

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread Philipp Tomsich
David, > On 13.02.2019, at 11:28, David Wu wrote: > > Hi Philipp, > > 在 2019/2/12 下午9:53, Philipp Tomsich 写道: >>> On 12.02.2019, at 13:38, David Wu wrote: >>> >>> Hi Philipp, >>> >>> 在 2019/2/10 上午2:24, Philipp Tomsich 写道: That said, I have been fighting issues from this patchset when

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread David Wu
Hi Philipp, 在 2019/2/12 下午9:53, Philipp Tomsich 写道: On 12.02.2019, at 13:38, David Wu wrote: Hi Philipp, 在 2019/2/10 上午2:24, Philipp Tomsich 写道: That said, I have been fighting issues from this patchset when trying to read from devices on the i2c0 bus on a RK3399—which had me add a

Re: [U-Boot] [PATCH 10/10] board: sopine: Enable SPI/SPI-FLASH

2019-02-13 Thread Jagan Teki
On Wed, Feb 13, 2019 at 6:53 AM André Przywara wrote: > > On 09/02/2019 13:15, Jagan Teki wrote: > > Sopine has Winbond SPI flash, so enable the same to use > > flash on Sopine board. > > > > Signed-off-by: Jagan Teki > > --- > > arch/arm/dts/sun50i-a64-sopine-baseboard-u-boot.dtsi | 12

Re: [U-Boot] [PATCH 03/10] spi: sun4i: Simplify reg writes using set/clrbits_le32

2019-02-13 Thread Jagan Teki
On Wed, Feb 13, 2019 at 6:46 AM André Przywara wrote: > > On 09/02/2019 13:14, Jagan Teki wrote: > > Update the existing register writes using setbits_le32 and > > clrbits_le32 in required places. > > > > Signed-off-by: Jagan Teki > > --- > > drivers/spi/sun4i_spi.c | 21 - >

Re: [U-Boot] [PATCH 07/10] spi: sun4: Add A31 spi controller support

2019-02-13 Thread Andre Przywara
On Wed, 13 Feb 2019 11:20:11 +0800 Chen-Yu Tsai wrote: Hi Chen-Yu, > On Wed, Feb 13, 2019 at 9:21 AM André Przywara wrote: > > > > On 09/02/2019 13:14, Jagan Teki wrote: > > > Add A31 spi controller support for existing sun4i_spi driver via driver > > > data, this would simply add A31

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread Philipp Tomsich
> On 13.02.2019, at 11:10, David Wu wrote: > > Hi Philipp, > > 在 2019/2/12 下午9:54, Philipp Tomsich 写道: >>> On 12.02.2019, at 13:38, David Wu wrote: >>> >>> Hi Philipp, >>> >>> 在 2019/2/10 上午2:24, Philipp Tomsich 写道: That said, I have been fighting issues from this patchset when trying

Re: [U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken

2019-02-13 Thread David Wu
Hi Philipp, 在 2019/2/12 下午9:54, Philipp Tomsich 写道: On 12.02.2019, at 13:38, David Wu wrote: Hi Philipp, 在 2019/2/10 上午2:24, Philipp Tomsich 写道: That said, I have been fighting issues from this patchset when trying to read from devices on the i2c0 bus on a RK3399—which had me add a

Re: [U-Boot] [PATCH v7 14/15] doc: Add a readme guide for SiFive FU540

2019-02-13 Thread Auer, Lukas
On Wed, 2019-02-13 at 01:31 +, Atish Patra wrote: > > On Feb 12, 2019, at 4:18 PM, Kevin Hilman > > wrote: > > > > Anup Patel writes: > > > > > From: Atish Patra > > > > > > The readme guide describes the procedure to build, flash and boot > > > Linux > > > using U-Boot on HiFive

Re: [U-Boot] [PATCH 32/33] x86: sound: Add sound support for samus (broadwell)

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Add a sound driver for samus which ties together the audio codec and > I2S controller. > > Signed-off-by: Simon Glass > --- > > drivers/sound/Makefile | 2 +- > drivers/sound/broadwell_sound.c | 65

Re: [U-Boot] [PATCH 33/33] x86: Add sound support for samus

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Enable sound on samus using the broadwell I2S and an RT5677 audio codec. > > Signed-off-by: Simon Glass > --- > > arch/x86/dts/chromebook_samus.dts | 49 +++--- > configs/chromebook_samus_defconfig | 9

Re: [U-Boot] [PATCH v7 00/15] SiFive FU540 Support

2019-02-13 Thread Auer, Lukas
On Wed, 2019-02-13 at 10:35 +0100, Andreas Schwab wrote: > On Feb 13 2019, Anup Patel wrote: > > > General practice (atlease what I have seen on few boards), is that > > board > > will have unique MAC address printed/labelled for each Ethernet > > port. We > > can just set-and-save "ethaddr"

Re: [U-Boot] [PATCH 18/33] x86: ivybridge: Add a way to get the HDA config setting

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Add a way check to whether HD audio is enabled. Use ioctl() to avoid > adding too many unusual operations to PCH. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/bd82x6x.c | 19 +++ > include/pch.h

Re: [U-Boot] [PATCH 15/33] x86: sandbox: pch: Add a CONFIG option for PCH

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present this uclass is selected only on x86. In order to add a test for > it, it must also support sandbox. Create a new CONFIG_PCH option and > enable it on x86 and sandbox. > > Signed-off-by: Simon Glass > --- > > arch/Kconfig|

Re: [U-Boot] [PATCH 29/33] x86: broadwell: Add support for serial I/O devices

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Add support for initing the I2C device and ADSP on broadwell. These are > needed for sound to work. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/broadwell/pch.c | 110 ++ >

Re: [U-Boot] [PATCH 22/33] sandbox: sound: Silence sound for testing

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > When testing the sound system we don't need the hear the beeps. The > testing works by checking the data that would be emitted. Add a > device-tree property to silence the sound, and enable it for testing. > > Signed-off-by: Simon

Re: [U-Boot] [PATCH 13/33] x86: samus: Increase the pre-reloc memory

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This is too small now, likely due to the pre_reloc_only fixes. Increase > it. > > Signed-off-by: Simon Glass > --- > > configs/chromebook_samus_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng

Re: [U-Boot] [PATCH 27/33] x86: broadwell: Add support for the ADSP

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > The Application Digital Signal Processor is used for sound processing with > broadwell. Add a driver to support this. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/broadwell/Makefile| 1 + >

Re: [U-Boot] [PATCH 19/33] sound: Mark sound_setup() as optional

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This method in the sound API is optional since some drivers can do this > when probing or as part of SoC init. Mark it as such. > > Signed-off-by: Simon Glass > --- > > drivers/sound/sound-uclass.c | 2 +- > include/sound.h | 2

Re: [U-Boot] [PATCH 31/33] sound: Add a driver for RealTek RT5677

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This audio codec is used on samus. Add a driver for it. > > Signed-off-by: Simon Glass > --- > > drivers/sound/Kconfig |9 + > drivers/sound/Makefile |1 + > drivers/sound/rt5677.c | 334 ++ > drivers/sound/rt5677.h | 1428

Re: [U-Boot] [PATCH 23/33] sound: x86: link: Add sound support

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Add sound support for link, using the HDA codec implementation. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/Kconfig| 1 + > arch/x86/cpu/ivybridge/northbridge.c | 27 >

Re: [U-Boot] [PATCH 25/33] sound: Add a driver for the i8254 beep

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Add a sound driver which can output simple beeps using this legacy timer. > > Signed-off-by: Simon Glass > --- > > drivers/sound/Kconfig | 12 > drivers/sound/Makefile | 1 + > drivers/sound/i8254_beep.c |

Re: [U-Boot] [PATCH 30/33] x86: sound: Add support for broadwell I2S

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > I2S is used to send digital audio data to an audio codec. Add support for > this on broadwell. > > Signed-off-by: Simon Glass > --- > > drivers/sound/Makefile| 1 + > drivers/sound/broadwell_i2s.c | 306

Re: [U-Boot] [PATCH 14/33] x86: link: Increase malloc size and decrease code size

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present link does not boot since it has outgrown its pre-relocation > malloc() size and its assigned code area. Increase the former and drop > EFI loader support, which adds about 45KB! > > Signed-off-by: Simon Glass > --- > >

Re: [U-Boot] [PATCH 10/33] pci: Add IDs for Intel high-definition audio

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Add a few IDs for common HDA blocks and the ADSP used on samus. > > Signed-off-by: Simon Glass > --- > > include/pci_ids.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/pci_ids.h b/include/pci_ids.h > index

Re: [U-Boot] [PATCH 26/33] x86: coreboot: Enable the beeper sound driver

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Use the i8254 sound driver to support creating simple beeps. > > Signed-off-by: Simon Glass > --- > > configs/coreboot_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Bin Meng

Re: [U-Boot] [PATCH 17/33] pch: Add ioctl support

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present the PCH has 4 operations and these are reasonably widely used > in the drivers. But sometimes we want to add rarely used operations, and > each of these currently adds to the size of the PCH operations table. > > Add an

Re: [U-Boot] [PATCH 21/33] sound: Add support for Intel HDA

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > The Intel High-definition Audio is a newer-generation audio system which > provides for transfer of a large number of audio stream, each containing > up to 16 channels. > > Add support for HDA as a library which can be used by

Re: [U-Boot] [PATCH 24/33] sound: x86: Add beeping support in i8254

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Adjust the code to allow beeping at different frequencies, using a > calculated value for timer 2. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/i8254.h | 18 ++ > arch/x86/lib/i8254.c | 36

Re: [U-Boot] [PATCH 08/33] gpio: Show inactive GPIOs when explicitly requested

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present the gpio command only shows GPIOs which are marked as in use. > This makes sense with 'gpio status' since we already have the '-a' flag > to indicate that all GPIOs should be shown. But when a particular GPIO is >

Re: [U-Boot] [PATCH 09/33] gpio: Use case-insentive matching on the GPIO name

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Allow the 'gpio' command to match GPIO bank names regardless of the case > of each. While these are generally in upper case, it is useful to be able > to provide lower case with the command. > > Signed-off-by: Simon Glass > --- > >

Re: [U-Boot] [PATCH 12/33] x86: Adjust I/O macros to work on 64-bit machines

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present these macros give warnings on 64-bit machines and do not > correctly do 32-bit accesses. Update them to use linux types. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/io.h | 16 > 1 file changed,

Re: [U-Boot] [PATCH 28/33] x86: broadwell: Don't bother probing the PCH for pinctrl

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present the pinctrl probes the PCH but since it only uses it to obtain > a PCI address, this is no necessary. Avoiding this fixes one of the two > co-dependent loops in broadwell. > > This driver really should be a proper pinctrl driver,

Re: [U-Boot] [PATCH 11/33] sandbox: Add a note about the growing state_info struct

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This struct is getting larger and in some cases is being used for things > which would be better put into a driver. For example hwspinlock is not > used outside of sandbox_hwspinlock.c. > > Add a note to encourage people to put things

Re: [U-Boot] [PATCH 20/33] sound: Add uclass operations for beeping

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > Some audio codecs such as Intel HDA do not need to use digital data to > play sounds, but instead have a way to emit beeps. Add this interface as > an option. If the beep interface is not supported, then the sound uclass > falls back to the

Re: [U-Boot] [PATCH 16/33] sandbox: pch: Add a test for the PCH uclass

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This uclass currently has no tests. Add a sandbox driver and some simple > tests to provide basic coverage. > > Signed-off-by: Simon Glass > --- > > arch/sandbox/dts/test.dts | 4 ++ > arch/sandbox/include/asm/test.h | 8

Re: [U-Boot] [PATCH 07/33] pci: Fix comment in struct pci_child_platdata

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This is platdata, not private data, so the comment is currently incorrect. > Fix it to avoid confusion. > > Signed-off-by: Simon Glass > --- > > include/pci.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng

Re: [U-Boot] [PATCH 05/33] i2c: designware: Add error checking on init

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present this driver does not check whether it is able to actually > communicate with the I2C controller. It prints a timeout message but still > considers the probe to be successful. > > To fix this, add some checking that the init

Re: [U-Boot] [PATCH 04/33] dm: syscon: Don't require a regmap for PCI devices

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present it is not possible to use the syscon devices for PCI devices > since a regmap is required. Since PCI uses a 3-cell address the conversion > of the 'reg' property to an address always fails. In any case, the regmap > is not useful

Re: [U-Boot] [PATCH 03/33] log: Allow #define LOG_DEBUG to enable logging in a file

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present it is possible to '#define DEBUG' at the top of a file which > causes all debug() statements in that file to become active. There is > currently no equivalent with logging, but this is a useful function. > > Add a

Re: [U-Boot] [PATCH 06/33] pci: Don't export pci_hose_config_device()

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > This function is not used outside this file so make it static. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci.c | 7 ++- > include/pci.h | 6 -- > 2 files changed, 2 insertions(+), 11 deletions(-) > Reviewed-by: Bin

Re: [U-Boot] [PATCH 02/33] log: Add documentation for convenience functions

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > The log_debug(), etc. function are documented only in the header file at > present. Add a section to README.log also. > > Signed-off-by: Simon Glass > --- > > doc/README.log | 26 ++ > 1 file changed, 26

Re: [U-Boot] [PATCH 01/33] log: Add a Kconfig option to set the default log level

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > At present the default log level is set to LOGL_INFO on start-up. Allow > this to be controlled from Kconfig. > > Signed-off-by: Simon Glass > --- > > common/Kconfig | 9 + > common/log.c | 2 +- > 2 files changed, 10

Re: [U-Boot] [PATCH v7 00/15] SiFive FU540 Support

2019-02-13 Thread Andreas Schwab
On Feb 13 2019, Anup Patel wrote: > General practice (atlease what I have seen on few boards), is that board > will have unique MAC address printed/labelled for each Ethernet port. We > can just set-and-save "ethaddr" U-Boot env variable based on MAC address > printed on board. > >

Re: [U-Boot] [PATCH v7 00/15] SiFive FU540 Support

2019-02-13 Thread Andreas Schwab
On Feb 13 2019, Alexander Graf wrote: > The DT is supplied via SD card That's not true by default. It is part of the FSBL, I think. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something

[U-Boot] [PATCH] net:phy:aquantia Set only autoneg on in register 4.c441

2019-02-13 Thread Valentin-catalin Neacsu
For AQR405 in register 4.c441 bit 15 was override with 0. This caused the phy to not negotiate at 2.5GB rate with mac. To avoid this override it needed first to know the previous value of reg 4.c441 and set only bit 3. Signed-off-by: Valentin Catalin Neacsu --- drivers/net/phy/aquantia.c | 7

[U-Boot] [PATCH] hikey: Allow environment to store in eMMC and increase bootdelay

2019-02-13 Thread Manivannan Sadhasivam
Current Hikey configuration allows us to store u-boot environment on uSD card. But this will be useless if uSD card is not inserted, hence use the onboard eMMC memory for storing environment at Boot1 partition. While we are at it, let's increase the boot delay to 10s also. Signed-off-by:

Re: [U-Boot] [RFC PATCH 3/3] sunxi: Fix A33 memory initialization

2019-02-13 Thread Michael Nazzareno Trimarchi
Hi Maxime On Wed, Feb 13, 2019 at 9:45 AM Maxime Ripard wrote: > > On Tue, Feb 12, 2019 at 05:57:08PM +0100, Michael Trimarchi wrote: > > Set two rank timing and exit self-refresh timing seems not done > > properly. > > Why? > > Seriously, a commit log isn't there to vaguely describe whatever >

[U-Boot] [PULL] efi patch queue 2019-02-13

2019-02-13 Thread Alexander Graf
Hi Tom, This is my current patch queue for efi. Please pull. Alex The following changes since commit b1b1bab7f92b838a252ab977f56d9c3584c14fb7: test/py: use default load address for tftp (2019-02-12 07:19:24 -0500) are available in the git repository at:

Re: [U-Boot] [RFC PATCH 3/3] sunxi: Fix A33 memory initialization

2019-02-13 Thread Maxime Ripard
On Tue, Feb 12, 2019 at 05:57:08PM +0100, Michael Trimarchi wrote: > Set two rank timing and exit self-refresh timing seems not done > properly. Why? Seriously, a commit log isn't there to vaguely describe whatever you're doing. It's there to expose what precise issue you faced, and how you

Re: [U-Boot] [RFC PATCH 2/3] sunxi: Don't change the rank in dram size detection in A33

2019-02-13 Thread Maxime Ripard
On Tue, Feb 12, 2019 at 05:57:07PM +0100, Michael Trimarchi wrote: > Change the size create a glitch in the clke signal on second > bank. Which glitch? > The glitch can generate problem in memory initialiazation Which problem? on which board? How do we reproduce it? Maxime -- Maxime Ripard,

Re: [U-Boot] [PATCH v7 00/15] SiFive FU540 Support

2019-02-13 Thread Alexander Graf
On 13.02.19 02:31, Bin Meng wrote: > On Tue, Feb 12, 2019 at 6:23 PM Andreas Schwab wrote: >> >> On Feb 12 2019, Bin Meng wrote: >> >>> The env var is stored in whatever supported media in U-Boot. Not like >>> PCI NICs which normally have EEPROM to store pre-flashed MAC address >>> by their

Re: [U-Boot] [PATCH v7 3/7] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading

2019-02-13 Thread Chee, Tien Fong
On Fri, 2019-02-01 at 09:29 +0100, Marek Vasut wrote: > On 2/1/19 5:04 AM, Chee, Tien Fong wrote: > > > > On Thu, 2019-01-31 at 15:55 +0100, Marek Vasut wrote: > > > > > > On 1/31/19 3:51 PM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > > > > > > Add

<    1   2   3