freebsd-dev/sys/boot/arm/at91/bootiic
2006-11-16 00:53:28 +00:00
..
env_vars.c MFp4: Move to smaller code footprint. 2006-10-21 22:43:39 +00:00
env_vars.h MFp4: Integrate a boatload of bug fixes from p4. We're right on the 2006-08-10 19:55:52 +00:00
loader_prompt.c MFp4: Move to smaller code footprint. 2006-10-21 22:43:39 +00:00
loader_prompt.h MFp4: Integrate a boatload of bug fixes from p4. We're right on the 2006-08-10 19:55:52 +00:00
main.c MFp4: Integrate a boatload of bug fixes from p4. We're right on the 2006-08-10 19:55:52 +00:00
Makefile Move to using a common arm_init.S. These things are more similar than 2006-11-16 00:53:28 +00:00
README

$FreeBSD$

This image is intended to be programmed into boot EEPROM.  The image is nearly
0x4000 so it will not fit in KB9200's 0x2000.  It is intended for KB9201 or
later.  Alternatively, the KB9200 can be upgraded with larger EEPROM.
It performs basic functions prior to executing an image at a
specified address.  The pre-boot functions can be modified and saved back into
EEPROM.
The MAC address is set with 0.0.0.0.0.0 by default.  This is an invalid address
and must be changed to a valid value in order to use the ethernet interface.

Memory usage:

EEPROM = 0x4000
SDRAM = 
  run stack = 0x21800000
  variables = 0x21200000
  ethernet  = 0x21000000 (buffers and descriptors)


Functions supported:

	c 		- copy
	d 		- display auto command table (in RAM)
	e 		- execute image
	? 		- help
	ip 		- set local ip
	m 		- set mac
	server_ip 	- set server ip
	s 		- set auto command entry
	t 		- create linux boot tag list
	tftp 		- download image via tftp
	w 		- update auto command table
	x 		- download image via xmodem