;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Sample configuration file for iSBC 264 board bootstrap driver ; ; A configuration file for a bootstrap driver consists of ; an include of the bootstrap driver macro file followed ; by an invocation of the configuration macro for the driver. ; ; The 264 board macro is: ; ; b264(IO_base, Dev_gran, Num_boards, Board_size) ; ; IO_base is the I/O base port number selected on the 264 board. ; Dev_gran is the page size in bytes. ; Num_boards is the maximum number of iSBC 264 boards in the system. ; Board_size is the size in pages of each board. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $include(:f1:b264.inc) %b264(0880H, 256, 4, 8192)