summaryrefslogtreecommitdiff
path: root/target/generic/device_table.txt
AgeCommit message (Collapse)Author
2009-06-21target/generic: add /dev/sd{a,b}*, /dev/ub{a,b}* device nodesPeter Korsgaard
E.G. for usb disks. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-21target/generic: add /dev/i2c-N device nodesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-10Add support for Freescale's MXC serial terminalsDaniel Mack
This patch makes ttymxc[012] an option to choose for BR2_TARGET_GENERIC_GETTY. It also adds these ports to the generic device table and to securetty. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-07target/generic: add ttySACx support to serial console configPeter Korsgaard
Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-02-03target/generic: add ttyCPMx device nodes to device_table / securettyPeter Korsgaard
Serial devices for CPM cores on ppc.
2008-12-23target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)Peter Korsgaard
2008-10-17Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard
From: Grant Likely <grant.likely@secretlab.ca> The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC) devices have dedicated major/minor numbers. Add them to the device table data file so they get are present in the root filesystem
2008-06-30generic: fix fb1..3 device_table.txt entriesPeter Korsgaard
2005-08-03Add /dev/shm.Manuel Novoa III
2005-07-14Add device nodes for /dev/input by default (xorg and others want then)Eric Andersen
2005-02-17more changes towards better board supportEric Andersen