mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
1da177e4c3
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
23 lines
708 B
Text
23 lines
708 B
Text
Pangolin is a StrongARM 1110-based evaluation platform produced
|
|
by Dialogue Technology (http://www.dialogue.com.tw/).
|
|
It has EISA slots for ease of configuration with SDRAM/Flash
|
|
memory card, USB/Serial/Audio card, Compact Flash card,
|
|
PCMCIA/IDE card and TFT-LCD card.
|
|
|
|
To compile for Pangolin, you must issue the following commands:
|
|
|
|
make pangolin_config
|
|
make oldconfig
|
|
make zImage
|
|
|
|
Supported peripherals:
|
|
- SA1110 serial port (UART1/UART2/UART3)
|
|
- flash memory access
|
|
- compact flash driver
|
|
- UDA1341 sound driver
|
|
- SA1100 LCD controller for 800x600 16bpp TFT-LCD
|
|
- MQ-200 driver for 800x600 16bpp TFT-LCD
|
|
- Penmount(touch panel) driver
|
|
- PCMCIA driver
|
|
- SMC91C94 LAN driver
|
|
- IDE driver (experimental)
|