~nemos-team/nemos/+git/u-boot-s32:upstream/bsp35.0

Last commit made on 2022-11-29
Get this branch:
git clone -b upstream/bsp35.0 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/bsp35.0
Repository:
lp:~nemos-team/nemos/+git/u-boot-s32

Recent commits

f30287c... by Andrei Botila <email address hidden>

drivers: net: s32-cc: fix-up mac address for GMAC

When a new mac address for GMAC is set through ethaddr variable, this new
value is not passed to Kernel if a ping is not initiated before booting.
To fix this we manually patch the DT in the fix-up procedure.

Issue: ALB-9566
Signed-off-by: Andrei Botila <email address hidden>

4ace5be... by Vlad Pelin <email address hidden>

hse: rename secboot options to generic hse

secboot names in files no longer makes sense,
rename them in more generic hse style

Issue:ALB-9547
Signed-off-by: Vlad Pelin <email address hidden>

fc93196... by Vlad Pelin <email address hidden>

hse:secboot: remove unused u-boot secboot code

secboot and keystore format have been moved to
userspace, so code in u-boot is no longer needed

Issue: ALB-9547
Signed-off-by: Vlad Pelin <email address hidden>

f672360... by Martin Hrdlicka <email address hidden>

net: pfeng: Enable RMII mode

Add rmii pfeng mode.

Set RMII TX & RX clock to 25MHz by default.

Issue: ALB-9489
Signed-off-by: Martin Hrdlicka <email address hidden>

2505629... by Ciprian Costea <email address hidden>

hwconfig: fixup: Do not return from 'ofnode_append_prop' if property does not exist

'lenp' parameter from 'ofnode_get_property' gets set to an error
code if the property does not exist. In our case we would like to
create the property if it does not exist and not directly return.
Otherwise, this will lead to Serdes not being initialized
correctly and PCIe probe will fail.

Issue: ALB-9558
Signed-off-by: Ciprian Costea <email address hidden>

19feae9... by Bogdan Roman <email address hidden>

pinctrl: s32cc: check overflows and NULL dereferences

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

a25c861... by Ciprian Costea <email address hidden>

s32cc: qspi: Check a potential overflow on pointer dereference

Issue: ALB-9532
Signed-off-by: Ciprian Costea <email address hidden>

2b884ae... by Ciprian Costea <email address hidden>

s32cc: qspi: Fix potential overflowed array index read in lut tables

Issue: ALB-9532
Signed-off-by: Ciprian Costea <email address hidden>

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

s32: SerDes Coverity fixes

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

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

include/log.h: Return 0 from log function to fix return

This fixes the following error reported by sparse on every 'pr_*'
call:

error: incompatible types in conditional expression (different base types):
    void
    int

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