⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 PXA250上的XBOOT
💻
字号:
2003-09-26  Juraj Fabo  <vinco@etc.sk>	Version 0.3.1 released.2003-09-26  Juraj Fabo  <vinco@etc.sk>	* configure.ac: Changed revision to 0.3.1.	2003-09-26  Juraj Fabo  <vinco@etc.sk>	* Makefile.am: Added new files: splash.c, splash.h, xboot.xpm.2003-09-26  Juraj Fabo  <vinco@etc.sk>	* src/flash.c (FlashXIP): Fixed invalid 'elif' makro use. (Thanks to Daniel Samek).2003-09-24  Juraj Fabo  <vinco@etc.sk>	* src/splash.c: Added new source file.	* src/splash.h: Ditto.	* src/xboot.xpm: Ditto.	* xboot.xconfig: Added configuration options for splash-screen.	* src/download.c (download): Added data download progress indication.		Added splash.h and .config.h header files include.	* src/flash.c: Ditto.	(FlashXIP): Added data flash progress indication.	* src/main.c (main): Added splash_screen function call to display initial picture.		Added necessary display initialization/deinitialization.	* src/parallel.c (PP_read): Added explicit cast, remowed compilation warning.	* src/serial.c (Serial_read): Ditto.	* src/sources: Added splash.c source file.	* src/start-pxa250.s (RAMIMAGE_SIZE): Changed from 0x8000 to 0xC000.	(FLD_OFFSET): Changed from 0xC000 to 0x1C000.	(STACK_OFFSET): Changed from 0xA000 to 0x14000.	* src/usb_pxa250.c: Added splash.h header file include.	(USB_upload): Added upload progress indication.	* src/wep.h (MEM_SIZE_XBOOT_RUN): Changed from 0x10000 to 0x20000.	* src/xboot.bib: Changed according to changes in src/start-pxa250.s.	2003-09-17  Juraj Fabo  <vinco@etc.sk>	Version 0.3.0 released.2003-09-17  Juraj Fabo  <vinco@etc.sk>	* src/main.c: Changed version to 0.3.0.	* configure.ac: Changed revision to 0.3.0.2003-09-17  Juraj Fabo  <vinco@etc.sk>	* xboot.config: Added processor stepping configuration.	* src/download.c (read_dword): Simplified, instead 'readchar' the 'read'		function is called.	(download): 'readchar' function call replaced by 'read', rewritten		record reading.	* src/download.h: 'readchar' function replaced by 'read'.	* src/memory.c (Memory_readchar): Replaced with 'Memory_read' function.	* src/parallel.c (PP_readchar): Replaced with 'PP_read' function.	* src/serial.c (Serial_readchar): Replaced with 'Serial_read' function.	* src/usb-sa1110.c (USB_readchar): Replaced with 'USB_read' function.	* src/usb-pxa250.c: Added ".config.h" header file include.	(usb_init): Added conditional double-buffering disable.	(usb_readchar): Renamed to usb_read.		Added 'MIN' macro definition.		Implemented required size block reading to rise speed.	(USB_upload): 'readchar' function call replaced by 'read'.		Function implementation moved.	2003-09-12  Juraj Fabo  <vinco@etc.sk>	* src/download.c: Added upload_id string.	(download): Added synchronization array.		Reading of synchro chars changed.		Added upload/download recognition from synchro chars.	(DownloadImage): Added 'upload completed' status recognition.	* src/except.h: Added E_UPLOADREQUEST exception.	* src/usb-pxa250.c (usb_write_maxpack): Added new function.	(usb_write_terminate): Ditto.	(usb_readchar): Added new variables to keep the block of data read.		Changed reading from UDDR2 while not empty.		Changed return value.	(USB_download): Added new variables (e, upload, retval).		Changed return values.		Added upload/download recognition.	(USB_upload): Added new function.	2003-09-08  Juraj Fabo  <vinco@etc.sk>	* src/usb-pxa250.c (usb_init): Simplified function return value calculating.2003-09-08  Juraj Fabo  <vinco@etc.sk>	* src/usb-pxa250.c (USB_download): Fixed invalid usb_hw initialization.	2003-07-23  Marcel Telka  <marcel@telka.sk>	* src/usb-pxa250.c (ep0_idle, ep0_in_data_phase): Fixed IPR processing. (patch 776195,		Daniel Samek)	(ep0_end_xfer): Fixed return value. (patch 776195, Daniel Samek)2003-07-22  Marcel Telka  <marcel@telka.sk>	* src/pxa250.h (PWM0_pointer, PWM1_pointer): Fixed declarations (thanks to Juraj Fabo).2003-07-04  Marcel Telka  <marcel@telka.sk>	* src/usb-pxa250.c: Rewrote usb request processing. Added support 		for class type request. (patch 765921, Daniel Samek)2003-07-01  Marcel Telka  <marcel@telka.sk>	* src/main.c: Fixed pxa2x0/gpio.h include (patch 763737, Daniel Samek).2003-06-04  Marcel Telka  <marcel@telka.sk>	Version 0.2.3 released.2003-06-04  Marcel Telka  <marcel@telka.sk>	* configure.ac (AC_INIT): Changed version number to 0.2.3.	* src/main.c (XBOOT_VERSION): Changed version number to 0.2.3.	(main): Added GPIO setup for STUART and FFUART (for PXA2X0).	* src/debug-pxa250.c (OEMInitDebugSerial): Removed PSSR[RDH] clearing.	* src/download.c (DownloadImage): Disabled image downloading for PXA2X0 for non-hw resets.	* src/start-pxa250.s (StartUp): Added PSSR[RDH] and PSSR[PH] clearing.	* src/usb-pxa250.c (usb_init): Changed access to reserver UDC register.2003-04-30  Marcel Telka  <marcel@telka.sk>	* src/usb-pxa250.c (USB_download): Removed bad PSSR setting.2003-03-31  Marcel Telka  <marcel@telka.sk>	Version 0.2.2 released.2003-03-31  Marcel Telka  <marcel@telka.sk>	* src/main.c (NKSignon): Updated copyright year.	* autogen.sh: Added autoreconf stuff.2003-03-28  Marcel Telka  <marcel@telka.sk>	* xboot.config (USB_VID, USB_PID): Added default values.2003-03-26  Marcel Telka  <marcel@telka.sk>	* src/main.c (main): Fixed conditions for displays.2003-03-26  Marcel Telka  <marcel@telka.sk>	* src/main.c (main): Added output mesage for configured LCD display.2003-03-26  Marcel Telka  <marcel@telka.sk>	* src/sources (INCLUDES): Added toplevel directory to the list.	* xboot.config: Added configuration options for LCD.	* src/main.c (main): Added LCD controller setup.2003-03-26  Marcel Telka  <marcel@telka.sk>	* src/start-pxa250.s (FLD_OFFSET, RAMIMAGE_OFFSET, STACK_OFFSET): Moved		xboot runtime image to beginning of the RAM.	* src/start-sa1110.s (FLD_OFFSET, RAMIMAGE_OFFSET, STACK_OFFSET): Ditto.	* src/wep.h (MEM_PHYS_XBOOT_RUN, MEM_VIRT_XBOOT_RUN): Ditto.	* src/wid.h (MEM_PHYS_XBOOT_RUN, MEM_VIRT_XBOOT_RUN): Ditto.	* src/xboot.bib (MEMORY, CONFIG): Ditto.2003-03-26  Marcel Telka  <marcel@telka.sk>	* src/main.c (XBOOT_VERSION): Changed version number to 0.2.2.2003-03-26  Marcel Telka  <marcel@telka.sk>	* configure.ac (AC_INIT): Changed version number to 0.2.2.2003-01-09  Marcel Telka  <marcel@telka.sk>	* src/main.c (main): Removed RAM clearing. This is not a bootloader's job.2002-12-11  Marcel Telka  <marcel@telka.sk>	* configure.ac: Added check-news and dist-bzip2 automake parameters.2002-12-11  Marcel Telka  <marcel@telka.sk>	* Makefile.am: Added standard framework for releases.	* autogen.sh: Ditto.	* configure.ac: Ditto.2002-12-05  Marcel Telka  <marcel@telka.sk>	* dirs: Added new file.	* sources: Moved to directory src, updated path for .config include.	* xboot.bib: Moved to directory src, updated path for xboot.exe file.	* Makefile: Moved to directory src.	* Makefile.inc: Ditto.	* _windows.h: Ditto.	* atable-pxa250.c: Ditto.	* atable-sa1110.c: Ditto.	* atable.h: Ditto.	* board.h: Ditto.	* boardasm.h: Ditto.	* debug-pxa250.c: Ditto.	* debug-sa1110.c: Ditto.	* debug.h: Ditto.	* download.c: Ditto.	* download.h: Ditto.	* except.h: Ditto.	* flash.c: Ditto.	* flash.h: Ditto.	* format.c: Ditto.	* format.h: Ditto.	* main.c: Ditto.	* memory.c: Ditto.	* mmu.c: Ditto.	* parallel.c: Ditto.	* parport.c: Ditto.	* parport.h: Ditto.	* pxa250.h: Ditto.	* sa1110.h: Ditto.	* serial.c: Ditto.	* start-pxa250.s: Ditto.	* start-sa1110.s: Ditto.	* usb-pxa250.c: Ditto.	* usb-sa1110.c: Ditto.	* usb.h: Ditto.	* wep.h: Ditto.	* wid.h: Ditto.2002-12-04  Marcel Telka  <marcel@telka.sk>	Version 0.2.1 released.2002-12-03  Marcel Telka  <marcel@telka.sk>	* main.c: Changed version number to 0.2.1.2002-12-03  Marcel Telka  <marcel@telka.sk>	* xboot.config: Added support for 64 MiB RAM chips for the EP250 target board.	* start-pxa250.s (StartUp): Ditto.	* sources: Ditto.2002-12-02  Marcel Telka  <marcel@telka.sk>	* xboot.config: Changed to support software configuration via srcconf.	* sources: Ditto.2002-11-29  Marcel Telka  <marcel@telka.sk>	* usb-pxa250.c (ep0_init_data_write): Removed unnecessary buffer (Daniel Samek, #645654).2002-11-28  Marcel Telka  <marcel@telka.sk>	Version 0.2 released.2002-11-28  Marcel Telka  <marcel@telka.sk>	* main.c: Changed version number to 0.2.2002-11-27  Marcel Telka  <marcel@telka.sk>	* xboot.config: Moved USB VID/PID configuration to xboot.config file.	* sources: Ditto.	* wep.h: Ditto.	* wid.h: Ditto.2002-11-27  Marcel Telka  <marcel@telka.sk>	* usb-pxa250.c: Added empty USB_download() in case if VID/PID is not defined.2002-11-27  Marcel Telka  <marcel@telka.sk>	* usb-pxa250.c, wep.h: Added USB support for WEP (from Daniel Samek).	* ucb.c, usb-sa1110.c: Renamed usb.c to usb-sa1110.c.	* sources: Added usb-pxa250.c, renamed usb.c to usb-sa1110.c.2002-11-08  Marcel Telka  <marcel@telka.sk>	Version 0.1.1 released.2002-11-08  Marcel Telka  <marcel@telka.sk>	* start-pxa250.s: Configured memory controller for asynchronous flash ROMs for WEP.2002-11-08  Marcel Telka  <marcel@telka.sk>	* start-pxa250.s: Changed default processor frequency to 200 MHz.	* main.c: Changed version number to 0.1.1.2002-11-04  Marcel Telka  <marcel@telka.sk>	* wid.h, wep.h: Fixed incorrect xboot runtime offset.	* sa1110.h, pxa250.h: Added _t suffix to the register types.2002-10-31  Marcel Telka  <marcel@telka.sk>	Version 0.1 released.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -