[PATCH v4 12/27] x86: Makefile: Drop explicit targets built by binman - BREAKS NETWORK ON SUNXI
Heinrich Schuchardt
xypron.debian at gmx.de
Wed Aug 5 19:13:25 CEST 2020
On 28.07.20 20:57, Simon Glass wrote:
> On x86 various files that need to be created by binman. It does not make
> sense to enumerate these in the Makefile. They are described in the
> configuration (devicetree) for each board and we can simply run binman
> (always) to generate them.
>
> Update the Makefile to have a separate, final step which runs binman,
> once all input dependencies are present.
>
> This avoid sprinkling the Makefile with arch-specific code.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v3)
>
> Changes in v3:
> - Drop rockchip changes which should not be in this patch
>
> Makefile | 63 +++++++++++++-------------------------------------------
> 1 file changed, 14 insertions(+), 49 deletions(-)
>
> Applied to u-boot-dm, thanks!
>
Dear Simon,
since this patch merged as 42b18df80fdb network is broken on the
pine64-lts_defconfig:
Net: phy interface7
Could not get PHY for ethernet at 1c30000: addr 1
No ethernet found.
=> dhcp
phy interface7
mdio_register: non unique device name 'ethernet at 1c30000'
Could not get PHY for ethernet at 1c30000: addr 1
Please, provide a fix.
Best regards
Heinrich
More information about the U-Boot
mailing list