summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up makefiles.ru2004-02-121-0/+3
| | | | Tested by: marcel
* Remove special casing for running in the simulator from the kernelmarcel2003-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and instead add platform, firmware and EFI stubs to the loader. The net effect of this change is that besides a special console and disk driver, the kernel has no knowledge of the simulator. This has the following advantages: o Simulator support is much harder to break, o It's easier to make use of more feature complete simulators. This would only need a change in the simulator specific loader, o Running SMP kernels within the simulator. Note that ski at this time does not simulate IPIs, so there's no way to start APs. The platform, firmware and EFI stubs describe the following hardware: o 4 CPU Itanium, o 128 MB RAM within the 4GB address space, o 64 MB RAM above the 4GB address space. NOTE: The stubs in the skiloader describe a machine that should in parts be defined by the simulator. Things like processor interrupt block and AP wakeup vector cannot be choosen at random because they require interpretation by the simulator. Currently the simulator is ignorant of this. This change introduces an unofficial SSC call SSC_SAL_SET_VECTORS which is ignored by the simulator. Tested with: ski (version 0.943 for linux)
* Make it a bit closer to the EFI build and tie up some loose ends.peter2002-04-061-0/+4
OpenPOWER on IntegriCloud