]> www.infradead.org Git - users/rw/armboot.git/log
users/rw/armboot.git
22 years agoAdded pagelength environment variable to pause scrolling
robertkaiser [Thu, 13 Mar 2003 17:37:25 +0000 (17:37 +0000)]
Added pagelength environment variable to pause scrolling

22 years agoFixed some warnings in cmd_nvedit.c if no network
robertkaiser [Thu, 13 Mar 2003 17:13:53 +0000 (17:13 +0000)]
Fixed some warnings in cmd_nvedit.c if no network

22 years agoFixed some wornings in smc91111 driver
robertkaiser [Thu, 13 Mar 2003 17:01:15 +0000 (17:01 +0000)]
Fixed some wornings in smc91111 driver

22 years agoAdded some original copyright msgs to 3c589.c
robertkaiser [Thu, 13 Mar 2003 16:46:50 +0000 (16:46 +0000)]
Added some original copyright msgs to 3c589.c

22 years agoSome fixes to avoid warnings for the samsung
robertkaiser [Thu, 13 Mar 2003 16:42:53 +0000 (16:42 +0000)]
Some fixes to avoid warnings for the samsung

22 years agoFix MAKEALL script
robertkaiser [Thu, 13 Mar 2003 16:39:06 +0000 (16:39 +0000)]
Fix MAKEALL script

22 years agoAdded missing board/dnp1110/mac_addr.c
robertkaiser [Mon, 14 Oct 2002 13:12:07 +0000 (13:12 +0000)]
Added missing board/dnp1110/mac_addr.c

22 years ago* Patch by Rolf Offermanns <rof@sysgo.de>
robertkaiser [Fri, 11 Oct 2002 15:07:51 +0000 (15:07 +0000)]
* Patch by Rolf Offermanns <rof@sysgo.de>

  - Added support for flash & stand-alone boot on DNP1110

22 years ago..yet another endianess fix
robertkaiser [Thu, 3 Oct 2002 00:20:34 +0000 (00:20 +0000)]
..yet another endianess fix

22 years agoThere were still some endianess issues (with tftp) -- fixed them
robertkaiser [Wed, 2 Oct 2002 23:53:53 +0000 (23:53 +0000)]
There were still some endianess issues (with tftp) -- fixed them

22 years agoFix some compiler warnings
robertkaiser [Wed, 2 Oct 2002 17:29:26 +0000 (17:29 +0000)]
Fix some compiler warnings

22 years ago- Changed the various serial_putc()'s to output <CR>-<LF> on
robertkaiser [Wed, 2 Oct 2002 16:16:10 +0000 (16:16 +0000)]
- Changed the various serial_putc()'s to output <CR>-<LF> on
  '\n' (rather than <LF>-<CR>.
- Added new "saves" command to dump memory contents to serial
  line in S-record form.

22 years agoone more network code cleanup. Code is now mostly in sync with PPCboot
robertkaiser [Tue, 1 Oct 2002 22:20:41 +0000 (22:20 +0000)]
one more network code cleanup. Code is now mostly in sync with PPCboot

22 years agooptimzation of kermit protocol loader: "loadb" now works
robertkaiser [Fri, 27 Sep 2002 21:25:23 +0000 (21:25 +0000)]
optimzation of kermit protocol loader: "loadb" now works
on SA1100 with baudrates up to 115200

22 years agoadd framebuffer/IrDA Keyboard support for Shannon (Tuxscreen)
robertkaiser [Fri, 27 Sep 2002 16:26:00 +0000 (16:26 +0000)]
add framebuffer/IrDA Keyboard support for Shannon (Tuxscreen)

22 years ago* Patch by Robert Kaiser <rob@sysgo.de>:
mariusgroeger [Mon, 23 Sep 2002 08:44:51 +0000 (08:44 +0000)]
* Patch by Robert Kaiser <rob@sysgo.de>:

  - flush caches before executing code that may have been downloaded
  - fix bug request ID #589159: print_IPaddr bug

22 years ago* Patch by David Müller <d.mueller@elsoft.ch>:
mariusgroeger [Mon, 23 Sep 2002 08:41:55 +0000 (08:41 +0000)]
* Patch by David Müller <d.mueller@elsoft.ch>:

 - fix some little bugs and typos in the code for the SMDK2410 eval board
 - add (compile time selectable) support for LV400 and LV800 flashs.

23 years ago* Big network patch by Robert Kaiser <rob@sysgo.de>:
mariusgroeger [Wed, 11 Sep 2002 07:25:29 +0000 (07:25 +0000)]
* Big network patch by Robert Kaiser <rob@sysgo.de>:

  - Bugfixes in bootp code: need to swap Netmask, Gateway IP, etc.

  -  Change to (hopefully consistent) usage of htons/ntohs/htonl/ntohl
     instead of SWAP16/SWAP32

  - Bugfixes in 3c589 driver:
    + set correct MAC address (instead of swapped one)
    + additional delay required after init to make sure board
      is ready to transmit
    + transmit data must be padded to *double* words (4 bytes)

23 years agoBump version to 1.1.0
mariusgroeger [Fri, 23 Aug 2002 08:23:36 +0000 (08:23 +0000)]
Bump version to 1.1.0

23 years agoAdd support for XScale CPUs (cradle, lubock) boards
mariusgroeger [Fri, 23 Aug 2002 08:18:16 +0000 (08:18 +0000)]
Add support for XScale CPUs (cradle, lubock) boards
  (Kyle Harris <kharris@nexus-tech.net>)

23 years ago* Big Patch by Ian Scott <ISCOTT@altera.com>
mariusgroeger [Fri, 16 Aug 2002 07:25:43 +0000 (07:25 +0000)]
* Big Patch by Ian Scott <ISCOTT@altera.com>
  - add creation of armboot.hex
  - add Support for the Altera EPXA1 Development Board Excalibur
  - add smc_set_mac_addr() capability to SMC91111 driver
  - call epxa1db_set_mac_addr() from board.c (should be revised into
    something more generic)

23 years agoFix loading uncompressed images (Iain Scott <ISCOTT@altera.com>)
mariusgroeger [Thu, 25 Jul 2002 15:27:19 +0000 (15:27 +0000)]
Fix loading uncompressed images (Iain Scott <ISCOTT@altera.com>)

23 years agoFix copyrights
mariusgroeger [Mon, 22 Jul 2002 10:30:25 +0000 (10:30 +0000)]
Fix copyrights

23 years agoFix tmp string in cmd_net.c (Kyle Harris <kharris@nexus-tech.net>)
mariusgroeger [Fri, 19 Jul 2002 13:57:00 +0000 (13:57 +0000)]
Fix tmp string in cmd_net.c (Kyle Harris <kharris@nexus-tech.net>)

23 years agoAdded FAQ.
mariusgroeger [Wed, 17 Jul 2002 09:52:29 +0000 (09:52 +0000)]
Added FAQ.
Added some stuff in README (mostly copied from PPCboot)

23 years agoAdded support for SMDK2410 eval board (David Müller <d.mueller@elsoft.ch>)
mariusgroeger [Mon, 15 Jul 2002 06:49:56 +0000 (06:49 +0000)]
Added support for SMDK2410 eval board (David Müller <d.mueller@elsoft.ch>)

23 years agoAdd CREDITS and README notes for the S3C2400X port
mariusgroeger [Thu, 11 Jul 2002 12:31:04 +0000 (12:31 +0000)]
Add CREDITS and README notes for the S3C2400X port

23 years agoFix write_p15_c1() for ARM720,ARM920
mariusgroeger [Thu, 11 Jul 2002 12:22:39 +0000 (12:22 +0000)]
Fix write_p15_c1() for ARM720,ARM920

23 years agoFix to support multilib toolchains (David Müller <d.mueller@elsoft.ch>)
mariusgroeger [Tue, 9 Jul 2002 07:40:28 +0000 (07:40 +0000)]
Fix to support multilib toolchains (David Müller <d.mueller@elsoft.ch>)

23 years agoRemove trace print out.
mariusgroeger [Fri, 17 May 2002 08:47:52 +0000 (08:47 +0000)]
Remove trace print out.

23 years agoAdd Support for ARM9 boards (samsung) (Gary Jennejohn <gj@denx.de>)
mariusgroeger [Thu, 16 May 2002 12:17:06 +0000 (12:17 +0000)]
Add Support for ARM9 boards (samsung) (Gary Jennejohn <gj@denx.de>)
Add support for 3c589 PCMCIA Ethernet on Shannon (Tuxscreen)
Add MAINTAINERS file

23 years agoBump up version
mariusgroeger [Thu, 28 Mar 2002 07:10:15 +0000 (07:10 +0000)]
Bump up version

23 years agoAdded 1.0.2 notes
mariusgroeger [Wed, 27 Mar 2002 13:50:44 +0000 (13:50 +0000)]
Added 1.0.2 notes

23 years ago- Allow compilation without linux headers.
mariusgroeger [Wed, 27 Mar 2002 13:48:44 +0000 (13:48 +0000)]
- Allow compilation without linux headers.
- Add README

23 years agoChange make clobber
mariusgroeger [Fri, 22 Mar 2002 16:04:37 +0000 (16:04 +0000)]
Change make clobber

23 years agoFix name of ELF image
mariusgroeger [Fri, 22 Mar 2002 16:04:10 +0000 (16:04 +0000)]
Fix name of ELF image

23 years ago* Cleanup (remove some obsolete files and CVS keys
mariusgroeger [Thu, 21 Mar 2002 09:13:59 +0000 (09:13 +0000)]
* Cleanup (remove some obsolete files and CVS keys
* Remove flashasm.S for DNP1110 - DNP doesn't require data puzzling.
  Flash still not working on DNP
* Add Support for JFFS2 boot
* Import PPCboot: Change command functions to have a return value

23 years agoFix typo to really make JFFS2 commands non-standard
mariusgroeger [Fri, 15 Mar 2002 08:31:27 +0000 (08:31 +0000)]
Fix typo to really make JFFS2 commands non-standard

23 years agoInitial revision
mariusgroeger [Thu, 14 Mar 2002 16:44:03 +0000 (16:44 +0000)]
Initial revision