amd64efi: Add amd64efi doxygen group

This commit is contained in:
Matheus Pecoraro
2024-06-19 07:01:51 -03:00
committed by Gedare Bloom
parent 5d90fc945b
commit e233b5c16a
13 changed files with 100 additions and 20 deletions

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI clock implementation
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI console implementation
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI GOP implementation
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI Simple Text Output implementation
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup raspberrypi
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief graphic text console font file
*

View File

@@ -1,7 +1,7 @@
/**
* @file
*
* @ingroup amd64
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief displaying characters on the console
*

View File

@@ -3,6 +3,8 @@
*
* @ingroup RTEMSBSPsX8664AMD64
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief Global BSP definitions.
*/
@@ -49,8 +51,14 @@
* @defgroup RTEMSBSPsX8664AMD64 AMD64
*
* @brief AMD64 Board Support Package.
*/
/**
* @ingroup RTEMSBSPsX8664
*
* @{
* @defgroup RTEMSBSPsX8664AMD64EFI AMD64EFI
*
* @brief AMD64EFI Board Support Package.
*/
#include <bspopts.h>
@@ -66,6 +74,4 @@ extern "C" {
}
#endif
/** @} */
#endif

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI GOP header file
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI Simple Text Output header file
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -25,6 +25,14 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief Multiboot2 support routines
*/
void
process_multiboot2_info(void);

View File

@@ -3,6 +3,8 @@
*
* @ingroup RTEMSBSPsX8664AMD64
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief BSP start-up code
*/

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief EFI memory
*/
/*
* Copyright (C) 2023 Karel Gardas
*

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsX8664AMD64EFI
*
* @brief Multiboot2 support routines
*/
/*
* Copyright (C) 2023 Karel Gardas
*