uboot etsec config in header file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

uboot etsec config in header file

1,320件の閲覧回数
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,158件の閲覧回数
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 件の賞賛
返信