summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/x86_64/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-211-6/+0
| | | | | Close #3250. Close #4081.
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* bsp/x86_64: Minimal bootable BSPAmaan Cheval2018-07-111-0/+7
Current state: - Basic context initialization and switching code. - Stubbed console (empty functions). - Mostly functional linker script (may need tweaks if we ever want to move away from the large code model (see: CPU_CFLAGS). - Fully functional boot, by using FreeBSD's bootloader to load RTEMS's ELF for UEFI-awareness. In short, the current state with this commit lets us boot, go through the system initialization functions, and then call user application's Init task too. Updates #2898.