Public_exponent is a 64-bit data, which is stored in the device tree
blob in a 32-bit alignment address. This causes a problem for ARM64 when
public_exponent is read out one shot as a 64-bit data from an unaligned
address. Hence, to solve this problem, public_exponent is read out as two
32-bit data
Hello Simon,
on qemu-arm_defconfig fails with
=> ut overlay
Running 9 overlay tests
Test: fdt_overlay_add_node_by_path
test/overlay/cmd_ut_overlay.c:127, fdt_overlay_add_node_by_path(): off >= 0
Test: fdt_overlay_add_node_by_phandle
test/overlay/cmd_ut_overlay.c:113, fdt_overlay_add_node_by_phand
The uts created in do_ut_overlay() is not the one used in
cmd_ut_category(). Currently all tests are therefore called with
uts->priv = NULL and fail.
Using a static variable is the easiest fix here.
Fixes: e93232e15ec9 ("test: overlay: Use cmd_ut_category()")
Signed-off-by: Heinrich Schuchardt
-
This driver supports the pin and gpio controller found in the Ocelot and
Luton SoCs.
The driver was inspired from the pinctrl driver in Linux, but was
simplified and was modified to allow supporting an other SoCs (Luton).
For Ocelot and Luton the controller is the same, only the pins to program
d
Hi,
On mar., oct. 09 2018, Gregory CLEMENT wrote:
> The VCore III SoCs such as the Luton but also the Ocelot can remap an SPI
> flash directly in memory. However, for writing in the flash the
> communication has to be done by software.
>
> Each of the signal used for the SPI are exposed in a s
Hello Alex,
the patch 7a82c3051c8f ("efi_loader: Align runtime section to 64kb")
currently breaks booting Linux on the Odroid-C2.
Output stops for kernel 4.18 after earlycon is replaced:
[0.012518] console [tty0] enabled
[0.015923] bootconsole [meson0] disabled
Without your patch it conti
On Fri, Dec 07, 2018 at 11:02:03AM +0100, Neil Armstrong wrote:
> Hi Tom,
>
> Two simple fixes for the pinctrl driver.
>
> Thanks,
> Neil
>
> The following changes since commit d452f27b3ea806fd99aee4b73a723318032c1d5c:
>
> Prepare v2019.01-rc1 (2018-12-03 23:50:13 -0500)
>
> are available i
On Sat, Dec 08, 2018 at 02:24:02AM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this PR.
>
> thanks,
> Jagan.
>
> The following changes since commit 57dbc151437b36cc1105857d222df28b095236d7:
>
> rockchip: rk3399: Add MAINTAINERS entry (2018-12-06 10:24:12 -0500)
>
> are available in t
U-Boot binary has grown in such a way that it goes beyond the reserved
area for the environment variables.
Running "saveenv" causes U-Boot to hang because of this overlap.
Fix this problem by increasing the CONFIG_ENV_OFFSET size.
Also, in order to prevent this same problem to happen again in
th
Hi Jaehoon,
On Mon, Nov 19, 2018 at 10:31 AM Fabio Estevam wrote:
>
> The following hang is observed on a Hummingboard 2 MicroSOM
> i2eX iMX6D - rev 1.3 with no eMMC populated on board:
>
> U-Boot SPL 2018.11+gf6206f8587 (Nov 16 2018 - 00:56:34 +)
> Trying to boot from MMC1
>
> U-Boot 2018.11
Dear Miquel,
In message <20181206162300.7ccfddda@xps13> you wrote:
>
> Do you see another significant impact that must prevent NOR flashes to
> depend on MTD?
My concern here is only resources. If the memory footprint really
does not grow, I'm fine with that. But I somwhow doubt this is
possibl
Hi Jiri, Miquel,
On 24/10/18 15:56, Miquel Raynal wrote:
> Hi Jiri,
>
> Jiri Valek wrote on Fri, 19 Oct 2018 10:15:55
> +0200:
>
>> From: Jiri Valek
>>
>> Currently the badblock skipping fails. SPL loader fails to boot from NAND.
>> End up on message "SPL: failed to boot from all boot devices"
Hi Marek, Robert,
On 05/12/18 15:52, Marek Vasut wrote:
> From: Robert Berger
>
> Signed-off-by: Robert Berger
>
> I received this off-list from Robert, it's a bugfix to mkimage, where
> the IH_TYPE_ enumeration changed recently and broke backward mkimage
> backward compatibility.
>
That's t
Hi Fabio,
On 08/12/18 14:53, Fabio Estevam wrote:
> U-Boot binary has grown in such a way that it goes beyond the reserved
> area for the environment variables.
>
> Running "saveenv" causes U-Boot to hang because of this overlap.
>
> Fix this problem by increasing the CONFIG_ENV_OFFSET size.
>
Hi Stefan,
> From: Stefan Agner
>
> The current bitmap is a bit larger than necessary, it has a black
> border around the Toradex logo. Crop the logo slightly which safes
> some space, useful especially on Colibri VFxx.
I can confirm that those changes, as well as
[PATCH v1] board: toradex: c
Hi Peng,
On 05/11/18 11:01, Peng Fan wrote:
> Build u-boot-dtb.cfgout before checking files, otherwise
> u-boot-dtb.cfgout is generated at late stage and cause final image not
> generated.
>
> Signed-off-by: Peng Fan
> ---
> arch/arm/mach-imx/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1
Hi Fabien,
On 17/10/18 10:33, Fabien Lahoudere wrote:
> From: Denis Zalevskiy
>
> The bus is statically defined, so remove redundant parameters
> from read_vpd() for PPD and Bx50v3.
>
> Signed-off-by: Denis Zalevskiy
> Signed-off-by: Fabien Lahoudere
> ---
Applied to u-boot-imx, master, thank
On 17/10/18 10:33, Fabien Lahoudere wrote:
> From: Denis Zalevskiy
>
> Use standard configuration logic to define EEPROM constants.
> Names are based on VPD_EEPROM_ prefix because EEPROM_ is already
> used by i2c_eeprom driver.
>
> Signed-off-by: Denis Zalevskiy
> Signed-off-by: Fabien Lahoud
On 17/10/18 10:33, Fabien Lahoudere wrote:
> From: Denis Zalevskiy
>
> Bootcount driver should verify size against the maximum available space.
> New configuration parameter adds this capability and keeps backward
> compatibility by providing default value.
>
> Signed-off-by: Denis Zalevskiy
On 17/10/18 10:33, Fabien Lahoudere wrote:
> From: Denis Zalevskiy
>
> If there is an I2C mux, current bus should be switched before
> manipulating with I2C.
>
> Signed-off-by: Denis Zalevskiy
> Signed-off-by: Fabien Lahoudere
> ---
Applied to u-boot-imx, master, thanks !
Best regards,
Stef
On 17/10/18 10:33, Fabien Lahoudere wrote:
> From: Denis Zalevskiy
>
> Merge functionality duplicated in bx50v3 and mx53ppd: the logic
> is the same except that process_vpd is called at different phases.
> Also read_vpd could end up in error, so there is no VPD data in this
> case - it shouldn'
On 17/10/18 10:33, Fabien Lahoudere wrote:
> From: Denis Zalevskiy
>
> u-boot's ext3/4 write/modify functionality sometimes corrupts
> filesystem in the case if it requires recovery (e.g. after unexpected
> shutdown) and we want to avoid the only filesystem modification we
> have - bootcounter
On 29/09/18 14:05, Pierre-Jean Texier wrote:
> This enable FIT image support.
>
> Signed-off-by: Pierre-Jean Texier
> ---
> configs/warp7_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
> index 15a6673..919d484 100644
> --
On 18/10/18 12:27, Xiaoliang Yang wrote:
> Support watchdog driver for fsl-lsch2. It's disabled in default.
> If you want to use it, please enable CONFIG_IMX_WATCHDOG.
> Define CONFIG_WATCHDOG_TIMEOUT_MSECS to set watchdog timeout.
>
> Signed-off-by: Xiaoliang Yang
> ---
> v1->v2: Remove LSCH3
On 18/10/18 12:27, Xiaoliang Yang wrote:
> Add Kconfig option WATCHDOG_RESET_DISABLE to disable watchdog reset
> in imx_watchdog driver, so that the watchdog will not be fed in
> u-boot if CONFIG_WATCHDOG_RESET_DISABLE is enabled.
>
> Signed-off-by: Xiaoliang Yang
> ---
> arch/arm/cpu/armv8/fs
On 24/10/18 10:21, Martin Fuzzey wrote:
> Two variants of controllers are supported:
> V1 (bitwise only) found in
> i.MX21, i.MX27, i.MX31, i.MX51
> V2 (byte operations) found in
> i.MX25, i.MX35, i.MX50, i.MX53
>
> Only tested on i.MX53 hardware but in both modes
> (by modifying the
On 29/10/18 20:21, Michael Heimpold wrote:
> While migrating individual status led usages to Kconfig stuff,
> a (random) value was introduced for this board which does not
> work but produces the following error message during boot:
>
> __led_init: failed requesting GPIO59!
>
> Since Kconfig do
On 29/10/18 20:21, Michael Heimpold wrote:
> CONFIG_CMD_BOOTEFI is enabled by Kconfig default, but rarely
> used on this board/platform.
> So let's disable it for the boards default config.
> This also saves around 16 KiB in the final u-boot.sb.
>
> Signed-off-by: Michael Heimpold
> ---
> conf
On 05/11/18 11:01, Peng Fan wrote:
> config.h is not needed, remove it.
>
> Signed-off-by: Peng Fan
> ---
> board/freescale/imx8qxp_mek/imximage.cfg | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/board/freescale/imx8qxp_mek/imximage.cfg
> b/board/freescale/imx8qxp_mek/imximage.cfg
>
On 08/11/18 11:28, Fabien Lahoudere wrote:
> In order to boot faster with falcon mode, we need to add SPL
> support to riotboard.
>
> Signed-off-by: Fabien Lahoudere
> ---
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
===
On 09/11/18 14:30, Martin Husemann wrote:
> Replace non-portable operator == with =
>
> The operator == in sh(1) / test(1) is non-POSIX and only implemented by
> some shells (like bash). It is equivalent to the standard defined operator =.
>
> ---
> tools/imx_cntr_image.sh | 2 +-
> 1 file cha
On 14/11/18 17:55, Gary Bisson wrote:
> Otherwise can't boot the M4 core as it is impossible to load its
> firmware into the TCM memory.
>
> Signed-off-by: Gary Bisson
> ---
> arch/arm/mach-imx/mx8m/soc.c | 16
> 1 file changed, 16 insertions(+)
>
> diff --git a/arch/arm/mach
On 14/11/18 17:55, Gary Bisson wrote:
> Using ulong is wrong as its size depends on the Host CPU architecture
> (32-bit vs. 64-bit) although the Cortex-M4 is always 32-bit.
>
> Without this patch, the stack and PC are obviously wrong and it
> generates an abort when used on 64-bit processors suc
On 21/11/18 14:50, Parthiban Nallathambi wrote:
> Current implementation of hab_auth_img command needs ivt_offset to
> authenticate the image. But ivt header is placed at the end of image
> date after padding.
>
> This leaves the usage of hab_auth_img command to fixed size or static
> offset for
On 17/11/18 10:10, Peng Fan wrote:
> From: Ye Li
>
> Introduce two board level callback functions to FIT image loading process, and
> a SPL_FIT_FOUND flag to differentiate FIT image or RAW image.
>
> Implement functions in imx common SPL codes to call HAB funtion
> to authenticate the FIT imag
On 20/11/18 00:38, Lukasz Majewski wrote:
> This series enables pinctrl driver for the vybrid NXP SoC.
>
>
> Changes in v2:
> - Remove mux_mask from the imx_pinctrl_soc_info specific for vf610
> - Define vf610 mux_mask in the DTS (as it is read from there)
>
> Lukasz Majewski (3):
> ARM: vyb
On 20/11/18 16:49, Yaniv Levinsky wrote:
> Enable driver model for USB, MMC and REGULATOR drivers.
> Set run-time configuration via Device Tree.
>
> Signed-off-by: Yaniv Levinsky
> ---
> configs/cl-som-imx7_defconfig | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git
Hi Harald,
On 07/12/18 22:18, Harald Seiler wrote:
> Hello Stefano,
>
> On Fri, 2018-12-07 at 19:55 +0100, Stefano Babic wrote:
>> Hi Harald,
>>
>> On 07/12/18 13:18, Marek Vasut wrote:
>>> On 12/07/2018 01:15 PM, Harald Seiler wrote:
Hello Marek,
>>>
>>> Hi,
>>>
On Fri, 2018-12-07 at 1
On AT91 platforms configured for SD_BOOT, this commit avoids the
generation of the PMECC header used for booting from NAND flash. This
issue was found by attempting to boot the SAMA5D3-XPLD board with the
'sama5d3_xplained_mmc_defconfig'.
[PMECC Reference]
http://www.at91.com/linux4sam/bin/view/Li
On Sat, Dec 08, 2018 at 05:26:49PM +0100, Stefano Babic wrote:
> Hi Marek, Robert,
>
> On 05/12/18 15:52, Marek Vasut wrote:
> > From: Robert Berger
> >
> > Signed-off-by: Robert Berger
> >
> > I received this off-list from Robert, it's a bugfix to mkimage, where
> > the IH_TYPE_ enumeration c
Commit 7a82c3051c8f ("efi_loader: Align runtime section to 64kb") lets
booting Linux fail at least on the Odroid C2. The patch alone applied to
v2018.09 or v2018.11 causes the error.
With the patch memory may be marked as code that contains variables.
So let's revert it and look for a better solut
On 08.12.18 14:16, Heinrich Schuchardt wrote:
> Hello Alex,
>
> the patch 7a82c3051c8f ("efi_loader: Align runtime section to 64kb")
> currently breaks booting Linux on the Odroid-C2.
>
> Output stops for kernel 4.18 after earlycon is replaced:
> [0.012518] console [tty0] enabled
> [0.0
On Sun, Nov 25, 2018 at 07:22:18PM +0100, Philipp Tomsich wrote:
> This merges the CRC16-CCITT headers into u-boot/crc.h to prepare for
> rolling CRC16 into the hash infrastructure. Given that CRC8, CRC32
> and CRC32-C already have their prototypes in a single header file, it
> seems a good idea
On Sun, Nov 25, 2018 at 07:22:19PM +0100, Philipp Tomsich wrote:
> The CRC16-CCITT checksum function is useful for space-constrained
> applications (such as obtaining a checksum across a 2KBit or 4KBit
> EEPROM) in boot applications. It has not been accessible from boot
> scripts until now (due to
How would I go about validating whether I can access the partition from
u-boot?
On Fri, Dec 7, 2018 at 1:47 AM Frank Wunderlich
wrote:
> can you try to access the partiton from uboot?
>
> ls mmc 0:0
>
> regards Frank
>
> > Von: "Robin Polak"
> > I'm having trouble persisting my environment va
+Tom for the question about missing SoBs.
Hi Jagan,
On Thu, 6 Dec 2018 00:48:47 +0530
Jagan Teki wrote:
> On Sun, Dec 2, 2018 at 3:25 PM Boris Brezillon
> wrote:
> >
> > Hello,
> >
> > This is the 4th version of the mtd / sf fixes patchset. This v4 just
> > adds a new check in del_mtd_device()
Hi Chris,
On Fri, Dec 07, 2018 at 04:21:47PM +1300, Chris Packham wrote:
> Sync the Armada-38x device tree files with Linux 4.20-rc5. The changes
> not taken are new compatible strings for the uart and nand flash
> controller. The nand binding is best updated if/when the mtd/nand
> infrastructure
Hi Boris,
> We need to parse mtdparts/mtids again everytime a device has been
> added/removed from the MTD list, but there's currently no way to know
> when such an update has been done.
>
> Add an ->updated field to the idr struct that we set to true every
> time a device is added/removed and ex
On 08.12.18 14:16, Heinrich Schuchardt wrote:
> Hello Alex,
>
> the patch 7a82c3051c8f ("efi_loader: Align runtime section to 64kb")
> currently breaks booting Linux on the Odroid-C2.
>
> Output stops for kernel 4.18 after earlycon is replaced:
> [0.012518] console [tty0] enabled
> [0.0
49 matches
Mail list logo