summaryrefslogtreecommitdiffstats
path: root/test/xsd
Commit message (Expand)AuthorAgeFilesLines
* * added files:nahi2004-12-201-0/+494
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-291-1/+1
* * import soap4r/1.5.2;nahi2004-01-061-20/+20
* * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi2003-12-241-2/+4
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-0/+6
* * test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.nahi2003-12-231-1/+6
* * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi2003-11-302-0/+25
* * lib/soap/streamHandler.rb: drop unused http parameters.nahi2003-11-281-0/+5
* * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...nahi2003-11-252-8/+6
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-141-3/+10
* * test/logger/test_logger.rb: unlinking file before close causes problem undernahi2003-10-011-24/+24
* * lib/xsd/charset.rb: XSD::Charset.is_ces did return always true undernahi2003-09-281-3/+24
* * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each modulenahi2003-09-262-0/+14
* * lib/soap/* (29 files): SOAP4R added.nahi2003-09-243-0/+998
ded initrd image * run trymmcscriptboot - Try to load and boot script ${mmcscriptfile} * run trymmckernboot - Try to load and boot kernel image ${mmckernfile} * run trymmckerninitrdboot - Try to load and boot kernel image ${mmckernfile} with initrd image ${mmcinitrdfile} Additional variables for loading files from mmc: * mmc ${mmcnum} (0 - external, 1 - internal) * partition number ${mmcpart} (1 - 4) * parition type ${mmctype} (fat, ext2) Additional varuables for booting kernel: * setup_omap_atag - Add OMAP table into atags structure (needs maemo kernel) * setup_console_atag - Enable serial console in OMAP table * setup_boot_reason_atag - Change boot reason in OMAP table * setup_boot_mode_atag - Change boot mode in OMAP table USB TTY: Maemo kernel 2.6.28 will crash if u-boot enable usb tty. So USB TTY is disabled. For enabling USB TTY just add this line to file include/configs/nokia_rx51.h #define CONFIG_USB_TTY ONENAND support: ONENAND support is disabled because not working yet and cause linux kernel to crash or no access to mtd. For enabling ONENAND support add this line at begin of file include/configs/nokia_rx51.h #define ONENAND_SUPPORT UBIFS support: UBIFS support is disabled, because U-Boot image is too big and cannot be flashed with attached zImage to RX-51 kernel nand area. For enabling UBIFS support first enable ONENAND support and then add this line at begin of file include/configs/nokia_rx51.h #define UBIFS_SUPPORT