--- wikisrc/ports/evbarm/tegra.mdwn 2015/04/11 17:22:18 1.2 +++ wikisrc/ports/evbarm/tegra.mdwn 2015/08/02 22:47:45 1.23 @@ -2,10 +2,50 @@ **The Tegra port is work in progress** +[[!toc levels=2]] + + +# Supported hardware + - CPU: Cortex-A15: NVIDIA Tegra K1 (T124) (4-core) + - VFP / NEON + - CPU frequency scaling + - GIC + - ARM generic timer + - Clock and reset controller + - GPIO controller + - MPIO / pinmux controller + - Memory controller + - Power management controller + - I2C controller + - UART [[!template id=man name="com" section="4"]] serial console + - RTC + - Watchdog timer + - SDMMC [[!template id=man name="sdhc" section="4"]] controller + - USB 2.0 [[!template id=man name="ehci" section="4"]] controller + - PCI express + - SATA [[!template id=man name="ahcisata" section="4"]] controller + - HDMI + - Framebuffer console + - HDMI Audio [[!template id=man name="hdaudio" section="4"]] controller + - HDMI CEC + - Jetson TK1 + - On-board Realtek 8111G [[!template id=man name="re" section="4"]] gigabit ethernet + - EEPROM [[!template id=man name="seeprom" section="4"]] (on I2C) + - TMP451 [[!template id=man name="titemp" section="4"]] temperature sensor (on I2C) + - RF kill switch + - Power button + +# TODO + - Analog audio output (I2S, Audio codec, APB DMA) + - AS3722 power management unit + - GPU (nouveau) + - USB 3.0 [[!template id=man name="xhci" section="4"]] controller + # Generating a boot script [[!template id=programlisting text=""" $ cat boot.txt +setenv bootargs root=ld1a fatload mmc 1:1 0x90000000 netbsd.ub bootm 0x90000000 $ mkubootimage -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" boot.txt boot.scr