On 7/15/23 17:02, Tom Rini wrote:
His entries had the correct email address listed last rather than first,
correct this.
Fixes 4fa4227cdd14 (".mailmap: Record all address for main U-Boot contributor")
Signed-off-by: Tom Rini
---
.mailmap | 4 ++--
1 file changed, 2 insertions(+), 2 deleti
Hi Simon,
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote:
>
> A hex value is expected for the VGA mode. Add a 0x prefix, since the #
> construct is not supported in SPL. We don't want to add it, due to
> code-size constraints.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v1)
>
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote:
>
> When video is required in SPL, set this up ready for use. Ignore any
> problems since it may be that video is not actually available and we
> still want to continue on to U-Boot proper in that case.
>
> Signed-off-by: Simon Glass
> ---
>
> C
On Sun, Jul 16, 2023 at 11:40 AM Simon Glass wrote:
>
> Print the banner in SPL init only if the spl_board_init() function isn't
> enabled. The spl_board_init() function is in the same file, but is called
> later, by board_init_r().
>
> This avoids printing two banners, which causes tests to fail.
Hi Simon,
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote:
>
> QEMU emulates two common machines (Q35 and i440fx) which use mapping to
> determine whether RAM is present below 1MB. In order to copy the video
> BIOS to c we need to flip this mapping over to RAM. This does not
> happen autom
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote:
>
> Add a bit more detail so it is clear that multiple devices are
> supported, but only one per driver.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v5:
> - Drop period at end of commit subject
> - Drop extra 'a' in commit message
>
> c
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote:
>
> Some files have an associated address. Show this with the 'qfw list'
> command so that it is possible to dump the data.
>
> Note that the reference to 'md' is for the md.rst file, not a
> markdown file.
>
> Signed-off-by: Simon Glass
> ---
>
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote:
>
> Use an assembler implementation as is done for i386, so that the results
> are equivalent for i386 and x86_64.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v5:
> - Reword commit message
>
> arch/x86/lib/bootm.c | 2 +-
> 1 file chang
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote:
>
> This is useful information so show it with the bdinfo command.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v5:
> - Adjust the prompt for clarity (although it is now >12 chars)
>
Reviewed-by: Bin Meng
On 7/15/23 14:30, Sughosh Ganu wrote:
On Fri, 14 Jul 2023 at 16:14, Michal Simek wrote:
On 6/24/23 15:41, Sughosh Ganu wrote:
Add support for specifying the parameters needed for capsule
generation through a config file, instead of passing them through
command-line. Parameters for more t
Hi Nishanth,
On 15/07/23 12:00, Neha Malcom Francis wrote:
Hi Nishanth
On 15/07/23 11:44, Nishanth Menon wrote:
On 19:20-20230714, Neha Malcom Francis wrote:
Since you are going to respin anyways, I will complain about this:
+#ifdef CONFIG_TARGET_J721E_A72_EVM
+
+#define SPL_NODTB "spl/u-bo
Hi Simon,
On Sun, Jul 16, 2023 at 11:39 AM Simon Glass wrote:
>
> Since the original patch was written, tests have been added for the
> 'bdinfo' command. Add the missing pieces so that the tests pass.
>
> Signed-off-by: Simon Glass
> Fixes: 68130503fbd ("bdinfo: Show information about the serial
Hi Andrew,
On 09:22-20230714, Andrew Davis wrote:
> On 7/14/23 12:52 AM, Manorit Chawdhry wrote:
> > Fix regression occurred during refactoring for the mentioned commit.
> >
> > Fixes: bd6a24759374 ("arm: mach-k3: security: separate out validating
> > binary logic")
> >
> > Signed-off-by: Manor
Hi Tom,
On 2023/7/7 23:52, Yifan Zhao wrote:
This patch updates erofs driver code to catch up with the latest code of
erofs_utils (commit e4939f9eaa177e05d697ace85d8dc283e25dc2ed).
LZMA will be supported in the separate patch later.
Signed-off-by: Yifan Zhao
---
CI result here:
https://github
Hi Bin,
On Sun, 16 Jul 2023 at 20:48, Bin Meng wrote:
>
> Hi Simon,
>
> On Mon, Jul 17, 2023 at 10:16 AM Simon Glass wrote:
> >
> > Hi Tom and Bin,
> >
> > I've already sent a patch in the new series that fixes bdinfo. Please take
> > a look.
> >
>
> Are these sandbox failures regressions? Or i
Hi Simon,
On Mon, Jul 17, 2023 at 10:16 AM Simon Glass wrote:
>
> Hi Tom and Bin,
>
> I've already sent a patch in the new series that fixes bdinfo. Please take a
> look.
>
Are these sandbox failures regressions? Or issues introduced in your series?
If the latter, I think we should squash the
Hi Tom and Bin,
I've already sent a patch in the new series that fixes bdinfo. Please take
a look.
Thanks,
Simon
On Sun, Jul 16, 2023, 20:13 Bin Meng wrote:
> Hi Tom and Simon,
>
> On Sun, Jul 16, 2023 at 7:40 AM Simon Glass wrote:
> >
> > Hi Tom,
> >
> > On Fri, 14 Jul 2023 at 11:29, Tom Ri
Hi Tom and Simon,
On Sun, Jul 16, 2023 at 7:40 AM Simon Glass wrote:
>
> Hi Tom,
>
> On Fri, 14 Jul 2023 at 11:29, Tom Rini wrote:
> >
> > On Fri, Jul 14, 2023 at 05:29:40PM +0800, Bin Meng wrote:
> > > Hi Simon,
> > >
> > > On Thu, Jul 13, 2023 at 9:14 PM Bin Meng wrote:
> > > >
> > > > On Wed
Change RK3568 devices to use the newer dwc3-generic driver instead of
the old xhci-dwc3 driver for USB 3.0 support.
Signed-off-by: Jonas Karlman
---
v3:
- No change
v2:
- No change
configs/radxa-cm3-io-rk3566_defconfig | 2 +-
configs/rock-3a-rk3568_defconfig | 2 +-
2 files changed, 2 ins
RK3568 share glue and ctrl in a single node. Use glue_get_ctrl_dev to
return the glue node as the ctrl node.
Signed-off-by: Jonas Karlman
Reviewed-by: Jagan Teki
---
v3:
- No change
v2:
- No change
- Collect r-b tag
drivers/usb/dwc3/dwc3-generic.c | 17 +
1 file changed, 17 ins
When dr_mode is peripheral or otg and U-Boot has not been built with
DM_USB_GADGET support, booting such device may end up with:
dwc3_glue_bind_common: subnode name: usb@fcc0
Error binding driver 'dwc3-generic-wrapper': -6
Some drivers failed to bind
initcall sequence effbca08
The current error check for device_find_first_child is not working as
expected, the documentation for device_find_first_child mention:
@devp: Returns first child device, or NULL if none
Return: 0
Change to return early when there is no child node to avoid any possible
null pointer dereference
Remove regulator-boot-on prop from regulators now that the phy core has
support for phy-supply after the commit c57e0dcd9384 ("phy: add support
for phy-supply").
This reverts commit 7911f409ff20dce5995cc1b703a6e30c94022f6b.
Signed-off-by: Jonas Karlman
Reviewed-by: Kever Yang
---
v3:
- No chang
This series add support for rk3568 in dwc3-generic driver and change to
use the dwc3-generic driver for rk3568 devices having usb enabled.
After these changes it should be possible to support usb gadget on
rk3568 with e.g.:
# CONFIG_USB_FUNCTION_FASTBOOT is not set
CONFIG_DM_USB_GADGET=y
CO
Hi Tom,
please pull new video patches for v2023.10.
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16923
Thanks,
Anatolij
The following changes since commit 8e21064cb3452950b09301baec06d86e37342471:
Merge tag 'efi-2023-07-rc7' of
https://source.denx.de/u-boot/custodia
16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass
написав(-ла):
>Hi Svyatoslav,
>
>On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote:
>>
>>
>>
>> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman
>> написав(-ла):
>> >On 2023-07-16 05:57, Svyatoslav Ryhel wrote:
>> >>
>> >>
>> >> 16 липня 20
On Sat, Jul 15, 2023 at 05:40:25PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 13 Jul 2023 at 15:57, Tom Rini wrote:
> >
> > On Thu, Jul 13, 2023 at 03:03:57PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Wed, 12 Jul 2023 at 14:38, Tom Rini wrote:
> > > >
> > > > On Wed, Jul 12, 20
DEBUG_UART_SKIP_INIT feature is implemented only by s5p (DEBUG_UART_S5P)
and pl01x (DEBUG_UART_PL010 or DEBUG_UART_PL011) serial drivers, but all
ARCH_ROCKCHIP configs rely on default DEBUG_UART_NS16550. The ns16550
serial driver does not depends on DEBUG_UART_SKIP_INIT, so drop it from
rockchip co
On 7/16/23 09:57, Jonas Karlman wrote:
On 2023-07-16 03:19, Marek Vasut wrote:
On 7/16/23 03:05, Jonas Karlman wrote:
On 2023-07-16 02:58, Marek Vasut wrote:
On 7/16/23 01:10, Jonas Karlman wrote:
The current error check for device_find_first_child is not working as
expected, the documentatio
This function only ever returns 0, but may not assign the second
parameter. Check the second parameter instead.
Reported-by: Jonas Karlman
Signed-off-by: Marek Vasut
---
Cc: Chunfeng Yun
Cc: GSS_MTK_Uboot_upstream
Cc: Marek Vasut
Cc: Ryder Lee
Cc: Weijie Gao
---
drivers/usb/mtu3/mtu3_plat.
This function only ever returns 0, but may not assign the second
parameter. Same thing for device_find_next_child(). Do not assign
ret to stop proliferation of this misuse.
Reported-by: Jonas Karlman
Signed-off-by: Marek Vasut
---
Cc: "Pali Rohár"
Cc: Bin Meng
Cc: Marek Vasut
Cc: Michal Sucha
Hi Simon,
On Sun, Jul 16, 2023 at 7:42 AM Simon Glass wrote:
>
> Hi Bin,
>
> On Thu, 13 Jul 2023 at 04:49, Bin Meng wrote:
> >
> > Hi Simon,
> >
> > On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote:
> > >
> > > At present it is not possible to read from some CDROM drives since the
> > > FAT se
On Sat, Jul 15, 2023 at 05:40:35PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 13 Jul 2023 at 16:54, Tom Rini wrote:
> >
> > On Wed, Jul 12, 2023 at 08:00:28AM -0600, Simon Glass wrote:
> > > Hi Jason,
> > >
> > > On Tue, 11 Jul 2023 at 16:29, Jason Kacines wrote:
> > > >
> > > > Add support
16 липня 2023 р. 17:27:39 GMT+03:00, Jonas Karlman
написав(-ла):
>On 2023-07-16 15:17, Svyatoslav Ryhel wrote:
>>
>>
>> 16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass
>> написав(-ла):
>>> Hi Svyatoslav,
>>>
>>> On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote:
16
On 2023-07-16 15:17, Svyatoslav Ryhel wrote:
>
>
> 16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass
> написав(-ла):
>> Hi Svyatoslav,
>>
>> On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote:
>>>
>>>
>>>
>>> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman
>>> написав(-ла):
On 2023-
On 7/16/23 01:40, Simon Glass wrote:
Hi Heinrich,
On Sat, 15 Jul 2023 at 03:05, Heinrich Schuchardt
wrote:
pytest 7.3.2 treats the function name 'setup' as a fixture [1].
This leads to errors like:
TypeError: setup() missing 2 required positional arguments:
'disk_img' and 'osin
16 липня 2023 р. 16:08:10 GMT+03:00, Simon Glass
написав(-ла):
>Hi Svyatoslav,
>
>On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote:
>>
>>
>>
>> 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass
>> написав(-ла):
>> >Hi Svyatoslav,
>> >
>> >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel w
16 липня 2023 р. 16:07:55 GMT+03:00, Simon Glass
написав(-ла):
>Hi Svyatoslav,
>
>On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote:
>>
>>
>>
>> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman
>> написав(-ла):
>> >On 2023-07-16 05:57, Svyatoslav Ryhel wrote:
>> >>
>> >>
>> >> 16 липня
Hi Svyatoslav,
On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote:
>
>
>
> 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass
> написав(-ла):
> >Hi Svyatoslav,
> >
> >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel wrote:
> >>
> >> Currently device tree entries of regulators are completely
> >>
Hi Svyatoslav,
On Sun, 16 Jul 2023 at 07:04, Svyatoslav Ryhel wrote:
>
>
>
> 16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman
> написав(-ла):
> >On 2023-07-16 05:57, Svyatoslav Ryhel wrote:
> >>
> >>
> >> 16 липня 2023 р. 02:37:39 GMT+03:00, Jonas Karlman
> >> написав(-ла):
> >>> On 2023-07
Currently the only ARM Rockchip SoC which is supported by upstream
optee-os is RK322x. For all other ARM SoCs a
vendor-provided OP-TEE binary has to be used to have a TEE available.
Those are using a calling convension different from upstream optee-os.
This introduces CONFIG_ROCKCHIP_OPTEE_BINARY
This updates the evb_rk3229's README on howto create / use the FIT image
created by binman.
Also fix some wrong paths and update filenames which have changed in recent
upstream optee-os versions.
Signed-off-by: Alex Bee
---
board/rockchip/evb_rk3229/README | 72 +---
For RK322x series ARM SoCs the OP-TEE is non-optional, as besides the TEE
it also provides the PSCI implementation, which is expected to be available
by upstream linux.
Select CONFIG_SPL_OPTEE_IMAGE if an FIT image is built.
Signed-off-by: Alex Bee
---
arch/arm/mach-rockchip/Kconfig | 1 +
1 fi
An OP-TEE FIT image will fail to extract in SPL because the malloc stack
size is currently limited to 0x2000 for evb-rk3229 board.
In SPL we do not have to care about size limitations, since we are no
longer bound to SRAM limits after DRAM initialization has been done in TPL.
Drop that definition
CONFIG_SPL_OPTEE_IMAGE option is used during DRAM size detection for
Rockchip ARM platform to indicate that an OP-TEE binary was already loaded
and a Trusted Execution Environment (TEE) is available in order to
block/reserve a memory-region for it.
This adds a bunch of new `#if's` to u-boot-rockch
This adds support for OP-TEE binaries to Rockchip's ARM FIT image
generation by binman.
Currently there is an extra (and outdated) rockchip-optee.dtsi which can
create an u-boot.itb which can also hold the OP-TEE binary. It has to be
included manually in the respective SoC-specific device trees.
Le Sun, Jul 16, 2023 at 01:35:02AM +0100, Andre Przywara a écrit :
> On Tue, 11 Jul 2023 19:40:21 +
> Anne Macedo wrote:
>
> Hi Anne,
>
> thanks for reaching out to the list! But please try to avoid
> pushing any patches downstream (Yocto) before they are accepted
> or at least discussed ups
16 липня 2023 р. 11:07:15 GMT+03:00, Jonas Karlman
написав(-ла):
>On 2023-07-16 05:57, Svyatoslav Ryhel wrote:
>>
>>
>> 16 липня 2023 р. 02:37:39 GMT+03:00, Jonas Karlman
>> написав(-ла):
>>> On 2023-07-15 20:34, Svyatoslav Ryhel wrote:
Existing PALMAS PMIC driver is fully compatible
Hi SASANO,
On Sat, 15 Jul 2023 at 18:36, SASANO Takayoshi wrote:
>
> Hello,
>
> On Sun, 16 Jul 2023 08:40:36 +0900,
> Simon Glass wrote:
> >
> > Hi,
> >
> > On Sat, 15 Jul 2023 at 16:01, SASANO Takayoshi wrote:
> > >
> > >
> > > Here is the diff of AXP313A PMIC driver.
> > > (No board configurat
Since commit 56670d6fb83f ("disk: part: use common api to lookup part
driver") part_get_info_by_name_type() ignores the part_type parameter
used to restrict the partition table type.
omap_mmc_get_part_size() and part_get_info_by_name() are the only
consumers.
omap_mmc_get_part_size() calls with p
On 2023-07-16 05:57, Svyatoslav Ryhel wrote:
>
>
> 16 липня 2023 р. 02:37:39 GMT+03:00, Jonas Karlman
> написав(-ла):
>> On 2023-07-15 20:34, Svyatoslav Ryhel wrote:
>>> Existing PALMAS PMIC driver is fully compatible with TI TPS65913
>>> PMIC found in many Tegra 4 devices, like Tegra Note 7 an
On 2023-07-16 03:19, Marek Vasut wrote:
> On 7/16/23 03:05, Jonas Karlman wrote:
>> On 2023-07-16 02:58, Marek Vasut wrote:
>>> On 7/16/23 01:10, Jonas Karlman wrote:
The current error check for device_find_first_child is not working as
expected, the documentation for device_find_first_ch
On 2023-07-16 02:59, Marek Vasut wrote:
> On 7/16/23 01:10, Jonas Karlman wrote:
>> When dr_mode is peripheral or otg and U-Boot has not been built with
>> DM_USB_GADGET support, booting such device may end up with:
>>
>>dwc3_glue_bind_common: subnode name: usb@fcc0
>>Error binding driv
53 matches
Mail list logo