Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this 'make obj' safe | peter | 2001-09-26 | 2 | -2/+10 |
| | |||||
* | 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 |
| | |||||
* | Return the mapkey which EFI gave us when we read the memory map - we need | dfr | 2001-09-24 | 1 | -1/+3 |
| | | | | it to call ExitBootServices. | ||||
* | Tidy up a little - don't try to print anything or enable interrupts after | dfr | 2001-09-24 | 1 | -51/+24 |
| | | | | | we start changing translation registers. Also, call ExitBootServices before we jump into the kernel. | ||||
* | 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 |
| | |||||
* | * Flesh out elf_exec and bootinfo. | dfr | 2001-09-22 | 2 | -38/+492 |
| | | | | * Add EFI network support. | ||||
* | Add definition of SSC_GET_RTC. | dfr | 2001-09-20 | 2 | -0/+2 |
| | |||||
* | Implement time(). | dfr | 2001-09-19 | 2 | -2/+226 |
| | |||||
* | Add a fake memory descriptor for the I/O port space. | dfr | 2001-09-15 | 2 | -2/+14 |
| | |||||
* | Fill in the bootinfo's memory map. | dfr | 2001-09-15 | 3 | -0/+38 |
| | |||||
* | Remove dead code. | dfr | 2001-09-15 | 2 | -74/+0 |
| | |||||
* | Plug in ELF backend. | dfr | 2001-09-14 | 1 | -1/+1 |
| | |||||
* | Add ELF backend to the build. | dfr | 2001-09-14 | 1 | -7/+1 |
| | |||||
* | Make this do the right thing (mostly). We should still reserve the pages | dfr | 2001-09-14 | 1 | -5/+13 |
| | | | | that the kernel loads into using the EFI AllocatePages call. | ||||
* | Update code which creates bootinfo. | dfr | 2001-09-13 | 6 | -4/+202 |
| | |||||
* | A command file for SKI which runs the loader up to the first instruction | dfr | 2001-09-12 | 2 | -0/+32 |
| | | | | of the loaded kernel. | ||||
* | Add a version of the loader which runs under SKI, the HP ia64 simulator. | dfr | 2001-09-12 | 35 | -1/+3631 |
| | | | | | This loader is quite functional and can load and run kernels. The kernels don't quite work right after loading but that should be easily fixable. | ||||
* | 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 |
| | |||||
* | Reformat. | dfr | 2001-09-07 | 1 | -139/+140 |
| | |||||
* | Merge linker set relocations with the rest. | dfr | 2001-09-05 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | style(9) + fix FreeBSD id's. | obrien | 2001-06-16 | 1 | -9/+11 |
| | |||||
* | Nuke old gensetdefs based linker sets with extreme prejudice | peter | 2001-06-14 | 1 | -11/+2 |
| | |||||
* | Move the first section up one page. The firmware bogusly uses the first | dfr | 2001-06-10 | 1 | -0/+1 |
| | | | | | | page of the image to load section headers and if we let the text section start at zero, it corrupts the section table when its loaded. With this change, the loader gets as far as the 'ok' prompt. | ||||
* | Remove a 'return' statement which I put in while I was trying to debug | dfr | 2001-06-10 | 1 | -1/+0 |
| | | | | the startup code. | ||||
* | First approximation of an ia64 EFI loader. Not functional. | dfr | 2001-06-09 | 9 | -0/+1189 |
| | |||||
* | Add "empty" makefile. Cross-building fails without it. | marcel | 2000-12-08 | 1 | -0/+5 |