-
Currently all the framebuffer io with ARM is not typesafe.
The __raw_{read/write} macros should be used instead of
(*(volatile u{8/16/32/64} *) for all io.
Signed-off-by: H Hartley Sweeten .
2009-04-27 16:40:28 UTC in Linux Frame Buffer Device Development
-
The attached patch adds the ability to print the known instructions for the current part in the chain.
I don't use the jtag utility enough to remember them and always end up having to look the instructions up.
Usage is as follows:
/ # jtag
UrJTAG 0.8 #1229
Copyright (C) 2002, 2003 ETC s.r.o.
Copyright (C) 2007, 2008 Kolja Waschk and the respective authors
UrJTAG is free software,
2008-05-15 20:12:12 UTC in Universal JTAG library, server and tools
-
File Added: PARTS.
2007-12-27 18:29:15 UTC in Universal JTAG library, server and tools
-
File Added: STEPPINGS.
2007-12-27 18:28:36 UTC in Universal JTAG library, server and tools
-
"include" support for the T144 package variation.
File Added: t144.
2007-12-27 18:27:49 UTC in Universal JTAG library, server and tools
-
"include" support for the Q208 package variation.
File Added: q208.
2007-12-27 18:27:20 UTC in Universal JTAG library, server and tools
-
"include" support for the F256 package variation.
File Added: f256.
2007-12-27 18:26:42 UTC in Universal JTAG library, server and tools
-
The attached file adds support for the Altera EP2C8 FPGA.
Feel free to remove any of the extra comments. I just added them to keep track of the pin numbers for the various package include files.
2007-12-27 18:25:48 UTC in Universal JTAG library, server and tools
-
As a temporary solution here is a patch to the print.c file to print the signal aliases during a "print signals" command.
2007-12-27 16:23:56 UTC in Universal JTAG library, server and tools
-
The attached file is a target specific cable driver that does not use an underlying parport_t driver.
It's basically a merge of the gpio cable driver and the ep93xx_storm parport driver with the extra unnecessary stuff removed.
2007-12-27 00:44:39 UTC in Universal JTAG library, server and tools