On Fri, Aug 26, 2022 at 03:27:02PM +0530, Sughosh Ganu wrote:
> Add bindings needed for accessing the FWU metadata partitions. These
> include the compatible string which point to the access method and the
> actual device which stores the FWU metadata.
>
> The current patch adds basic bindings nee
On Fri, Aug 26, 2022 at 03:27:13PM +0530, Sughosh Ganu wrote:
> Add test cases for accessing the FWU Metadata on the sandbox
> platform. The sandbox platform also uses the metadata access driver
> for GPT partitioned block devices.
>
> The FWU feature will be tested on the sandbox64 variant with a
On Fri, Aug 26, 2022 at 03:27:06PM +0530, Sughosh Ganu wrote:
> Enabling capsule update functionality on the platform requires
> populating information on the images that are to be updated using the
> functionality. Do so for the DK2 board.
>
> Signed-off-by: Sughosh Ganu
> ---
> Changes since V8
The command's name is a misnomer.
The command loads a file but does not run (boot) it.
Signed-off-by: Heinrich Schuchardt
---
cmd/Kconfig | 2 +-
cmd/net.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8ea064b8d2..0e0be94f41 100644
--- a
From: Heinrich Schuchardt
Calling tftpput with less than 2 arguments must lead to a failure.
If tftpput is called with two arguments, these are the address and
the size of the file to be transferred.
Signed-off-by: Heinrich Schuchardt
---
v2:
carve out function parse_args()
---
cmd/ne
On 9/4/22 07:08, Ilias Apalodimas wrote:
Hi Heinrich,
[...]
+ */
+static int ecpt_find_guid(struct efi_conformance_profiles_table *ecpt,
+ const efi_guid_t *guid) {
+ int i;
+
+ for (i = 0; i < ecpt->number_of_profiles; ++i) {
+ if (!memcmp(
Bulk convert rk3128 DT gpios to their constant counterparts.
sed -i -f script.sed rk3128.dtsi
sed -i -f script.sed rk3128-evb.dts
/rockchip,pins *=/bcheck
b # to end of script
:append-next-line
N
:check
/^[^;]*$/bappend-next-line
s/
---
arch/arm/dts/rk3128-evb.d
Am 2022-09-04 02:02, schrieb Tony Dinh:
Hi Stefan,
Sorry, that message was prematurely sent (fat finger). Please see the
continuation below.
On Sat, Sep 3, 2022 at 4:43 PM Tony Dinh wrote:
Hi Stefan,
On Sat, Sep 3, 2022 at 3:44 AM Stefan Roese wrote:
>
> Hi Tony,
>
> On 03.09.22 11:44, Ton
On 9/2/22 16:23, Masahisa Kojima wrote:
This commit add the "eficonfig" command.
The "eficonfig" command implements the menu-driven UEFI boot option
maintenance feature. This commit implements the addition of
new boot option. User can select the block device volume having
efi_simple_file_system_p
On 9/2/22 16:23, Masahisa Kojima wrote:
Provide a unit test for the eficonfig command.
Signed-off-by: Masahisa Kojima
Acked-by: Ilias Apalodimas
---
No update since v15
Changes in v14:
- update to support media device enumeration in eficonfig startup
- move no block device test to the last te
On Sat, 3 Sept 2022 at 19:16, Tom Rini wrote:
>
> On Sat, Sep 03, 2022 at 05:49:50PM +0300, Sergei Antonov wrote:
> > On Sat, 3 Sept 2022 at 17:31, Tom Rini wrote:
> > >
> > > On Sat, Sep 03, 2022 at 05:30:30PM +0300, Sergei Antonov wrote:
> > >
> > > > CONFIG_SYS_FLASH_AUTOPROTECT_LIST is a feat
On Sun, 4 Sept 2022 at 12:23, Sergei Antonov wrote:
>
> On Sat, 3 Sept 2022 at 19:16, Tom Rini wrote:
> >
> > On Sat, Sep 03, 2022 at 05:49:50PM +0300, Sergei Antonov wrote:
> > > On Sat, 3 Sept 2022 at 17:31, Tom Rini wrote:
> > > >
> > > > On Sat, Sep 03, 2022 at 05:30:30PM +0300, Sergei Anton
On Saturday 03 September 2022 20:01:45 Tony Dinh wrote:
> Hi Pali,
>
> On Sat, Sep 3, 2022 at 6:29 PM Pali Rohár wrote:
> >
> > Do various small fixup/cleanups and extend test script to boot kernel
> > image from UBI volume. This test verifies that U-Boot UBI implementation
> > is working and U-B
On Saturday 03 September 2022 19:36:03 Tony Dinh wrote:
> Hi Pali,
>
> On Sat, Sep 3, 2022 at 6:08 PM Pali Rohár wrote:
> >
> > On Saturday 03 September 2022 17:38:01 Tony Dinh wrote:
> > > Hi Pali,
> > >
> > > Is there a way to get the CPU frequency from the board upon start up?
> > >
> > > Than
Move all rk3128 u-boot specific properties in separate dtsi files.
Sort emmc node.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3128-evb-u-boot.dtsi | 7 +++
arch/arm/dts/rk3128-evb.dts | 10 +-
arch/arm/dts/rk3128-u-boot.dtsi | 27 +++
arch/arm
Add Faraday Technology's FTGPIO010 controller driver.
Signed-off-by: Sergei Antonov
---
v1 -> v2:
Replace setbits_le32() with a simpler function out_le32().
Replace readl() with in_le32() to respect endianness.
drivers/gpio/Kconfig | 6 +++
drivers/gpio/Makefile| 1 +
drivers/gpio
On Sunday 04 September 2022 13:22:00 Sergei Antonov wrote:
> Add Faraday Technology's FTGPIO010 controller driver.
>
> Signed-off-by: Sergei Antonov
> ---
> v1 -> v2:
> Replace setbits_le32() with a simpler function out_le32().
> Replace readl() with in_le32() to respect endianness.
>
> drive
Hi Kever,
Despite you marked this serie as "Rejected" this patch contains a normal sync
from Linux and therefore can be applied independently.
Could you a have a look at it again?
Kind regards,
Johan Jonker
On 7/9/22 20:50, Johan Jonker wrote:
> Sync rk3066/rk3188 DT files from Linux.
> This
On 2022/8/21 15:17, Michal Suchanek wrote:
Adding some debug prints I can see:
MMC: mmc@fe32: Got clock clock-controller@ff76 76
mmc@fe31: Got clock clock-controller@ff76 77
Unknown clock 77
rockchip_dwmmc_get_mmc_clk: err=-2
mmc@fe31: 3, mmc@fe32: 1, mmc@fe33: 0
On 2022/7/23 00:06, Quentin Schulz wrote:
From: Quentin Schulz
distroboot should try first on the same MMC medium as the one the SPL
loaded U-Boot proper from. This was the case when the introducing commit
was merged because the default order was eMMC first and then SD card.
The check was the
Hi Quentin,
The Kconfig from env/Kconfig
config ENV_IS_NOWHERE
bool "Environment is not stored"
default y if !ENV_IS_IN_EEPROM && !ENV_IS_IN_EXT4 && \
!ENV_IS_IN_FAT && !ENV_IS_IN_FLASH && \
!ENV_IS_IN_MMC && !ENV_IS_IN_NAND && \
Hi Quentin,
I got below error when apply this patch, please rebase this patch set.
Applying: rockchip: puma-rk3399: migrate to TPL
error: sha1 information is lacking or useless
(configs/puma-rk3399_defconfig).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch' to
On Sun, Sep 04, 2022 at 12:26:04PM +0300, Sergei Antonov wrote:
> On Sun, 4 Sept 2022 at 12:23, Sergei Antonov wrote:
> >
> > On Sat, 3 Sept 2022 at 19:16, Tom Rini wrote:
> > >
> > > On Sat, Sep 03, 2022 at 05:49:50PM +0300, Sergei Antonov wrote:
> > > > On Sat, 3 Sept 2022 at 17:31, Tom Rini w
On Sun, 4 Sept 2022 at 18:23, Tom Rini wrote:
> > > > > What type must it be in Kconfig? Note, it is an array initializer
> > > > > similar to CONFIG_SYS_BAUDRATE_TABLE.
> > > >
> > > > Ah, ugh. So, it's also currently unused code, what does it look like in
> > > > the platform you're making use o
On Sun, Sep 04, 2022 at 06:28:56PM +0300, Sergei Antonov wrote:
> On Sun, 4 Sept 2022 at 18:23, Tom Rini wrote:
> > > > > > What type must it be in Kconfig? Note, it is an array initializer
> > > > > > similar to CONFIG_SYS_BAUDRATE_TABLE.
> > > > >
> > > > > Ah, ugh. So, it's also currently unuse
On Sun, 4 Sept 2022 at 18:30, Tom Rini wrote:
>
> On Sun, Sep 04, 2022 at 06:28:56PM +0300, Sergei Antonov wrote:
> > On Sun, 4 Sept 2022 at 18:23, Tom Rini wrote:
> > > > > > > What type must it be in Kconfig? Note, it is an array initializer
> > > > > > > similar to CONFIG_SYS_BAUDRATE_TABLE.
>
On Sun, Sep 04, 2022 at 09:53:03AM +0200, Heinrich Schuchardt wrote:
>
>
> On 9/4/22 07:08, Ilias Apalodimas wrote:
> > Hi Heinrich,
> >
> > [...]
> >
> > > + */
> > > +static int ecpt_find_guid(struct efi_conformance_profiles_table *ecpt,
> > > + const efi_guid_t *guid)
Hi Pali,
On Sun, Sep 4, 2022 at 2:37 AM Pali Rohár wrote:
>
> On Saturday 03 September 2022 20:01:45 Tony Dinh wrote:
> > Hi Pali,
> >
> > On Sat, Sep 3, 2022 at 6:29 PM Pali Rohár wrote:
> > >
> > > Do various small fixup/cleanups and extend test script to boot kernel
> > > image from UBI volum
Hi Michael,
On Sun, Sep 4, 2022 at 1:54 AM Michael Walle wrote:
>
> Am 2022-09-04 02:02, schrieb Tony Dinh:
> > Hi Stefan,
> >
> > Sorry, that message was prematurely sent (fat finger). Please see the
> > continuation below.
> >
> > On Sat, Sep 3, 2022 at 4:43 PM Tony Dinh wrote:
> >>
> >> Hi St
On Sun, Sep 4, 2022 at 12:28 PM Tony Dinh wrote:
>
> Hi Pali,
>
> On Sun, Sep 4, 2022 at 2:37 AM Pali Rohár wrote:
> >
> > On Saturday 03 September 2022 20:01:45 Tony Dinh wrote:
> > > Hi Pali,
> > >
> > > On Sat, Sep 3, 2022 at 6:29 PM Pali Rohár wrote:
> > > >
> > > > Do various small fixup/cl
The rk3128 DT node names should be generic.
Rename them to the pattern defined in the DT bindings.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3128-evb.dts | 5 +++
arch/arm/dts/rk3128.dtsi| 62 +
2 files changed, 33 insertions(+), 34 deletions(-)
dif
On Sun, Sep 04, 2022 at 12:28:24PM -0700, Tony Dinh wrote:
> Hi Pali,
>
> On Sun, Sep 4, 2022 at 2:37 AM Pali Rohár wrote:
> >
> > On Saturday 03 September 2022 20:01:45 Tony Dinh wrote:
> > > Hi Pali,
> > >
> > > On Sat, Sep 3, 2022 at 6:29 PM Pali Rohár wrote:
> > > >
> > > > Do various small
On Sunday 04 September 2022 22:58:19 Daniel Golle wrote:
> On Sun, Sep 04, 2022 at 12:28:24PM -0700, Tony Dinh wrote:
> > Hi Pali,
> >
> > On Sun, Sep 4, 2022 at 2:37 AM Pali Rohár wrote:
> > >
> > > On Saturday 03 September 2022 20:01:45 Tony Dinh wrote:
> > > > Hi Pali,
> > > >
> > > > On Sat,
> From: Sergei Antonov
> Sent: Friday, September 02, 2022 3:40 PM
> To: u-boot@lists.denx.de
> Cc: jh80.ch...@samsung.com; peng@nxp.com; yamada.masah...@socionext.com;
> s...@chromium.org; Rick Jian-Zhi Chen(陳建志) ; Sergei
> Antonov
> Subject: [PATCH] mmc: ftsdc010: make command timeout 250
Hi Tom,
Please pull the rockchip fixes if possible:
- migrate to use binman for U-Boot image generate on rockchip platform;
- Some fixes for rk3399 and rk3308;
Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/13334
Thanks,
- Kever
The following changes since commit
On Sat, Sep 03, 2022 at 04:31:43PM +0200, Marek Vasut wrote:
> The following changes since commit 4e10c1227aa879af809b3073bf917289f23e17d7:
>
> Merge branch '2022-08-31-assorted-fixes' (2022-08-31 19:32:31 -0400)
>
> are available in the Git repository at:
>
> git://source.denx.de/u-boot-us
On Sat, Sep 03, 2022 at 04:32:18PM +0200, Marek Vasut wrote:
> The following changes since commit 4e10c1227aa879af809b3073bf917289f23e17d7:
>
> Merge branch '2022-08-31-assorted-fixes' (2022-08-31 19:32:31 -0400)
>
> are available in the Git repository at:
>
> git://source.denx.de/u-boot-sh
On Sat, Sep 03, 2022 at 07:42:47PM +0300, Ilias Apalodimas wrote:
> Hi Tom,
>
> The following changes since commit 67fe8cc0016756f3479288b3f67d59a517e512d5:
>
> Merge tag 'efi-2022-10-rc4' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-09-02 09:09:47
> -0400)
>
> are availab
Hi,
When I free-run a SMP system, I once hit a failure case where some
harts didn't boot to the kernel shell successfully.
However it can't be duplicated anymore even if I try many times.
But when I set a break during debugging with GDB, it can trigger the
failure case each time.
I think the mech
39 matches
Mail list logo