summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/x86_64/include/machine/elf_machdep.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x86_64/elf_machdep.h: Replace stub with NetBSD versionRyan Long2022-04-081-4/+76
| | | | | | | The other ports included that architecture's version of this file from NetBSD. This patch follows that pattern. closes #4641
* bsp/x86_64: Minimal bootable BSPAmaan Cheval2018-07-111-0/+4
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.