summaryrefslogtreecommitdiffstats
path: root/bsps/x86_64/amd64 (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2023-04-29bsps/amd64: add a new EFI-based variant of AMD64 BSPKarel Gardas16-5/+6953
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-1/+1
2022-08-23bsps/amd64: remove -Werror from ABI flagsStephen Clark1-1/+0
2022-07-15bsps: Sort .noinit* sectionsSebastian Huber1-1/+1
2021-11-29bsp_specs: Delete last remnants of these.Joel Sherrill1-0/+0
2021-09-21build: Remove old build systemSebastian Huber1-10/+0
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber1-3/+1
2021-07-26bsps/irq: bsp_interrupt_vector_disable()Sebastian Huber1-1/+2
2021-07-26bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber1-1/+2
2021-07-26bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber1-0/+11
2021-07-26bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber1-0/+9
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber1-0/+12
2021-07-26bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+11
2021-05-02bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber1-0/+5
2021-01-28bsps: Replace bsp_specs with an empty fileSebastian Huber1-9/+0
2020-02-04bsps: Add RamEnd to linker command filesSebastian Huber1-0/+1
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber1-0/+16
2018-11-22Changed slightly awkward sentence structurezehata1-5/+4
2018-11-19bsps/x86_64: Use interrupt stack for init stackSebastian Huber3-36/+42
2018-08-13bsps/x86_64: Add APIC timer based clock driverAmaan Cheval6-0/+614
2018-08-13bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval3-0/+344
2018-08-13bsps/x86_64: Add paging support with 1GiB super pagesAmaan Cheval2-0/+174
2018-08-13bsps/x86_64: Reduce default RamSize to 1GiBAmaan Cheval1-3/+3
2018-08-13bsps/x86_64: Reorganize header files and compile-optionsAmaan Cheval1-0/+3
2018-07-11x86_64/console: Add NS16550 polled console driverAmaan Cheval1-93/+30
2018-07-11bsp/x86_64: Minimal bootable BSPAmaan Cheval10-0/+612