Hi
Am Di., 26. Jan. 2021 um 00:14 Uhr schrieb Heinrich Schuchardt
:
>
> Do not assign a value to a variable if it is not used.
I am not very happy about this commit message tbo. What you are doing
is reducing the scope
of variables.. so write this in your commit message.
>
> Signed-off-by: Heinr
Hello Tom,
this patch is assigned to you ... any issues with it, or can
it go into master?
Thanks!
bye,
Heiko
Am 11.01.21 um 11:19 schrieb Heiko Schocher:
> add support for the UUU commands ACmd and UCmd.
>
> Enable them through the Kconfig option
> CONFIG_FASTBOOT_UUU_SUPPORT
>
> base was co
Hello Simon,
Am 21.01.21 um 21:57 schrieb Simon Glass:
> These cannot work with of-platdata since they currently need the
> devicetree at runtime. Disable the emulators and the sandbox I2C driver
> that needs them. We can enable these later, if needed for testing.
>
> Switch the of_plat_parent te
Hello Simon,
Am 21.01.21 um 21:57 schrieb Simon Glass:
> Add an alias so that this driver can be used in TPL on coral.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/i2c/designware_i2c_pci.c | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Heiko Schocher
bye,
Heiko
--
DENX Software
Hello Michel,
sorry for late reply...
Am 21.01.21 um 09:09 schrieb Michal Simek:
>
>
> On 1/21/21 5:11 AM, Simon Glass wrote:
>> Hi Michal,
>>
>> On Wed, 20 Jan 2021 at 08:50, Michal Simek wrote:
>>>
>>>
>>>
>>> On 1/20/21 4:44 PM, Simon Glass wrote:
Hi Michal,
On Wed, 20 Jan 20
On Mon, Jan 25, 2021 at 06:24:14PM +0100, Daniel Schwierzeck wrote:
> Hi Tom,
>
> please pull updates for MIPS. This adds support for Mediatek MT7620 SoCs.
>
> Gitlab CI:
> https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/6039
>
> Azure:
> https://dev.azure.com/danielschwierzeck
net) incl.
Linux boot on OrangePi Zero2, Pine64-LTS, Pine H64, BananaPi M1,
BananaPi M2 Berry (R40) and OrangePi Zero.
Thanks,
Andre
=
The following changes since commit 4057b98ff2f3fd112f05024cad5ccf970fa9bed4:
Merge tag 'u-boot-imx-20210
On 1/25/21 4:48 PM, Heinrich Schuchardt wrote:
Avoid errors when generating the HTML documentation like:
'ascii' codec can't decode byte 0xc2
Why do we use the ascii codec (instead of e.g. UTF-8)?
--Sean
Correct capitalization of 'U-Boot'.
Signed-off-by: Heinrich Schuchardt
---
do
On Tuesday 26 January 2021 00:33:29 Heinrich Schuchardt wrote:
> On 1/25/21 11:13 PM, Pali Rohár wrote:
> > Hello Heinrich!
> >
> > Does this change mean that UTF-8 is now disallowed in U-Boot?
> >
> > On Monday 25 January 2021 22:48:56 Heinrich Schuchardt wrote:
> > > Avoid errors when generatin
On 1/25/21 11:13 PM, Pali Rohár wrote:
Hello Heinrich!
Does this change mean that UTF-8 is now disallowed in U-Boot?
On Monday 25 January 2021 22:48:56 Heinrich Schuchardt wrote:
Avoid errors when generating the HTML documentation like:
'ascii' codec can't decode byte 0xc2
This sounds
Do not assign a value to a variable if it is not used.
Signed-off-by: Heinrich Schuchardt
---
fs/fat/fat.c | 3 ++-
fs/fat/fat_write.c | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index fb6ce094ac..ccba268f61 100644
--- a/fs/fat/fat
When copying short name plus extension refer to the encapsulating structure
and not to the short name element.
Signed-off-by: Heinrich Schuchardt
---
fs/fat/fat_write.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c
index 0132ef
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> Use the generic sdhci_set_control_reg() instead of duplicating
> in platform driver.
>
> Signed-off-by: Faiz Abbas
> Signed-off-by: Aswath Govindraju
Reviewed-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
> ---
> drivers/
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> According to the AM654x Data Manual[1], the setup timing in lower speed
> modes can only be met if the controller uses a falling edge data launch.
>
> To ensure this, the HIGH_SPEED_ENA (HOST_CONTROL[2]) bit should be
> cleared
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> With the new SW tuning App note[1], a custom tuning algorithm is
> required for eMMC HS200, HS400 and SD card UHS modes. The algorithm
> involves running through the 32 possible input tap delay values and
> sending the appropriat
On 08.01.2021 14:40, Tudor Ambarus wrote:
> Fix the Galois Field Table offsets for sama5d3 and sam9x60 SoCs.
> PMECC could not correct errors.
>
> Fix the involuntarily disablement of NAND PMECC on some boards,
> and fix some wrong definitions for CONFIG_PMECC_CAP.
>
> Tested on sam9x60ek and sam
On 21.01.2021 18:55, Greg Gallagher wrote:
> Giant board is a tiny SBC based on the Adafruit Feather form factor,
> created by groboards it contains a SAMA5D2 processor (SAMA5D27),
> 128 MB of RAM and a microSD card for storage.
>
> Signed-off-by: Greg Gallagher
> ---
>
> arch/arm/dts/Makefile
On 19.01.2021 13:26, Claudiu Beznea wrote:
> Hi,
>
> This series add support for SAMA7G5 ethernet interfaces: one
> gigabit interface and one 10/100Mbps interface.
>
> Thank you,
> Claudiu Beznea
>
> Changes in v3:
> - get rid of patch 1/6 from v2 as it was already integrated from patch series
>
On Mon, Jan 25, 2021 at 11:18:04PM +0100, Heinrich Schuchardt wrote:
> On 1/25/21 10:02 PM, Tom Rini wrote:
> > On Mon, Jan 25, 2021 at 05:28:39PM +0100, Heinrich Schuchardt wrote:
> >
> > > Partitions are only relevant for block devices.
> > >
> > > Signed-off-by: Heinrich Schuchardt
> > > ---
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> Add support for writing new clock buffer select property for both
> the am654x and j721e 4 bit IPs
>
> Signed-off-by: Faiz Abbas
> Signed-off-by: Aswath Govindraju
Reviewed-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
> -
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> DLL need only be enabled for speed modes and clock frequencies at or
> above 50 MHz. For speed modes that don't enable the DLL, we need to
> configure a static input delay value. This involves reading an optional
> itap-del-sel-*
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> Not all controllers need calibration for the PHY DLL. Add a DLL_CALIB
> flag to indicate the same.
>
> Also move the write of trm_icp and driver strength to the set_clock()
> function to match the kernel configuration flow.
>
>
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> Add Support for AM65x PG2.0. Use the SoC bus framework to fixup
> the platform data and do DLL calibration if the revision is 1.0
Is there no method to get the revision from H/W?
If not, looks good tome.
>
> Signed-off-by: Fai
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> Convert the flags field defines to use the BIT() macro.
>
> Signed-off-by: Faiz Abbas
> Signed-off-by: Aswath Govindraju
Reviewed-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
> ---
> drivers/mmc/am654_sdhci.c | 8 ---
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> There are some speed modes that work without switching the dll on.
> Unconditionally switch off the DLL before setting clock frequency to
> support this case. The software will automatically enable DLL for speed
> modes that requ
On 1/25/21 10:02 PM, Tom Rini wrote:
On Mon, Jan 25, 2021 at 05:28:39PM +0100, Heinrich Schuchardt wrote:
Partitions are only relevant for block devices.
Signed-off-by: Heinrich Schuchardt
---
I still need to check if the part command is needed on boards
w/o DISTRO_DEFAULTS.
---
cmd/Kconfig
On 1/21/21 9:40 PM, Aswath Govindraju wrote:
> From: Faiz Abbas
>
> Add a set_voltage() function which handles the switch from 3.3V to 1.8V
> for SD card UHS modes.
>
> Signed-off-by: Faiz Abbas
> Signed-off-by: Aswath Govindraju
> ---
> drivers/mmc/sdhci.c | 80 ++
Hello Heinrich!
Does this change mean that UTF-8 is now disallowed in U-Boot?
On Monday 25 January 2021 22:48:56 Heinrich Schuchardt wrote:
> Avoid errors when generating the HTML documentation like:
>
> 'ascii' codec can't decode byte 0xc2
This sounds like an incorrect configuration of too
Install all requirements according to doc/sphinx/requirements.txt in the
virtual environment used for testing 'make htmldocs'.
Signed-off-by: Heinrich Schuchardt
---
.azure-pipelines.yml | 6 +-
.gitlab-ci.yml | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.azur
Avoid errors when generating the HTML documentation like:
'ascii' codec can't decode byte 0xc2
Correct capitalization of 'U-Boot'.
Signed-off-by: Heinrich Schuchardt
---
doc/board/freescale/b4860qds.rst| 2 +-
doc/board/microchip/mpfs_icicle.rst | 4 ++--
doc/board/sifive/fu540.rst
On Mon, Jan 25, 2021 at 05:28:39PM +0100, Heinrich Schuchardt wrote:
> Partitions are only relevant for block devices.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> I still need to check if the part command is needed on boards
> w/o DISTRO_DEFAULTS.
> ---
> cmd/Kconfig | 4 ++--
> disk/Kconfi
Hi Lukasz,
On 1/23/21 5:08 PM, Lukasz Majewski wrote:
Hi Roman,
This reverts commit 0ebf9842e56c5b8cb7cb1f990bb452cc14af6225.
Current generic implementation of fastboot_set_reboot_flag is somewhat
messy and requires some additional configuration option to be enabled
besides CMD_BCB, so it rev
Sphinx 3 builds fail due to doc/develop/logging.rst producing duplicate
labels.
Include logging.h only once in the API section and use cross-references for
the enums log_level_t and log_category_t.
Signed-off-by: Heinrich Schuchardt
---
doc/api/index.rst | 1 +
doc/api/logging.rst |
On Sun, 24 Jan 2021 at 13:56, Heinrich Schuchardt wrote:
>
> make htmldocs creates a warning:
>
> ./include/asm-generic/global_data.h:443:
> warning: Function parameter or member 'uclass_root_s'
> not described in 'global_data'
>
> Correct the member descriptions.
>
> Cc: Simon Glass
> Signed-off
On Fri, 22 Jan 2021 at 11:00, Heinrich Schuchardt wrote:
>
> The first argument is the load address and not an offset.
>
> The second argument cannot be entered without the first one.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> cmd/load.c | 12 ++--
> 1 file changed, 6 insertions(+),
Hi Dario,
On Sun, 24 Jan 2021 at 11:13, Dario Binacchi wrote:
>
> It is useless and misleading to print the ret variable that is not set
> by the dev_read_addr routine. Also, move the '\n' character after the
> round bracket that contains the error code.
>
> Signed-off-by: Dario Binacchi
> ---
>
Two sibling headings (here eMMC) cannot have the same title.
Warning, treated as error:
doc/board/microchip/mpfs_icicle.rst:423:duplicate label
board/microchip/mpfs_icicle:emmc, other instance in
doc/board/microchip/mpfs_icicle.rst
make[1]: *** [doc/Makefile:69: htmldocs] Error 2
* Correct the he
On 1/25/21 6:16 PM, Roman Kovalivskyi wrote:
[...]
Could you please share some info on how do you build it (used defconfig,
error messages, used compiler, etc.)? I cannot reproduce those issues on
my side.
I've tried to rebase my patches onto the current master and rebase was
done cleanly,
On Mon, Jan 25, 2021 at 07:16:37PM +0200, Roman Kovalivskyi wrote:
> Hi Lukasz,
>
> On 1/23/21 5:08 PM, Lukasz Majewski wrote:
> > Hi Roman,
> >
> > > This reverts commit 0ebf9842e56c5b8cb7cb1f990bb452cc14af6225.
> > >
> > > Current generic implementation of fastboot_set_reboot_flag is somewhat
b.denx.de/u-boot/custodians/u-boot-rockchip (2021-01-21
> 07:39:47 -0500)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20210125
>
> for you to fetch changes up to 4f37aa957939937f9f5b472f829ab81ef1
On Mon, Jan 25, 2021 at 01:14:21PM +0100, Heinrich Schuchardt wrote:
> The following changes since commit 69d29fe1c0aeb33f42633a7d30b7921c02aa:
>
> Merge tag 'efi-2021-04-rc1-3' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2021-01-23 19:07:00
> -0500)
>
> are available in the
On Mon, Jan 25, 2021 at 10:44:42AM +, eugen.hris...@microchip.com wrote:
> Hi Tom,
>
> Please pull tag u-boot-atmel-2021.04-b , the second set of new atmel
> features for 2021.04 cycle.
>
> This feature set includes macb updates for all interfaces and new
> sama7g5 variant support; micrel
Hi
U-boot is unable to enumerate pericom PCIe switch and subsequent end point
devices on our board (arm v8.2, 64-bit)
When booted to linux, we see the same enumerated with endpoints
Have any one come ever come across this issue and found a workaround to it?
I hope we no need to have
Hi Tom,
please pull updates for MIPS. This adds support for Mediatek MT7620 SoCs.
Gitlab CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/6039
Azure:
https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=15&view=results
The following changes since commit 69d
On Tue, Jan 19, 2021 at 05:15:26PM -0700, Simon Glass wrote:
> Hi Tom,
>
> On Tue, 19 Jan 2021 at 14:00, Tom Rini wrote:
> >
> > On Tue, Jan 19, 2021 at 11:06:10AM -0700, Simon Glass wrote:
> > > Hi Claudiu,
> > >
> > > On Fri, 15 Jan 2021 at 09:47, Claudiu Manoil
> > > wrote:
> > > >
> > > > >
Hi Dario,
On 23/01/21 07:27PM, Dario Binacchi wrote:
> The printf '%pa' format specifier appends the '0x' prefix to the
> displayed address. Furthermore, the offset variable is displayed with
> the '%x' format specifier instead of '%pa'.
I agree with Simon that the commit message does not explain
Hi Dario,
On 23/01/21 07:27PM, Dario Binacchi wrote:
> The patch changes the variable 'n' type from phys_addr_t to int.
This information can very easily be obtained by reading the diff. The
commit message should also explain _why_ the change is made. For example
here it would be a good idea to
On Sat, 2021-01-23 at 19:03 -0700, Simon Glass wrote:
> Hi Nicolas,
>
> On Wed, 20 Jan 2021 at 07:05, Nicolas Saenz Julienne
> wrote:
> >
> > stdio_valid() will confirm that a struct stdio_dev pointer is indeed
> > valid.
> >
> > Signed-off-by: Nicolas Saenz Julienne
> > ---
> > common/stdio.
Hi Andy, Simon
On Wed, 2021-01-20 at 17:57 +0200, Andy Shevchenko wrote:
> On Wed, Jan 20, 2021 at 4:05 PM Nicolas Saenz Julienne
> wrote:
> >
> > With today's master, 70c2525c0d3c ('IOMUX: Stop dropped consoles')
> > introduces a use after free in usb_kbd_remove():
> >
> > - usbkbd's stdio dev
Partitions are only relevant for block devices.
Signed-off-by: Heinrich Schuchardt
---
I still need to check if the part command is needed on boards
w/o DISTRO_DEFAULTS.
---
cmd/Kconfig | 4 ++--
disk/Kconfig | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/cmd/Kconfig b/cm
On Fri, Nov 20, 2020 at 1:29 PM Arnaud Patard wrote:
>
> This patchset add support for the rk3399 eDP. It has been tested on the
> pinebook
> pro and Google Kevin chromeos devices.
>
> The changes have been written by studying the linux code, since I didn't find
> any
> manual for theses part of
Hi Tom,
Please pull tag u-boot-atmel-2021.04-b , the second set of new atmel
features for 2021.04 cycle.
This feature set includes macb updates for all interfaces and new
sama7g5 variant support; micrel ksz9031 DLL support; a new board from
Giant based on Adafruit feather form factor which con
Hello Simon,
On Sun, 24 Jan 2021 13:24:14 -0700
Simon Glass wrote:
> Hi Kory,
>
> On Fri, 22 Jan 2021 at 08:23, Kory Maincent wrote:
> >
> > The commit cd2faeba1a moves the location where we save the flags to the gpio
> > descriptor but it adds a "!" character.
> > This breaks the condition we
This patch changes the board specific "pcie" U-Boot command to not only
check for PCIe device existance but also for the correct link speed
and width that has been established. This cmd can be used by U-Boot
scripts for automated testing, if the PCIe setup is correct. Meaning,
that all PCIe devices
Testing has shown, that the quality of the PCIe signals and also the
stability of correct link establishment on the 2 PCIe ports is better,
when the deemphasis bit is set in the PCIe config register.
This needs to be done very early, even before the SERDES setup code is
run. This way, the first li
This patch changes the PCI config routines in the Armada XP / 38x driver
to not allow access to the PCIe root ports.
While updating the Armada XP based theadorable to the latest mainline
and testing it with the DM PCI driver I noticed, that the PCI root
bridge was being configured incorrectly. Res
ository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20210125
for you to fetch changes up to 4f37aa957939937f9f5b472f829ab81ef13c479a:
ARM: imx: add i.MX8MN lpddr4 image cfg file (2021-01-23 14:0
Hi Patrick
On 1/22/21 3:34 PM, Patrick Delaunay wrote:
> Add support of missing I2C6_K with bit 3 of RCC_MC_APB5ENSETR =
> I2C6EN: I2C6 peripheral clocks enable.
>
> This patch allows customer to use I2C6 in SPL or in U-Boot
> as other I2C instance, already support in clk driver.
>
> Signed-off-
From: Li Jun
As we need standard usb_ep's desc, so set it when enable ep.
Reviewed-by: Peter Chen
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/ci_udc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/gadget/ci_udc.c b/drivers/usb/gadget/ci_udc.c
inde
From: Li Jun
Change to use wMaxPacketSize of current speed EP desc for request
length wrap up.
Reviewed-by: Peter Chen
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/f_fastboot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/f_fa
From: Li Jun
Remove the gadget driver speed check, and set its max_speed to
be USB_SPEED_HIGH.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/ci_udc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletion
From: Li Jun
If one of functions is not super speed capable, we need force the udc
to be high speed, this is an equivalent implementation of
usb_gadget_udc_set_speed() in kernel but simple, which set the gadget
max_speed to be high speed, so afterwards when start gadget duc can
set the HW to be U
From: Li Jun
Set its max_speed to be super speed.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/g_dnl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/g_dnl.c b/drivers/usb/gadg
From: Li Jun
Add super speed EP config.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/f_fastboot.c | 47 ++---
1 file changed, 44 insertions(+), 3 deletions(-)
diff --git a
From: Li Jun
This patch is to add usb gadget super speed support in common
driver, including BOS descriptor and select the super speed
descriptor from function driver.
Reviewed-by: Ye Li
Reviewed-by: Peter Chen
Tested-by: faqiang.zhu
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
driver
From: Jun Li
Always use the new added config for os_desc_config to fix cdev->
os_desc_config may miss set in case we restart usb gadget driver.
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/composite.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --gi
From: Jun Li
The current way to set cdev->os_desc_config is wrong if user restart
fastboot, as the old config is not used anymore and new allocated
usb_configuration will be used, so set the os_desc_config while
usb_add_config.
Reviewed-by: Ye Li
Signed-off-by: Li Jun
Signed-off-by: Peter Chen
From: Li Jun
Enable WCID(Microsoft Compatible ID Feature Descriptor) for mfgtool.
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/composite.c | 20
1 file changed, 20 insertions(+)
diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/comp
From: Li Jun
Add device interface GUID for Microsoft Extended Properties Feature
Descriptor.
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/f_fastboot.c | 34 +
1 file changed, 34 insertions(+)
diff --git a/drivers/usb/gadget/f_fastboot.c
From: Li Jun
This is a proting patch from linux kernel: 37a3a533429e
("usb: gadget: OS Feature Descriptors support"), the original commit
log see below:
There is a custom (non-USB IF) extension to the USB standard:
http://msdn.microsoft.com/library/windows/hardware/gg463182
They grant permissi
From: Peng Fan
Add Kconfig for OS descriptors
Signed-off-by: Peng Fan
---
drivers/usb/gadget/Kconfig | 9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 7c0df5c264..4a3b22e6de 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/d
From: Li Jun
As other users may use utf8_to_utf16le() to convert the utf8
to utf16 for usb, so move it to head file.
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/usbstring.c | 74 +
include/linux/utf.h| 75 +++
From: Li Jun
This is a porting patch from linux kernel: 19824d5eeece
("usb: gadget: OS String support"), original commit log
see below:
"There is a custom (non-USB IF) extension to the USB standard:
http://msdn.microsoft.com/library/windows/hardware/gg463182
They grant permission to use the sp
From: Li Jun
As the SDP protocol use the predefined ep num for communication, we can't
change its name hence reset its ep num while do ep autoconfig, this is
only apply for SPL.
Signed-off-by: Li Jun
Signed-off-by: Peng Fan
---
drivers/usb/gadget/epautoconf.c | 2 ++
1 file changed, 2 inserti
From: Ye Li
Since some new fields in usb_ep structure been moved to usb_ss_ep.
The CDNS3 gadget driver should replies on this operation to bind the
usb_ss_ep with the endpoint descriptor when function layer uses
usb_ep_autoconfig to add endpoint descriptors to gadget. So that
CDNS3 driver can kno
From: Peng Fan
V2:
Fix imx6dl_mamoj size SPL exceeded issue
V1:
This patchset is to upstream NXP downstream gadget driver patches
for feature update.
Jun Li (2):
usb: gadget: set correct usb_configuration for os_desc_config
usb: gadget: update os_desc_config when add config
Li Jun (13):
在 2021/1/24 下午7:38, Meng, Bin 写道:
It looks somehow this email did not arrive the mailing list?
Yes, it is waiting list moderator for approval as it's my first mail to
U-Boot list.
As for the patch, U-Boot mms_spi driver does nothing wrong. The dropped byte is
for Ncr as required by the sp
From: Su Baocheng
The NOR flash w25q128 denoted by JEDEC ID 0xef4018 actually represents
various models. From Winbond's website, I could only find 3 types of
them:
W25Q128JV-IQ/JQ
datasheet:https://www.winbond.com/resource-files/
w25q128jv%20revg%2004082019%20plus.pdf
W25Q128FV (SPI
From: Su Baocheng
According to datasheets, all 3 types of w25q128 support ST Micro-like
flash protection that using BP{0-2}/TB bits in status register.
Su Baocheng (1):
mtd: spi-nor-ids: Add support of flash protection to w25q128
drivers/mtd/spi/spi-nor-ids.c | 12 +++-
1 file chang
On Mon, Jan 25, 2021 at 02:02:07PM +0100, Michael Walle wrote:
> Works now. Tested on Kontron sl28 var2 with two switch
> ports routed to two SGMII lanes.
>
> Tested-by: Michael Walle [on kontron_sl28]
Thanks for the patience!
Am 2021-01-25 13:23, schrieb Vladimir Oltean:
From: Vladimir Oltean
DSA stands for Distributed Switch Architecture and it is a subsystem
introduced in the Linux kernel to support switches that:
- have an Ethernet link up to the CPU
- use some form of tagging to identify the source/destination p
On 1/25/21 12:22 AM, Adam Ford wrote:
On Sun, Jan 24, 2021 at 11:10 AM Marek Vasut wrote:
On 1/13/21 12:52 AM, Adam Ford wrote:
Update the RZ/G2M dtsi and r8a774a1-beacon-rzg2m-kit kit
from Renesas repo destined to become 5.12-rc1.
I picked a DT sync for Linux 5.10 from Biju (on CC), does y
Am 2021-01-25 13:23, schrieb Vladimir Oltean:
From: Alex Marginean
The definition follows the DSA binding in kernel and describes the
switch,
its ports and PHYs. The switch node has the same structure as in Linux
and this patch enables it (and relevant ports) for the LS1028A RDB
board.
EN
From: Igor Opaniuk
Extend existing DM tee tests adding test coverage for reverse RPC calls.
Currently this commit only adds tests for I2C requests from TEE driver
to TEE supplicant, for instance reading/writing data to emulated i2c
eeprom defines in standard sandbox test device tree
(arch/sandbox
From: Igor Opaniuk
This adds support for RPC test trusted application emulation, which
permits to test reverse RPC calls to TEE supplicant. Currently it covers
requests to the I2C bus from TEE.
Signed-off-by: Igor Opaniuk
Reviewed-by: Simon Glass
Reviewed-by: Jens Wiklander
Acked-by: Etienne
From: Igor Opaniuk
Add pygit2 and pyelftools to the list of packages for virtualenv
needed to run all sets of pytests.This fixes warnings like:
binman.elf_test.TestElf.testDecodeElf (subunit.RemotedTestCase):
Python elftools not available
Signed-off-by: Igor Opaniuk
Reviewed-by: Simon Glass
-
From: Jorge Ramirez-Ortiz
This commit gives the secure world access to the I2C bus so it can
communicate with I2C slaves (typically those would be secure elements
like the NXP SE050).
A similar service implementation has been merged in linux:
c05210ab ("drivers: optee: allow op-tee to access dev
From: Igor Opaniuk
This patchset allows OP-TEE to communicate with I2C devices; a typical
use case would be servicing U-Boot requests that require underlying
cryptographic operations implemented by an I2C chip.
On a board fitted with the NXP SE050 I2C secure element, OP-TEE can
route some of the
From: Alex Marginean
The switch driver for LS1028A Ethernet switch is now compiled in for
the NXP LS1028A reference design boards and for the Kontron SMARC-sAL28.
Signed-off-by: Alex Marginean
Signed-off-by: Claudiu Manoil
Signed-off-by: Vladimir Oltean
Acked-by: Michael Walle
---
v4: enable
From: Alex Marginean
The definition follows the DSA binding in kernel and describes the switch,
its ports and PHYs. The switch node has the same structure as in Linux
and this patch enables it (and relevant ports) for the LS1028A RDB board.
ENETC PF6 is the 2nd Eth controller linked to the swit
From: Alex Marginean
This driver is used for the Ethernet switch integrated into LS1028A NXP.
Felix on LS1028A has 4 front panel ports and two internal ports, I/O
to/from the switch is done through an ENETC Ethernet interface.
The 4 front panel ports are available as Ethernet interfaces and can b
From: Claudiu Manoil
DSA stands for Distributed Switch Architecture and it covers switches that
are connected to the CPU through an Ethernet link and generally use frame
tags to pass information about the source/destination ports to/from CPU.
Front panel ports are presented as regular ethernet de
From: Claudiu Manoil
The DSA sandbox driver is used for unit testing the DSA class code.
It implements a simple 2 port switch plus 1 CPU port, and uses a very
simple tag to identify the ports.
The DSA sandbox device is connected via CPU port to a regular Ethernet
sandbox device, called 'dsa-test-
From: Vladimir Oltean
The DSA (Distributed Switch Architecture) implementation has made a
design decision when it got introduced to the Linux kernel in 2008.
That was to hide away from the user the CPU-facing Ethernet MAC, since
it does not make sense to register it as a struct net_device (UCLASS
From: Vladimir Oltean
Unlike the Linux fixed PHY driver, the one in U-Boot does not attempt to
emulate the clause 22 register set of a gigabit copper PHY driver
through the swphy framework. Therefore, the limitation of being unable
to support speeds higher than gigabit in fixed-link does not appl
From: Vladimir Oltean
DSA stands for Distributed Switch Architecture and it is a subsystem
introduced in the Linux kernel to support switches that:
- have an Ethernet link up to the CPU
- use some form of tagging to identify the source/destination port for
Rx/Tx
- may be cascaded in tree-like s
On Mon, Jan 25, 2021 at 12:50 PM Igor Opaniuk wrote:
>
> Hi Jens,
>
> On Mon, Jan 25, 2021 at 10:50 AM Jens Wiklander
> wrote:
> >
> > Hi Igor,
> >
> > On Sun, Jan 24, 2021 at 11:39:45AM +0200, Igor Opaniuk wrote:
> > > From: Igor Opaniuk
> > >
> > > Add support for rpmb-dev property in optee no
The following changes since commit 69d29fe1c0aeb33f42633a7d30b7921c02aa:
Merge tag 'efi-2021-04-rc1-3' of
https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2021-01-23 19:07:00
-0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/
Provide information about host backed block device.
Mark the device created by 'host bind' as removable.
Signed-off-by: Heinrich Schuchardt
---
drivers/block/sandbox.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/block/sandbox.c b/drivers/block/sandbox.c
index 34c26c
Commands like 'fatinfo' call dev_print() to print device information. If
the block device is created via 'host bind', we should print accurate
information.
Signed-off-by: Heinrich Schuchardt
---
disk/part.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/disk/part.c b/disk/part.c
index b69fd
1 - 100 of 119 matches
Mail list logo