u-boot/arch/x86/cpu
Heinrich Schuchardt 185f812c41 doc: replace @return by Return:
Sphinx expects Return: and not @return to indicate a return value.

find . -name '*.c' -exec \
sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \;

find . -name '*.h' -exec \
sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \;

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-01-19 18:11:34 +01:00
..
apollolake doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
baytrail common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
braswell common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
broadwell doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
coreboot treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... 2021-09-25 09:46:15 -06:00
efi x86: efi: Update efi_get_next_mem_desc() to avoid needing a map 2022-01-15 10:57:22 +01:00
i386 x86: Don't set up MTRRs if previously done 2021-07-15 19:50:00 +08:00
intel_common doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
ivybridge doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
qemu x86: qemu: move QFW to its own uclass 2021-04-12 17:44:55 -04:00
quark x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug log 2021-09-17 12:10:44 -04:00
queensbay x86: queensbay: Return directly if IGD / SDVO were already disabled 2021-08-03 00:03:14 +08:00
slimbootloader doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
tangier x86: tangier: pinmux: Move error message to the caller 2021-11-01 10:19:05 +08:00
x86_64 x86: efi: Tweak the code used for the 64-bit EFI app 2022-01-15 10:57:22 +01:00
acpi_gpe.c
call32.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
config.mk x86: efi: Don't use the 64-bit link script for the EFI app 2022-01-15 10:57:22 +01:00
cpu.c bootstage: Add SPL support 2021-10-31 12:26:44 -06:00
cpu_x86.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
ioapic.c
irq.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
lapic.c
Makefile
mp_init.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
mtrr.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
pci.c x86: pci: Use PCI_CONF1_ADDRESS() macro 2022-01-12 14:21:24 -05:00
qfw_cpu.c x86: qemu: move QFW to its own uclass 2021-04-12 17:44:55 -04:00
resetvec.S
sipi_vector.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
start.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
start16.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
start64.S
start_from_spl.S x86: coral: Allow init of debug UART in U-Boot proper 2021-03-27 15:04:30 +13:00
start_from_tpl.S
turbo.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
u-boot-64.lds efi: Create a 64-bit app 2021-11-07 18:36:55 +01:00
u-boot-spl.lds x86: Discard .note.gnu.property sections 2021-06-23 17:21:14 +08:00
u-boot.lds x86: Discard .note.gnu.property sections 2021-06-23 17:21:14 +08:00
wakeup.S