Hi Heinrich,
On Sat, 26 Aug 2023 at 11:20, Heinrich Schuchardt wrote:
>
> On 8/25/23 07:57, Masahisa Kojima wrote:
> > On Thu, 24 Aug 2023 at 09:11, AKASHI Takahiro
> > wrote:
> >>
> >> Hi Kojima-san,
> >>
> >> On Wed, Aug 23, 2023 at 05:37:19PM +0900, Masahisa Kojima wrote:
> >>> This adds the
On Thu, Jul 27, 2023 at 4:51 PM Jonas Karlman wrote:
>
> On 2023-07-25 05:50, Manoj Sai wrote:
> > This patchset adds the support on Rockchip based ARM64 SOC's that compress
> > the U-BOOT proper along with dtb
> > and ATF in FIT image format.Second stage bootloader(SPL) loads the
> > compresse
Hi Manorit
On 25/08/23 16:47, Manorit Chawdhry wrote:
The documentation is based off J7200 documentation tailored for J721S2.
TRM for J721S2: https://www.ti.com/lit/pdf/spruj28
Product Page: https://www.ti.com/product/TDA4AL-Q1
Signed-off-by: Manorit Chawdhry
---
doc/board/ti/j721s2_evm.rst
Hi Manorit
On 25/08/23 16:47, Manorit Chawdhry wrote:
The following commit syncs the device tree from Linux tag
v6.5-rc1 to U-boot and fixes the following to be compatible with
the future syncs -
- Include k3-am68-sk-base-board.dts file
Remove the duplicated pinmuxes from r5 and -u-boot.d
Hi Manorit
On 25/08/23 16:47, Manorit Chawdhry wrote:
The following commit syncs the device tree from Linux tag
v6.5-rc1 to U-boot and fixes the following to be compatible with
the future syncs -
- Include k3-j721s2-common-proc-board.dts file
Remove the duplicated pinmuxes from r5 and -u-
Hi Manorit
On 25/08/23 16:47, Manorit Chawdhry wrote:
mcu_timer0 is used by u-boot as the tick-timer. Add it to the soc
devices lsit so it an be enabled via the k3 power controller.
Signed-off-by: Manorit Chawdhry
---
arch/arm/mach-k3/j721s2/dev-data.c | 1 +
1 file changed, 1 insertion(+)
Hi,
> -Original Message-
> From: Michal Simek
> Sent: Friday, August 25, 2023 4:23 PM
> To: Chanho Park ; u-boot@lists.denx.de
> Subject: Re: [PATCH] fpga: define dummy fpga_load function for debug build
>
> Hi,
>
> On 8/16/23 08:54, Chanho Park wrote:
> > This fixes below build error w
On Sun, Aug 27, 2023 at 09:55:17AM +0200, Heinrich Schuchardt wrote:
> Dear Tom,
>
> The following changes since commit e508b930021168c788f14977fc101ccc1151b3c8:
>
> Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2023-08-25
> 10:52:39 -0400)
>
> are available in the Git repository
On 2023-08-24 06:02 +03:00, Simon Glass wrote:
> In this early stage of using binman to produce output files, we are mostly
> seeing people using common extensions such as '.bin' and '.rom'
>
> But unusual extensions appear in some places.
>
> We would like 'buildman -k' to keep the build outputs
On 2023-08-27 19:32 +03:00, Heinrich Schuchardt wrote:
> Am 27. August 2023 16:56:51 MESZ schrieb Alper Nebi Yasak
> :
>> On 2023-08-25 22:28 +03:00, Simon Glass wrote:
>>> so we must allow EFI to write directly to the hardware framebuffer.
>>
>> If you want a fix independent of that series, I thi
Am 27. August 2023 16:56:51 MESZ schrieb Alper Nebi Yasak
:
>On 2023-08-25 22:28 +03:00, Simon Glass wrote:
>> The efi_gop driver uses private fields from the video uclass to obtain a
>> pointer to the frame buffer. Use the platform data instead.
>>
>> Check the VIDEO_COPY setting to determine
On 2023-08-15 01:43 +03:00, Simon Glass wrote:
> Hi Alper,
>
> On Mon, 14 Aug 2023 at 11:40, Alper Nebi Yasak
> wrote:
>> I actually want to put the root.img device first so that the VM can boot
>> into the installed system when it reboots, but U-Boot can't find the
>> bootflow on the second dri
On 2023-08-25 22:28 +03:00, Simon Glass wrote:
> The efi_gop driver uses private fields from the video uclass to obtain a
> pointer to the frame buffer. Use the platform data instead.
>
> Check the VIDEO_COPY setting to determine which frame buffer to use. Once
> the next stage is running (and mak
PALMAS PMIC family has embedded poweroff function used by some
device to initiane device power off. Implement it as sysreset
driver.
Signed-off-by: Svyatoslav Ryhel
---
drivers/power/pmic/palmas.c| 33 +--
drivers/sysreset/Kconfig | 7
drivers/sysreset/Mak
TPS80031/TPS80032 PMICs have embedded power control functions
used by some device to initiane device power off. Implement it as
sysreset driver.
Signed-off-by: Svyatoslav Ryhel
---
drivers/power/pmic/tps80031.c| 12 +++-
drivers/sysreset/Kconfig | 8 ++
drivers/sysre
TPS65910/TPS65911 PMICs have embedded power control functions
used by some device to initiane device power off. Implement it as
sysreset driver.
Signed-off-by: Svyatoslav Ryhel
---
drivers/power/pmic/pmic_tps65910_dm.c | 12 +-
drivers/sysreset/Kconfig | 8
drivers/sysrese
MAX77663 PMIC has embedded poweroff function used by some
device to initiane device power off. Implement it as sysreset
driver.
Signed-off-by: Svyatoslav Ryhel
---
drivers/power/pmic/max77663.c| 12 ++-
drivers/sysreset/Kconfig | 7
drivers/sysreset/Makefile
Signed-off-by: Svyatoslav Ryhel
---
arch/arm/mach-tegra/Kconfig | 3 +++
arch/arm/mach-tegra/pmc.c | 9 -
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 464bd0798f..453f94bcf2 100644
--- a/arch/arm/mach-tegr
Tegra uses built in Power Management Controller (PMC) to perform
CPU reset. Code to perform this was located in mach-tegra, so lest
create DM driver to handle this.
Signed-off-by: Svyatoslav Ryhel
---
drivers/sysreset/Kconfig | 6
drivers/sysreset/Makefile | 1 +
drivers/
This patchset converts do_reset from mach-tegra function to a proper
sysreset dm driver with saving all its previous abilities.
Additionally implement do_poweroff (since Tegra sysreset can only reset) by
making sysreset drivers for the most widely used PMICs on Tegra devices.
This includes sysrese
Dear Tom,
The following changes since commit e508b930021168c788f14977fc101ccc1151b3c8:
Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2023-08-25
10:52:39 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-10-rc4
To partition a block device the partition type GUIDs are needed but 'gpt
read' does not provide these. Add the missing parts.
Part of gpt.c has been written to work with CONFIG_PARTITION_UUIDS=n. But
when reading the disk information this is not considered. Currently we let
CONFIG_CMD_GPT select C
Hi Marex,
thanks,
Acked-by: Angelo Dureghello
On 27/08/23 12:29 AM, Marek Vasut wrote:
On 8/26/23 09:44, Angelo Dureghello wrote:
Hi Marek,
thanks a lot for the job i should have done.
Tested on real hw:
m5282evb worked out of the box
mcf54415 not working,
had a lot of unsupported rel
23 matches
Mail list logo