source: rtems/bsps/x86_64/amd64/headers.am @ 6eccd0c

5
Last change on this file since 6eccd0c was 76c03152, checked in by Amaan Cheval <amaan.cheval@…>, on 07/09/18 at 11:12:56

bsp/x86_64: Minimal bootable BSP

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.

  • Property mode set to 100644
File size: 313 bytes
Line 
1## This file was generated by "./boostrap -H".
2
3include_HEADERS =
4include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/bsp.h
5include_HEADERS += include/bspopts.h
6include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/start.h
7include_HEADERS += ../../../../../../bsps/x86_64/amd64/include/tm27.h
Note: See TracBrowser for help on using the repository browser.