URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [ChangeLog] - Rev 654
Go to most recent revision | Compare with Previous | Blame | View Log
2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>* cdl/microwindows.cdl: There's no docs so don't supply CDL.2002-04-30 Bart Veer <bartv@redhat.com>* cdl/microwindows.cdl:Replace description properties with display properties.2002-04-26 Bart Veer <bartv@redhat.com>* src/drivers/scr_ecospcsvga.c:New screen driver for PC hardware.* src/nanox/srvmain.c:Change #ifdef's for new PC screen driver* src/nanox/clientfb.c:Get a framebuffer address for x86 hardware* src/ecos/ecos_app.c:Only build keyboard widget when needed. PC hardware has a realkeyboard.* cdl/microwindows.cdl:Add configuration options for PC graphics. Automaticallybuild the files which instantiate eCos threads for the variousmicrowindows applications.2002-04-15 Jesper Skov <jskov@redhat.com>* src/demos/nanox/world.c (MAPFILE): Load from current directory.2002-04-12 Bart Veer <bartv@redhat.com>* src/nanox/srvmain.c:Use a new main loop for PC/VGA. The default loop withnetworking enabled assumes you can select() on themouse and keyboard, which is not currently implemented.* src/ecos/ecos_init.c:Add some conditional compilation. Only check fora logo file when there is a file system. Don't botherwith touchscreen calibration on a PC without atouch-sensitive screen.* cdl/microwindows.cdl:Add configury for building on a PC.* src/drivers/ps2kbdmou_ecos.c:Driver for PC PS/2 keyboard and mouse. Only tested againsta Japanese Dell Inspiron laptop.2002-04-12 Jesper Skov <jskov@redhat.com>* src/drivers/scr_ecos.c (gen_getscreeninfo): Return properfbdriver ptr.(set_portrait_mode): Update psd->portrait variable.* src/demos/nanox/world.c: Removed load hack. Problem was due totruncated jffs2 fs.2002-04-10 Jesper Skov <jskov@redhat.com>* include/microwin/nano-X.h: Silence warning by including kapi.h2002-04-08 Jesper Skov <jskov@redhat.com>* cdl/microwindows.cdl: Build Map demo if required. Require it forthe ARM targets.* src/demos/nanox/world.c (load): Hacked to do nothing.(main): renamed to app_main.2002-03-27 Jesper Skov <jskov@redhat.com>* src/drivers/scr_ecos.c (gen_getscreeninfo): Fill in correctcolor layout based on pixel format. Now the animation renderscorrectly.* drivers/scr_ecos.c (gen_getscreeninfo): Fill in allparameters. At least the missing potrait mode causeproblems. fbdriver parameter is probably wrong, but needs to benon-zero.2002-03-26 Jesper Skov <jskov@redhat.com>* cdl/microwindows.cdl: Renamed CYGBLD_MICROWINDOWS_ARM9_DRIVERSto CYGBLD_MICROWINDOWS_ARM_DRIVERS and added ipaq/aaed hacks.* Moved sources to services/gfx/mw with help from Gary. Movedsrc/include directory to include/microwin.* cdl/microwindows.cdl: Added CDL build support.* src/demos/nanowm/nanowm.c: Rename main() for eCos builds.* src/demos/nxkbd/nxkbd.c: Same.* src/nanox/srvmain.c: Same.* src/ecos/ecos_init.c: Fix some warnings, use redhat.logo for IOtesting.2002-03-22 Bart Veer <bartv@redhat.com>* Configs/config.ecosvga:New config file for eCos on a PC using the VGA driver.* Arc.rules, makefile.rules, config, */Makefile */*/MakefileAdd build support for x86 eCos, and allow builds outside thesource tree.* nanox/clientfb.c:Only assume LCD display when compiling for ARM.<cyg/hal/lcd_support.h> etc. do not exist when building for PC.* ecos/ecos_app.c:Add missing #include'sFix type ecos_nx_setup() vs. ecos_nx_init()* drivers/vgaplan4.h:Define the appropriate out?() macros for eCos* drivers/vgainit.c:Set up to access hardware directly.Use HAL macro to peek I/O portFix one of the initial values for the VGA registers, which Ibelieve was leaving all planes disabled.* drivers/scr_ecos.c:This is not used by all eCos targets, e.g. PC using themicrowindows VGA driver. For now conditionalize on CYGPKG_HAL_ARM.* drivers/memplan4.c, drivers/scr_bios.c,Set up to access hardware directly under eCos.* drivers/kbd_null.c:Declaration of NUL_Read() did not match definition.2002-03-14 Jesper Skov <jskov@redhat.com>* Makefile: Fix typo.* nanox/Makefile: Build clientfb.c* nanox/clientfb.c: Hacked for eCos.* nanox/client.c (nxErrorStrings): Define for eCos.* nanox/srvevent.c (nxErrorStrings): Don't define for eCos.2002-03-13 Jesper Skov <jskov@redhat.com>* ecos/Makefile: Require 'DEMO=Y' and 'AGDEMO=Y' to build old oragdemo respectively.* ecos/ecos_app.c: Wrap img_demo stuff in USE_IMG_DEMO.* ecos/img_demo.c: Added. (older version)* Makefile.rules (clean): Don't blow away everything if there's nobin directory.* Makefile: Added ecos build rule. Create bin and lib.* Makefile.rules (CPPFLAGS): Include $(INCLUDEDIRS) for properdependencies on ecos headers.* ecos/ecos_init.c (ecos_nx_init): Use portrait_right mode forIPAQ.* drivers/scr_ecos.c (set_portrait_mode): Added. Cleaned upportrait switch handling.* ChangeLog.MW: Moved the original ChangeLog to ChangeLog.MWChanges made by Gary Thomas <gthomas@redhat.com>. Diff againstbranch MW_0_89_pre8:* src/Arch.rules: Updated for building ag_demo.* src/Configs/config.ecos: Changed tools prefix to arm-elf- andscreen pixel type. Also added JPEG support and disabled potraitmode.* src/config: copy of Configs/config.ecos* src/drivers/Makefile: Added portrait files to the eCos buildrule.* src/drivers/kbd_ipaq.c: various tweaks.* src/drivers/scr_ecos.c: hacks to get portrait mode working oniPAQ.* src/ecos/Makefile: Build tweaks for ag_demo.* src/ecos/ecos_app.c: mount jffs2, include image demo.* src/ecos/ecos_init.c: ag_demo tweaks.* src/engine/devimage.c: build tweak for HAVE_MMAP* src/include/device.h: COLOR2PIXEL555 hack for strongarm lcd.* src/include/nano-X.h: Fix regfdset typo.* src/include/swap.h: __ECOS hacks.* src/jpeg-6b: imported jpeg support.* src/nanox/Makefile: eCos build tweaks.* src/nanox/client.c: eCos ACCESS_PER_THREAD_DATA tweak.* src/nanox/serv.h: additional Gr->SVR_Gr definitions.* src/nanox/srvnet.c: __ECOS hack (print error string instead ofvalue).
Go to most recent revision | Compare with Previous | Blame | View Log
