u-boot/include
Heinrich Schuchardt b34ce3113b efi_loader: eliminate duplicate runtime section definitions
The following symbols are defined in two includes:

* __efi_runtime_start[]
* __efi_runtime_stop[]
* __efi_runtime_rel_start[]
* __efi_runtime_rel_stop[]

Eliminate the definitions in efi_loader.h.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2024-04-13 11:03:12 +02:00
..
acpi acpi: remove duplicate declaration of acpi_fill_header() 2024-03-27 09:22:07 +01:00
asm-generic arm: fix __efi_runtime_start/end definitions 2024-03-29 10:39:25 -04:00
broadcom
cavium
clk
configs configs: meson64: remove amlogic prefix in fdtfile when CONFIG_OF_UPSTREAM is selected 2024-04-04 18:48:46 +02:00
cramfs
crypto
dm headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
dt-bindings dts: meson: Drop redundant G12A, G12B & SM1 devicetree files 2024-04-04 18:48:46 +02:00
env include: env: Add phytec RAUC boot logic 2024-03-17 18:39:21 -03:00
faraday
firmware/imx/sci imx: scu_api: add implementation of sc_pm_reset_reason 2024-02-08 09:17:46 -03:00
fsl-mc
jffs2
k210
keys
linux firmware: psci: Fix bind_smccc_features psci check 2024-03-13 12:40:43 -04:00
lzma
meson
mtd
mvebu
net Prepare v2024.01-rc6 2024-01-03 09:22:47 -05:00
power power: rk8xx: add support for RK806 2024-03-14 18:19:44 +08:00
reboot-mode
renesas
samsung
spmi
tee
test
u-boot zlib: Remove incorrect ZLIB_VERSION 2024-04-12 12:57:07 -06:00
usb
valgrind
xen
zfs
_exports.h
abuf.h
ACEX1K.h
adc.h
addr_map.h
ahci.h
altera.h
android_ab.h
android_bootloader_message.h
android_image.h
ansi.h
api_public.h
api.h
arm_ffa_priv.h
arm_ffa.h
armcoremodule.h
asm-offsets.h
ata.h
atf_common.h
atmel_hlcdc.h
atmel_lcd.h
atmel_lcdc.h
atmel_mci.h
atsha204a-i2c.h
audio_codec.h
autoboot.h
avb_verify.h common: avb_verify: add str_avb_io_error/str_avb_slot_error 2024-02-15 10:38:34 +01:00
axi.h
axp_pmic.h
axp152.h
axp209.h
axp221.h
axp305.h
axp809.h
axp818.h
backlight.h
bcb.h
bcd.h
binman_sym.h
binman.h
bios_emul.h
bitfield.h
blk.h
blkmap.h
bloblist.h bloblist: Load the bloblist from the previous loader 2024-02-29 09:24:22 -05:00
bmp_layout.h
boot_fit.h
bootcount.h
bootdev.h
bootflow.h bootstd: support scanning a single partition 2024-03-04 10:25:47 -05:00
bootm.h Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" 2024-04-10 17:06:27 -06:00
bootmeth.h
bootretry.h
bootstage.h
bootstd.h
bouncebuf.h
btrfs.h
bus_vcxk.h
button.h boot: add support for button commands 2024-02-13 15:38:49 -05:00
bzlib.h
cache.h
capitalization.h
cbfs.h
cedit.h
charset.h lib/charset: Map Unicode code points to CP437 code points 1-31 2024-03-21 06:56:13 +01:00
circbuf.h
cli_hush.h
cli.h
clk-uclass.h clk: Document clk_ops return codes and behavior 2024-01-29 22:35:02 -05:00
clk.h treewide: Remove clk_free 2024-01-29 22:35:02 -05:00
clock_legacy.h
cmd_spl.h
command.h cmd/command.c: constify "arg" argument of cmd_get_data_size() 2024-01-16 17:05:29 -05:00
common_timing_params.h
common.h
compiler.h
config_distro_bootcmd.h
config_fallbacks.h
config_fsl_chain_trust.h
config_phylib_all_drivers.h
console.h common: console: introduce console_record_isempty helper 2024-01-09 14:58:33 +01:00
cortina.h
cp437.h lib/charset: Map Unicode code points to CP437 code points 1-31 2024-03-21 06:56:13 +01:00
cp1250.h lib/charset: Map Unicode code points to CP437 code points 1-31 2024-03-21 06:56:13 +01:00
cpsw.h
cpu_func.h
cpu.h
cros_ec_message.h
cros_ec.h
crypt.h
ctype.h
cyclic.h
ddr_spd.h
debug_uart.h
dfu.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
dialog_pmic.h
display_options.h
display.h
div64.h
dm-demo.h
dm.h
dma-uclass.h
dma.h
dsi_host.h
dt_table.h
dt-structs.h
dw_hdmi.h
dwc_ahsata.h
dwc3-omap-uboot.h usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget 2024-04-02 09:08:07 +02:00
dwc3-sti-glue.h
dwc3-uboot.h usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts 2024-04-02 09:08:07 +02:00
dwmmc.h
e500.h
ec_commands.h
edid.h
eeprom_field.h
eeprom_layout.h
eeprom.h
efi_api.h efi: Use the correct GUID for the SMBIOS table 2024-01-07 13:45:07 -07:00
efi_config.h
efi_default_filename.h
efi_driver.h
efi_dt_fixup.h
efi_load_initrd.h
efi_loader.h efi_loader: eliminate duplicate runtime section definitions 2024-04-13 11:03:12 +02:00
efi_riscv.h
efi_rng.h
efi_selftest.h
efi_tcg2.h
efi_variable.h efi_loader: EFI_VARIABLE_READ_ONLY should be 32bit 2024-04-08 13:03:31 +02:00
efi.h efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESS 2024-04-08 13:03:34 +02:00
elf.h
env_attr.h
env_callback.h
env_default.h
env_flags.h
env_internal.h
env.h env: allow to copy value from default environment into a buffer 2024-01-19 10:57:36 +08:00
erofs.h
errno.h
eth_phy.h
ethsw.h
event_internal.h
event.h
exception.h
expo.h
exports.h
ext_common.h
ext4fs.h
extcon.h
extension_board.h
extlinux.h
fastboot-internal.h Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" 2024-04-10 17:06:27 -06:00
fastboot.h Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" 2024-04-10 17:06:27 -06:00
fat.h
fb_mmc.h
fb_nand.h
fdt_region.h
fdt_simplefb.h
fdt_support.h
fdt.h
fdtdec.h fdt: Allow the devicetree to come from a bloblist 2024-01-07 13:45:07 -07:00
fis.h
flash.h
fm_eth.h
fpga.h
fs_internal.h
fs_loader.h
fs.h
fsl_csu.h
fsl_ddr_dimm_params.h
fsl_ddr_sdram.h
fsl_ddr.h
fsl_ddrc_version.h
fsl_devdis.h
fsl_dspi.h
fsl_dtsec.h
fsl_errata.h
fsl_esdhc_imx.h
fsl_esdhc.h
fsl_fman.h
fsl_ifc.h
fsl_immap.h
fsl_lpuart.h
fsl_mdio.h
fsl_memac.h
fsl_mmdc.h
fsl_pmic.h
fsl_qbman.h
fsl_qe.h
fsl_sec_mon.h
fsl_sec.h
fsl_secboot_err.h
fsl_sfp.h
fsl_tgec.h
fsl_usb.h
fsl_validate.h
fsl_wdog.h
fuse.h
fuzzing_engine.h
fwu_mdata.h
fwu.h fwu: fix fwu_get_image_index interface 2024-01-13 18:17:47 +01:00
g_dnl.h
gdsys_fpga.h
generic-phy.h
getopt.h
gsc.h
gt64120.h
gzip.h
handoff.h
hang.h
hash.h
hda_codec.h
hexdump.h
host_arch.h efi_loader: move HOST_ARCH to version_autogenerated.h 2024-04-08 13:04:48 +02:00
hw_sha.h
hwconfig.h
hwspinlock.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
i2c_eeprom.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
i2c.h
i2s.h
i8042.h
ide.h
image-android-dt.h
image-sparse.h
image.h boot: fdt: Change type of env_get_bootm_low() to phys_addr_t 2024-04-11 09:38:57 -06:00
imx_container.h arm: imx: fix signature_block_hdr struct fields order 2024-04-05 09:39:18 -03:00
imx_lpi2c.h
imx_sip.h
imx_thermal.h
imx8image.h
imximage.h tools: mkimage: Add support for i.MXRT FlexSPI Header 2024-02-08 09:01:22 -03:00
init.h arm: init: export prev_bl_fdt_addr 2024-03-01 14:44:35 +00:00
initcall.h
input.h
interrupt.h
inttypes.h
iommu.h
iomux.h
ioports.h
iotrace.h
ipu_pixfmt.h
irq_func.h
irq.h
k3-avs.h
k3-clk.h arm: mach-k3: am62px: introduce clock and device files for wkup spl 2024-03-13 10:10:04 -04:00
k3-ddrss.h
k3-dev.h arm: mach-k3: am62px: introduce clock and device files for wkup spl 2024-03-13 10:10:04 -04:00
key_matrix.h
keyboard.h
kgdb.h
lattice.h
led.h
libata.h
libtizen.h
linker_lists.h
lmb.h
log.h log: fixup log_head after relocating global data 2024-03-02 12:26:56 -05:00
mailbox-uclass.h
mailbox.h
malloc.h
mapmem.h acpi: Write pointers to tables instead of addresses 2024-01-07 13:45:07 -07:00
marvell_phy.h
mc13892.h
media_bus_format.h
memalign.h
membuff.h lib: membuff: fix readline not returning line in case of overflow 2024-01-09 14:58:33 +01:00
menu.h
micrel.h
miiphy.h
mipi_display.h
mipi_dsi.h
misc.h
mm_communication.h
mmc.h
mpc8xx_irq.h
mpc8xx.h
mpc83xx.h
mpc85xx.h
msc01.h
mtd_node.h
mtd.h
mux-internal.h
mux.h
mv88e6352.h
mvebu_mmc.h
mxs_nand.h
nand.h
ndisc.h
net.h
net6.h
netdev.h
ns16550.h
nuvoton_nct6102d.h
nvme.h
nvmem.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
nvmxip.h
of_live.h
omap3_spi.h
onenand_uboot.h
opensbi.h
os.h
p2sb.h
palmas.h
panel.h
part_efi.h
part.h part: correct documentation of part_get_bootable() 2024-01-21 11:24:24 +01:00
pca953x.h
pch.h
pci_ep.h
pci_gt64120.h
pci_ids.h e1000: add support for i225-IT 2024-03-26 19:58:26 -04:00
pci_msc01.h
pci_rom.h
pci_tegra.h
pci.h drivers: pci: Fix dm_pci_map_bar() to support 64b BARs 2024-01-18 20:24:13 -05:00
pe.h
phy_interface.h
phy-mipi-dphy.h
phy-sun4i-usb.h
phy.h net: phy: Factor out PHY GPIO reset code 2024-03-26 19:58:26 -04:00
phys2bus.h
physmem.h
post.h
power-domain-uclass.h
power-domain.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
ppc_asm.tmpl
ppc_defs.h
pvblock.h
pwm.h
pwrseq.h
pxe_utils.h
qfw.h
ram.h
rand.h
rc4.h
regmap.h
relocate.h
remoteproc.h remoteproc: uclass: Add methods to load firmware to rproc and boot rproc 2024-03-22 15:50:28 -04:00
reset-uclass.h
reset.h
rkmtd.h
rng.h rng: eliminate common.h include from RNG drivers 2024-03-02 12:26:19 -05:00
rtc_def.h
rtc.h
s_record.h
samsung-usb-phy-uboot.h
sandbox_efi_capsule.h
sandbox_host.h
sandbox-adc.h
sandbox-clk.h
sandbox-sm.h
sandboxfs.h
sandboxtee.h
sata.h
scmi_agent-uclass.h
scmi_agent.h
scmi_protocols.h
scp03.h
scsi_emul.h
scsi.h
sdhci.h
sdp.h
search.h
semihosting.h
semihostingfs.h
serial.h
sh_pfc.h
signatures.h
sl28cpld.h
slre.h
sm-uclass.h
sm.h
smbios.h smbios: fill wake-up type 2024-03-27 09:23:30 +01:00
smem.h
smsc_lpc47m.h
smsc_sio1007.h
soc.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
sort.h
sound.h
sparse_defs.h
sparse_format.h
spartan2.h
spartan3.h
spd_sdram.h
spd.h
spi_flash.h
spi-mem.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
spi.h
spl_gpio.h
spl_load.h
spl.h spl: Enforce framebuffer reservation from end of RAM 2024-01-29 14:49:17 -05:00
splash.h
squashfs.h
status_led.h
stdint.h
stdio_dev.h
stdio.h
stdlib.h
stm32_rcc.h
stratixII.h
string.h
sunxi_gpio.h
sunxi_image.h
sy8106a.h
syscon.h
sysinfo.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
sysreset.h
system-constants.h
tables_csum.h lib: make table_compute_checksum() arguments const 2024-01-09 10:08:52 +01:00
tca642x.h
tee.h
tegra-kbc.h
thermal.h
thor.h
ti-usb-phy-uboot.h
time.h
timer.h
timestamp.h
tlv_eeprom.h headers: don't depend on errno.h being available 2024-01-24 11:12:11 -05:00
tmu.h
tpm_api.h
tpm-common.h
tpm-v1.h
tpm-v2.h
tps6586x.h
trace.h
tsec.h
tsi148.h
turris-omnia-mcu-interface.h arm: mvebu: turris_omnia: Add header containing MCU command interface and use it 2024-04-04 10:45:27 +02:00
twl4030.h
twl6030.h
ubi_uboot.h
ubifs_uboot.h
ubispl.h
uboot_aes.h
ufs.h
universe.h
usb_cdc_acm.h
usb_defs.h
usb_ether.h
usb_mass_storage.h usb: gadget: UMS: support multiple sector sizes 2024-03-22 10:16:13 +01:00
usb.h
usbdescriptors.h
usbdevice.h
usbroothubdes.h
uuid.h
vbe.h
versalpl.h
version_string.h
version.h
vesa.h
video_bridge.h
video_console.h video: console: Parse UTF-8 character sequences 2024-03-21 06:56:13 +01:00
video_font_4x6.h
video_font_8x16.h
video_font_data.h
video_font_sun12x22.h
video_font_ter16x32.h
video_font.h
video_osd.h
video.h
virtex2.h
virtio_ring.h
virtio_types.h
virtio.h
vsc7385.h
vsc9953.h
vsprintf.h
vxworks.h
w1-eeprom.h
w1.h
wait_bit.h
watchdog.h
wdt.h
winbond_w83627.h
xen.h
xilinx.h
xyzModem.h
zfs_common.h
zynq_bootimg.h
zynqmp_firmware.h
zynqmppl.h
zynqpl.h