[PATCH v3] bosch: Add initial board support for ACC
pro at denx.de
pro at denx.de
Thu Apr 21 18:48:18 CEST 2022
Hi Stefano,
On 2022-04-21 16:53, Stefano Babic wrote:
> Hi Philip,
>
> Ci is still broken:
>
> On 19.04.22 16:44, Philip Oberfichtner wrote:
>> The Bosch ACC (Air Center Control) Board is based on the i.MX6D.
>>
[...]
>> +/* Ethernet */
>> +#ifdef CONFIG_FEC_MXC
>> +#define CONFIG_FEC_MXC_PHYADDR 0
>> +#define CONFIG_FEC_XCV_TYPE RMII
>
> Reason is this one.
>
> I wonder myself why this is required - I set this a lot of time
> *before* the switch to DM, but then the connection type is set in DT
> and this is not required anymore. Are you sure you need it ?
Thanks for the hint. Will be removed in V4.
Best regards,
Philip
>
> Regards,
> Stefano
>
>> +#endif
>> +
>> +/* SPL */
>> +#ifdef CONFIG_SPL
>> +#include "imx6_spl.h"
>> +
>> +#ifdef CONFIG_SPL_BUILD
>> +#define CONFIG_SYS_FSL_USDHC_NUM 2
>> +
>> +#ifdef CONFIG_SYS_BOOT_EMMC
>> +
>> +/* Boot from eMMC */
>> +#define CONFIG_SYS_FSL_ESDHC_ADDR 1
>> +
>> +#else
>> +
>> +/* Boot from SD-card */
>> +# define CONFIG_SYS_FSL_ESDHC_ADDR 0
>> +
>> +#endif
>> +
>> +#endif
>> +#endif
>> +
>> +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
>> +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI |
>> PORT_PTS_PTW)
>> +#define CONFIG_MXC_USB_FLAGS 0
>> +#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Enabled USB controller
>> number */
>> +
>> +#endif /* __IMX6Q_ACC_H */
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-22 Fax: +49-8142-66989-80 Email: pro at denx.de
=====================================================================
More information about the U-Boot
mailing list