~nemos-team/nemos/+git/u-boot-s32:upstream/bsp34.0.1

Last commit made on 2022-09-12
Get this branch:
git clone -b upstream/bsp34.0.1 https://git.launchpad.net/~nemos-team/nemos/+git/u-boot-s32
Members of NemOS Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
upstream/bsp34.0.1
Repository:
lp:~nemos-team/nemos/+git/u-boot-s32

Recent commits

6391b46... by Jan Petrous <email address hidden>

s32g: hwconfig: Unify 'xpcs_mode' for S32G

All devboards has PFE_EMAC_0 mapped to SGMII,
on EVB/EVB3 connected to 2.5G PHY AQR, on RDB2/RDB3
connected to SJA1110 automotive switch.

Use 2.5G speed on PFE_EMAC_0 by default for all boards.

Issue: ALB-9290
Signed-off-by: Jan Petrous <email address hidden>

484c09d... by Ionut Vicovan <email address hidden>

s32cc: pcie: Fix EP mode initialization

Issue: ALB-9232

Signed-off-by: Ionut Vicovan <email address hidden>

a829c77... by Andrei Stefanescu <email address hidden>

net: pfeng: handle memory leak

De-allocate `chnl` in case we encounter an error. Also, add deinit
function for a ring which will be used when errors are encountered while
initializing a channel.

Issue: ALB-9226

Signed-off-by: Andrei Stefanescu <email address hidden>

69fa4e9... by Andrei Stefanescu <email address hidden>

net: pfeng: handle memory leaks

The `pfeng_hw_init_ring` allocates various resources which were not
de-allocated in case of error.

Issue: ALB-9227

Signed-off-by: Andrei Stefanescu <email address hidden>

1c09d74... by Andrei Stefanescu <email address hidden>

net: pfeng: initialize ret variable

Coverity complained about the use of an un-initialized `ret` variable.
The variable's value is only set inside a for. Moreover, the variable's
type should be `int` because it should be able to store negative error
codes.

Initialize it with 0 when it's declared.

Issue: ALB-9225

Signed-off-by: Andrei Stefanescu <email address hidden>

8ac931c... by Bogdan Roman <email address hidden>

s32: hse: refactor RAM Key catalog

Refactor RAM Key Catalog to fit Key Groups for both Linux and OP-tee
dirvers. First two groups are accessed by the Linux Driver and
the last two by the OP-TEE Driver.

Issue: ALB-9074
Signed-off-by: Bogdan Roman <email address hidden>

ae9ac0a... by Ghennadi Procopciuc <email address hidden>

arm: s32-cc: Increase max DTB size to 0x8000

This is needed to keep U-Boot and ATF in sync.

Issue: ALB-9269
Signed-off-by: Ghennadi Procopciuc <email address hidden>

7ba64c1... by Ionut Vicovan <email address hidden>

s32cc:pcie: Limit PCIe width and speed for combo modes by device tree fixups

PCIe width and speed for combo modes (including mode5) is
done by ammending the device tree via hwconfig fixups.

Issue: ALB-9065

Signed-off-by: Ionut Vicovan <email address hidden>

4b49423... by Ionut Vicovan <email address hidden>

s32cc:pcie: Remove some duplicate code and regroup some Gen3 settings

Issue: ALB-9065

Signed-off-by: Ionut Vicovan <email address hidden>

228db1c... by Ionut Vicovan <email address hidden>

s32cc:pcie: Limit speed to Gen2 in mode5

Issue: ALB-9065

Signed-off-by: Ionut Vicovan <email address hidden>