uboot etsec config in header file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

uboot etsec config in header file

1,318 次查看
jasonhendrix
Contributor V

Hi, I'm trying to port U-boot to our board based on the ls1020a processor.  I've started modifying a copy of include/configs/ls1021atwr.h.  What I would like to know is if there's any documentation for the config items that are not in the README, especially the eTSEC section?  Thanks.

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,156 次查看
bpe
NXP Employee
NXP Employee

TSEC-related options are pretty self-explanatory. The main option is CONFIG_TSEC_ENET,

which I guess you have already found in the README. If not, check

doc/README.mpc85xxads. The best way to understand the rest is to

look at the source. There are only a few files besides configuration headers under

include/config/ where they appear. The most important are

drivers/net/tsec.c which covers the main TSEC functionality and files

under /board/freescale/ which deal with pin and protocol multiplexing.

If any option meaning remain unclear, do not hesitate to ask more specifically.

0 项奖励
回复