Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix build dependency that got lost | Bobby Bingham | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | load security code from install directory | Bobby Bingham | 2015-09-15 | 1 | -4/+1 |
| | | | | | | This allows us the compiled saturn-mkboot to be distributed, as it's no longer linked against the security code binary, but rather loads it at runtime. | ||||
* | better accounting of build dependencies | Bobby Bingham | 2015-09-15 | 1 | -5/+15 |
| | |||||
* | search for bootloader inputs in installed share dir | Bobby Bingham | 2015-09-15 | 1 | -0/+5 |
| | | | | | We remove the hard-coded default bootloader as part of this, and instead hard-code the name of an installed default bootloader input. | ||||
* | rename bins | Bobby Bingham | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | add make install rules | Bobby Bingham | 2015-09-15 | 1 | -1/+19 |
| | | | | The install.sh script is taken from musl. | ||||
* | rename boot sector outputs | Bobby Bingham | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | add config.mak to allow setting toolchain options | Bobby Bingham | 2015-09-15 | 1 | -0/+2 |
| | |||||
* | add variables for configuring saturn toolchain to use | Bobby Bingham | 2015-09-15 | 1 | -4/+9 |
| | |||||
* | add satmkiso utility | Bobby Bingham | 2015-09-15 | 1 | -7/+5 |
| | |||||
* | build bootloaders from code | Bobby Bingham | 2015-09-15 | 1 | -3/+12 |
| | | | | | | | | This adds the infrastructure for building from source the bootloaders which will go into the application initial program, in the boot sector. As a simple test case, it includes a simple bootloader which merely jumpts to the code address specified in the AIP, with the stack address specified there. | ||||
* | tool to create saturn boot sector | Bobby Bingham | 2015-09-15 | 1 | -0/+29 |