Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use a relative path to libstand.. /usr/src/lib/libstand may not exist | peter | 2002-04-04 | 1 | -1/+1 | |
| | | | | or may have the wrong header files. | |||||
* | Only install the help file if we can find it. Use ${BASE}.help | marcel | 2002-03-31 | 1 | -4/+1 | |
| | | | | | in both the condition and for the install. We expect to find the help file in ${.OBJDIR}. | |||||
* | Pass the physical address of the bootinfo block to the kernel in | marcel | 2002-03-30 | 1 | -0/+2 | |
| | | | | | | | | | register r8. We continue to write the bootinfo block at the same hardwired address, because the kernel still expects it there. It is expected that future kernels use register r8 to get to the bootinfo block and don't depend on the hardwired address anymore. Bump the loader version once again due to the interface change. | |||||
* | Add a quick and dirty way to determine where we're loaded from. We | marcel | 2002-03-30 | 1 | -8/+28 | |
| | | | | | | | | only care if it's network or not at this time. If we're loaded from the network, we set currdev (=loaddev) so that the kernel is loaded from the network as well. In all other cases we initialize to disk. This makes netbooting more convenient and can easily be enhanced to do more elaborate checking. | |||||
* | The EFI loader has been improved a lot since it was first added. | marcel | 2002-03-30 | 1 | -0/+2 | |
| | | | | | | | Most significantly (from an interfacing point of view) is the support for the FPSWA pointer passing. Even though that was added 4 months ago, it's probably not a bad idea to bump the version number to reflect this. | |||||
* | o Add -L${DESTDIR}${LIBDIR} on the link line for -lstand. | marcel | 2002-03-28 | 1 | -4/+4 | |
| | | | | | o Add -j .dynstr to objcopy. This makes .efi binaries work when built with a 3.x based toolchain. | |||||
* | Boot from efifs first. | peter | 2002-03-19 | 1 | -1/+1 | |
| | ||||||
* | s/alpha/${MACHINE_ARCH}/g | marcel | 2001-10-08 | 1 | -1/+1 | |
| | ||||||
* | Calculate the valid flag for ITRs and DTRs correctly. Also fix a couple | dfr | 2001-09-25 | 1 | -8/+3 | |
| | | | | of minor problems and remove some debugging code. | |||||
* | Add commands to dump the itrs and dtrs. | dfr | 2001-09-24 | 1 | -0/+148 | |
| | ||||||
* | Add commands to dump the configuration tables and the SAL System Table. | dfr | 2001-09-23 | 1 | -4/+116 | |
| | ||||||
* | Add EFI network support. | dfr | 2001-09-22 | 3 | -3/+13 | |
| | ||||||
* | Plug in ELF backend. | dfr | 2001-09-14 | 1 | -1/+1 | |
| | ||||||
* | Add missing entry to memory type name table and adjust field widths. | dfr | 2001-09-08 | 1 | -2/+3 | |
| | ||||||
* | Add a command 'memmap' to print out the EFI memory map. | dfr | 2001-09-08 | 1 | -0/+75 | |
| | ||||||
* | Hook up the native EFI filesystem reader. | dfr | 2001-09-07 | 1 | -1/+2 | |
| | ||||||
* | Set currdev and loaddev variables. | dfr | 2001-09-07 | 1 | -4/+4 | |
| | ||||||
* | Enable bootforth. | dfr | 2001-09-04 | 1 | -1/+1 | |
| | ||||||
* | Make sure we copy over the linker set sections to the EFI executable. | dfr | 2001-09-04 | 1 | -0/+1 | |
| | ||||||
* | Make this build again after breakage from previous commits. | dfr | 2001-07-10 | 1 | -6/+6 | |
| | ||||||
* | style(9) and remove a left over Alpha comment | obrien | 2001-06-16 | 2 | -27/+30 | |
| | ||||||
* | style cleanup | obrien | 2001-06-16 | 1 | -22/+23 | |
| | ||||||
* | Nuke old gensetdefs based linker sets with extreme prejudice | peter | 2001-06-14 | 1 | -11/+2 | |
| | ||||||
* | First approximation of an ia64 EFI loader. Not functional. | dfr | 2001-06-09 | 4 | -0/+331 | |