소스 검색

ppc4xx: Add a comment for 405EX PCIe endpoint configuration

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 17 년 전
부모
커밋
94276eb0a7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      cpu/ppc4xx/4xx_pcie.c

+ 6 - 0
cpu/ppc4xx/4xx_pcie.c

@@ -431,6 +431,12 @@ int __ppc4xx_init_pcie_port_hw(int port, int rootport)
 {
 	u32 val;
 
+	/*
+	 * test-only:
+	 * This needs some testing and perhaps changes for
+	 * endpoint configuration. Probably no PHY reset at all, etc.
+	 * sr, 2007-10-03
+	 */
 	if (rootport)
 		val = 0x00401000;
 	else