[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01-opos93, created. 46d14b3e2e5e1d4a6a2
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-12-15 15:20:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01-opos93 has been created
at 46d14b3e2e5e1d4a6a261f725c34cbfad17649c0 (commit)
- Log -----------------------------------------------------------------
commit 46d14b3e2e5e1d4a6a261f725c34cbfad17649c0
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jun 26 17:48:22 2023 +0200
Add OPOS93 and OPOS93Dev support
commit 0b98a0dd1f48bcde8a031898e2f6ad02ae1ab718
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Dec 15 11:24:06 2023 +0100
Makefile: pass -ansi option to cmd_gen_envp
Without the '-ansi' option, the 'linux' string in env. files is replaced
with the string '1 '. For example, in the
board/armadeus/opos6uldev/opos6uldev.env file,
kernelimg=opos6ul-linux.bin
becomes
kernelimg=opos6ul-1 .bin
in the include/generated/env.in.
That's because 'linux' is a System-specific Predefined Macros. [1]
Pass the '-ansi' option as suggested by the GCC documentation. [1]
Fix the two .env files using C++ comment style for their SPDX licence.
[1] https://gcc.gnu.org/onlinedocs/gcc-13.2.0/cpp/System-specific-Predefined-Macros.html
commit 84beb652eb55b90b92510b3c5c6ef9e3f289c009
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Jun 23 10:12:04 2020 +0200
regulator: fixed: add .set_value
commit 31af41e8f9be941689d8102d50c57bc8564268fe
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 24 11:30:03 2023 +0200
usb: ehci-mx6: add i.MX93 support
commit 6e7e47e2dae352b3f21e3742eace488137145f5c
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 24 13:45:13 2023 +0200
arm: dts: imx93: add USB OTG nodes
i.MX93 has two USB OTG ports.
commit 5105c98f8887a948d375ef439c55fc466881e2cf
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 24 11:40:39 2023 +0200
arm: dts: imx93-evk: remove wrong eqos compatible string
The correct compatible string for i.MX93 variant of DWC EQoS MAC is now
"nxp,imx93-dwmac-eqos".
commit 28dbcd6e9439a29331f0121c9cec078b0e30a1b8
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jul 26 18:28:55 2023 +0200
net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG
Add support for the RTL8211F(D)(I)-VD-CG PHY present on the i.MX93 EVK
board.
commit f5283be59156db7638b6192b9f55b1ad3293d0d2
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jul 26 17:41:29 2023 +0200
net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93
Add a common board_interface_eth_init() called by the DWC MAC driver to
setup the MAC <-> PHY interface according to the PHY mode obtained from
DT.
Remove the board-side configuration in the i.MX93 EVK files.
commit 8b2681cca5bbc178f0f4a452612d97233deff508
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 24 11:32:46 2023 +0200
net: dwc_eth_qos: add i.MX93 support
Add support for DWC EQoS MAC on i.MX93.
commit da55b73488c9bcd26be6bdca510e1ad6432336f0
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 24 12:47:37 2023 +0200
imx9: imx93_evk: don't call board_init_r
According to the REAMDME file, board_init_f must return normally and not
call board_init_r.
-----------------------------------------------------------------------
hooks/post-receive
--
armadeus/u-boot
|