u-boot-brain/include
Masahiro Yamada e3e9d5e8d7 ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN to 2MB
I increased the maximum U-Boot proper size from time to time, but
configs/uniphier_v7_defconfig hit the current limit 832KB.

Some historical info:

In the initial support, the max size was 512MB.

Commit 58d702274c ("ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN")
increased it to 576KB, and commit 3ce5b1a8d8 ("ARM: uniphier: move
SPL stack address") moved the SPL stack location to avoid the memory
map conflict. It was the solution to increase the size without changing
the NOR boot image map.

commit 1a4bd3a095 ("ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN
again") ended up with increasing the max size again, breaking the NOR
boot image map. The limit was set to 832KB, otherwise the SPL stack
would overwrite the U-Boot proper image:
 CONFIG_SPL_STACK - CONFIG_SYS_UBOOT_BASE + sizeof(struct image_header) = 0xd0000

To increase CONFIG_SYS_MONITOR_LEN even more, the SPL stack must be
moved somewhere. I put it back to the original location prior to
commit 3ce5b1a8d8.

With this change, there is no more practical size limit.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2020-07-11 21:30:21 +09:00
..
acpi common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
andestech
asm-generic bdinfo: net: ppc: Drop bi_enet1addr and other similar info 2020-06-25 13:24:12 -04:00
bedbug command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
cavium
configs ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN to 2MB 2020-07-11 21:30:21 +09:00
cramfs
crypto lib/crypto, efi_loader: move some headers to include/crypto 2020-05-04 12:26:11 +02:00
dm video: Add comments to struct sandbox_sdl_plat 2020-07-09 12:33:24 +08:00
dt-bindings reset: Add Raspberry Pi 4 firmware reset controller 2020-07-10 11:49:28 +02:00
environment common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
faraday common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
fsl-mc common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
jffs2
kendryte clk: Add K210 clock support 2020-07-01 15:01:21 +08:00
keys lib: crypto: add public key utility 2019-12-06 16:44:20 -05:00
linux - add support for PCI and XHCI for RPi4 (64 bit only) 2020-07-10 14:31:22 -04:00
lzma
mtd ubi: provide a way to skip CRC checks 2019-10-16 05:42:27 +02:00
mvebu
net common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
power common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
samsung
spmi
synopsys
tee common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
test clk: Add K210 pll support 2020-07-01 15:01:21 +08:00
u-boot lib: rsa: function to verify a signature against a hash 2020-07-08 17:21:46 -04:00
usb usb: xhci: Add reset controller support 2020-07-10 11:49:28 +02:00
zfs
_exports.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
.gitignore
ACEX1K.h
adc.h
addr_map.h
ahci.h
ali512x.h
altera.h
android_ab.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
android_bootloader_message.h
android_image.h image: android: Fix possible build errors 2019-10-15 09:56:04 -04:00
ansi.h Nokia RX-51: Update my email address 2020-05-11 10:16:49 +05:30
api_public.h
api.h
armcoremodule.h
asm-offsets.h
ata.h include/ata.h: remove invalid links 2020-04-17 12:32:36 -04:00
atf_common.h Use __ASSEMBLY__ as the assembly macros 2020-05-18 21:19:23 -04:00
atmel_hlcdc.h
atmel_lcd.h
atmel_lcdc.h
atmel_mci.h
atsha204a-i2c.h
audio_codec.h
autoboot.h
avb_verify.h part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
axi.h
axp152.h
axp209.h
axp221.h
axp809.h
axp818.h
axp_pmic.h
backlight.h
bcd.h
binman_sym.h
binman.h binman: Add a library to access binman entries 2019-12-15 08:48:33 +08:00
bios_emul.h
bitfield.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
blk.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
bloblist.h bloblist: Tidy up a few comments and code-style nits 2020-02-05 19:33:46 -07:00
bmp_layout.h
board.h include: board: provide empty stubs when the BOARD option is not selected 2020-01-07 11:13:24 -05:00
boot_fit.h
bootcount.h common: Move bootcount functions to their header file 2019-12-02 18:23:08 -05:00
bootm.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
bootretry.h
bootstage.h bootstage: Fix 'stacked' typo 2020-07-09 12:33:24 +08:00
bouncebuf.h common: bouncebuf: Permit passing custom alignment check function 2020-04-22 20:41:56 +08:00
btrfs.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
bus_vcxk.h
bzlib.h
cache.h
capitalization.h
cbfs.h cbfs: Don't require the CBFS size with cbfs_init_mem() 2020-05-27 14:40:09 +08:00
charset.h lib: charset: correct function descriptions 2020-05-09 09:30:28 +02:00
circbuf.h
cli_hush.h
cli.h
clk-uclass.h clk: Rename free() to rfree() 2020-02-05 19:33:46 -07:00
clk.h clk: Fix clk func names in comments 2020-05-11 01:30:49 +05:30
clock_legacy.h common: Move clock functions into a new file 2020-01-24 23:06:48 +05:30
cmd_spl.h
command.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
common_timing_params.h
common.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
compiler.h Update MEM_SUPPORT_64BIT_DATA to be always defined 2020-07-08 17:21:46 -04:00
config_defaults.h
config_distro_bootcmd.h NVMe: do PCI enumerate before nvme scan 2019-10-31 07:22:53 -04:00
config_fallbacks.h
config_fsl_chain_trust.h common: Drop linux/stringify.h from common header 2020-05-18 21:19:23 -04:00
config_phylib_all_drivers.h Convert CONFIG_PHYLIB et al to Kconfig 2020-04-28 15:57:58 -04:00
config_uncmd_spl.h dm: gpio: Allow control of GPIO uclass in SPL 2019-12-15 08:52:29 +08:00
console.h console: Add a way to output to serial only 2020-07-09 12:33:24 +08:00
cortina.h
cp437.h
cp1250.h
cpsw.h net: ti: cpsw: convert to use dev/ofnode api 2019-11-04 12:56:37 -05:00
cpu_func.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
cpu.h uclass: cpu: Add new API to get udevice for current CPU 2020-05-03 15:45:49 +02:00
cros_ec_message.h
cros_ec.h
ddr_spd.h
debug_uart.h debug_uart: Add CR before and after announce string 2020-07-08 17:21:46 -04:00
dfu.h doc: dfu: describe more DFU function 2020-05-25 11:54:53 -04:00
dialog_pmic.h
display_options.h
display.h
div64.h
dm9000.h
dm-demo.h
dm.h
dma-uclass.h dma: Rename free() to rfree() 2020-02-05 19:33:46 -07:00
dma.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
dp83848.h
ds1722.h
dsi_host.h dm: Add a dsi host uclass 2019-10-13 23:34:43 +02:00
dt_table.h
dt-structs.h
dw_hdmi.h
dwc3-omap-uboot.h
dwc3-sti-glue.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
dwc3-uboot.h usb: dwc3: Add disable u2mac linestate check quirk 2020-05-29 18:13:19 +08:00
dwc_ahsata.h
dwmmc.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
e500.h powerpc/mpc85xx: drop eSDHC periperhal clock code 2020-01-16 13:16:25 +08:00
ec_commands.h
edid.h
eeprom_field.h
eeprom_layout.h
eeprom.h include/eeprom.h: fix build errors 2020-05-07 09:01:42 -04:00
efi_api.h efi_loader: device path for SATA devices 2020-05-21 10:00:17 +02:00
efi_driver.h
efi_load_initrd.h efi_loader: Implement FileLoad2 for initramfs loading 2020-02-28 19:37:14 +01:00
efi_loader.h efi_loader: export initialization state 2020-07-03 18:03:56 +02:00
efi_rng.h efi: qemu: arm64: Add efi_rng_protocol implementation for the platform 2020-01-07 18:08:22 +01:00
efi_selftest.h efi_selftest: add unit test functions to HTML documentation 2020-05-09 09:30:28 +02:00
efi.h efi_loader: add EFI_MEMORY_SP to memory attributes 2020-05-21 10:00:17 +02:00
elf.h Use __ASSEMBLY__ as the assembly macros 2020-05-18 21:19:23 -04:00
env_attr.h
env_callback.h env: remove callback.o for an SPL build 2020-04-24 10:09:59 -04:00
env_default.h Kconfig: Remove CONFIG_CLOCKS_IN_MHZ 2020-06-26 10:29:26 -04:00
env_flags.h
env_internal.h env_internal.h: add alternative ENV_SAVE_PTR macro 2020-04-24 10:10:00 -04:00
env.h cmd: Migrate from_env() from pxe.c to nvedit.c 2019-12-06 16:44:18 -05:00
errno.h lib: errno: avoid error format-overflow 2019-10-31 07:22:53 -04:00
eth_phy.h net: Add eth phy generic driver for shared MDIO 2020-05-10 13:24:48 +02:00
ethsw.h
exception.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
exports.h common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
ext4fs.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
ext_common.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
exynos_lcd.h
fastboot-internal.h
fastboot.h
fat.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
fb_mmc.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
fb_nand.h
fdt_region.h libfdt: split fdt_region declarations out to <fdt_region.h> 2020-04-26 14:24:08 -06:00
fdt_simplefb.h
fdt_support.h libfdt: Make fdtdec_get_child_count() available for HOST 2020-04-24 10:10:01 -04:00
fdt.h
fdtdec.h fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup() 2020-05-20 13:20:19 +02:00
fis.h
flash.h flash: Tidy up coding style for flash functions 2020-05-18 14:53:28 -04:00
fm_eth.h
fpga.h
fs_internal.h part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
fs_loader.h
fs.h cmd: fs: Add command to list supported fs types 2020-07-07 15:36:59 -04:00
fsl_csu.h
fsl_dcu_fb.h
fsl_ddr_dimm_params.h
fsl_ddr_sdram.h
fsl_ddr.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
fsl_ddrc_version.h
fsl_devdis.h
fsl_diu_fb.h
fsl_dspi.h
fsl_dtsec.h
fsl_errata.h
fsl_esdhc_imx.h mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuning 2020-06-24 14:05:30 +08:00
fsl_esdhc.h mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue 2020-06-15 09:45:22 +08:00
fsl_fman.h
fsl_ifc.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
fsl_immap.h
fsl_lpuart.h serial_lpuart: add support for i.MXRT 2020-01-14 22:54:00 +01:00
fsl_mdio.h driver: net: fm: add DM ETH support 2020-04-29 11:10:54 +05:30
fsl_memac.h
fsl_mmdc.h
fsl_pmic.h
fsl_qbman.h
fsl_qe.h doc: fix references to README.qe_firmware 2020-05-04 09:12:37 +05:30
fsl_sec_mon.h
fsl_sec.h armv8: lx2160a: add icid setup for platform devices 2019-11-08 11:13:38 +05:30
fsl_secboot_err.h
fsl_sfp.h
fsl_tgec.h
fsl_usb.h
fsl_validate.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
fsl_wdog.h
fuse.h
g_dnl.h usb: gadget: g_dnl: add function g_dnl_set_product 2020-05-14 09:02:12 +02:00
gdsys_fpga.h
generic-phy.h phy: Use _nodev naming convention if non-device clients 2020-05-11 01:30:49 +05:30
gt64120.h
gzip.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
handoff.h
hang.h common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
hash.h Add support for SHA384 and SHA512 2020-06-12 13:14:07 -04:00
hda_codec.h
hexdump.h
host_arch.h efi_loader: support building UEFI binaries on sandbox 2019-11-12 23:13:54 +01:00
hw_sha.h
hwconfig.h
hwspinlock.h
i2c_eeprom.h misc: i2c_eeprom: remove pagewidth field from i2c_eeprom 2020-03-16 08:03:05 +01:00
i2c.h common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
i2s.h
i8042.h
ide.h
image-android-dt.h
image-sparse.h
image.h image: Add support for ZSTD decompression 2020-07-07 15:37:13 -04:00
imx8image.h tool: Move ALIGN_MASK to header as common MACRO 2020-04-24 10:10:00 -04:00
imx_lpi2c.h i2c: imx_lpi2c: add ipg clk 2019-10-14 09:31:41 +02:00
imx_sip.h imx8: move SIP macro to common header 2020-05-01 13:46:21 +02:00
imx_thermal.h
imximage.h imx: fix typo in header file 2020-01-20 15:38:16 +01:00
init.h bdinfo: arm: Move ARM-specific info into its own file 2020-06-25 13:24:12 -04:00
initcall.h common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
input.h
inttypes.h
iomux.h
ioports.h
iotrace.h trace: Remove the const from write functions 2019-10-11 17:37:19 +08:00
ipu_pixfmt.h
irq_func.h common: Move enable/disable_interrupts out of common.h 2019-12-02 18:25:01 -05:00
irq.h dm: irq: Add support for requesting interrupts 2020-02-07 22:46:32 +08:00
k3-avs.h misc: k3_avs: Add j721e support 2019-11-07 18:39:16 -05:00
key_matrix.h
keyboard.h
kgdb.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
lattice.h
lcd_console.h
lcd.h
lcdvideo.h
ld9040.h
led.h
libata.h ata: sort ATA commands 2020-04-17 12:32:36 -04:00
libtizen.h
linker_lists.h
linux_logo.h
lmb.h
log.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
lxt971a.h
lynxkdi.h
lz4.h common: Add a new lz4.h header file 2019-12-02 18:23:11 -05:00
mailbox-uclass.h mailbox: Rename free() to rfree() 2020-02-05 19:33:46 -07:00
mailbox.h
malloc.h sandbox: Use a prefix for all allocation functions 2020-02-05 19:33:46 -07:00
mapmem.h
mb862xx.h
mc9sdz60.h
mc13783.h
mc13892.h
mc34704.h
MCD_dma.h
MCD_progCheck.h
MCD_tasksInit.h
media_bus_format.h
memalign.h
membuff.h
menu.h menu: add support for client defined statusline function 2020-05-07 09:01:42 -04:00
micrel.h board: apalis_imx6: Add KSZ9131 phy skew settings 2020-05-01 13:46:22 +02:00
mii_phy.h
miiphy.h net: mdio-uclass: add dm_eth_phy_connect helper function 2019-12-09 09:47:43 -06:00
mipi_display.h include: Add new DCS commands in the enum list 2019-10-13 21:24:47 +02:00
mipi_dsi.h video: mipi update panel platform data 2020-06-28 01:24:35 +02:00
misc.h
mk48t59.h
mm_communication.h efi_loader: Add headers for EDK2 StandAloneMM communication 2020-05-17 21:59:53 +02:00
mmc.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mpc8xx_irq.h
mpc8xx.h
mpc83xx.h mpc83xx: remove redundant MPC83xx_RESET #define 2020-05-19 14:01:47 -04:00
mpc85xx.h
mpc86xx.h
mpc106.h
msc01.h
mtd_node.h
mtd.h mtd: add prototypes for weak function 2020-01-25 12:04:36 -05:00
mv88e6352.h
mvebu_mmc.h
mvmfp.h
mxs_nand.h mtd: nand: raw: mxs_nand changes for nandbcb 2020-05-10 20:55:20 +02:00
nand.h spl: fit: nand: fix fit loading in case of bad blocks 2020-07-08 17:21:46 -04:00
net.h net: move random_port() to dns 2020-06-12 13:17:23 -04:00
netdev.h net: Fix warning when including netdev.h on DM systems 2020-05-01 12:35:03 +02:00
ns16550.h serial: ns16550: Support run-time configuration 2020-02-04 01:19:13 +08:00
nuvoton_nct6102d.h
nvme.h
of_live.h
onenand_uboot.h
opensbi.h spl: opensbi: specify main hart as preferred boot hart 2019-12-10 08:23:10 +08:00
os.h sandbox: Drop os_realloc() 2020-02-05 19:33:46 -07:00
p2sb.h pci: Add support for p2sb uclass 2019-12-15 11:44:11 +08:00
palmas.h
panel.h
part_efi.h part: efi: comment for GPT_HEADER_SIGNATURE_UBOOT 2020-01-07 18:08:20 +01:00
part.h part: Drop disk_partition_t typedef 2020-05-18 17:33:33 -04:00
pca953x.h
pca9564.h
pca9698.h
pch.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pci_ep.h
pci_gt64120.h
pci_ids.h
pci_msc01.h
pci_rom.h
pci_tegra.h
pci.h pci: Add some PCI Express capability register offset definitions 2020-07-10 11:49:28 +02:00
pe.h include: pe.h: add signature-related definitions 2020-01-07 18:08:19 +01:00
phy_interface.h phy: add support for backplane kr mode 2020-04-20 13:35:11 +05:30
phy-sun4i-usb.h
phy.h net: phy: Add helper routines to set and clear bits 2020-06-12 13:17:23 -04:00
phys2bus.h
physmem.h
post.h
power-domain-uclass.h power-domain: Rename free() to rfree() 2020-02-05 19:33:46 -07:00
power-domain.h power: domain: Introduce dev_power_domain_off 2019-10-15 08:40:03 -06:00
ppc_asm.tmpl
ppc_defs.h
pwm.h
pwrseq.h
pxa_lcd.h
qfw.h x86: Move qemu CPU fixup function into its own file 2019-12-15 11:44:25 +08:00
radeon.h
ram.h
rand.h doc: random number generation 2020-06-14 21:07:20 +02:00
rc4.h
regmap.h common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
reiserfs.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
relocate.h
remoteproc.h remoteproc: elf_loader: Add elf resource table load support 2020-01-07 11:13:25 -05:00
reset-uclass.h reset: Rename free() to rfree() 2020-02-05 19:33:46 -07:00
reset.h
rng.h doc: random number generation 2020-06-14 21:07:20 +02:00
rtc_def.h
rtc.h rtc: add dm_rtc_write() helper 2020-07-09 06:02:44 +02:00
s_record.h
SA-1100.h
samsung-usb-phy-uboot.h
sandbox-adc.h
sandbox-clk.h
sandboxblockdev.h
sandboxfs.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
sandboxtee.h
sata.h
scf0403_lcd.h
scsi.h common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
sdhci.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
sdp.h
search.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
serial.h rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA 2020-05-15 14:47:35 -04:00
sh_pfc.h
sja1000.h
slre.h
smbios.h
smem.h
smsc_lpc47m.h
smsc_sio1007.h
sort.h common: Move sorting functions to their own header file 2019-12-02 18:23:08 -05:00
sound.h sound: Add a new stop_play() method 2020-02-05 19:33:46 -07:00
sparse_defs.h
sparse_format.h
spartan2.h
spartan3.h
spd_sdram.h
spd.h
spi_flash.h spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* 2020-06-29 13:34:43 -04:00
spi-mem.h spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum 2020-04-29 01:44:35 +05:30
spi.h spi: Remove unnecessary #ifdefs in header file 2020-07-09 12:33:24 +08:00
spl_gpio.h
spl.h spl: fix format of function documentation 2020-07-08 17:21:46 -04:00
splash.h
st_logo_data.h
status_led.h status_led: Tidy up the code style 2019-12-02 18:23:06 -05:00
stdint.h
stdio_dev.h
stdio.h
stdlib.h
stm32_rcc.h
stratixII.h
string.h
sy8106a.h
sym53c8xx.h
syscon.h
sysreset.h
tables_csum.h
tca642x.h
tee.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
tegra-kbc.h
thermal.h
thor.h
ti-usb-phy-uboot.h
time.h common: Move get_tbclk() to time.h 2020-01-24 23:06:49 +05:30
timer.h
timestamp.h
tlv_eeprom.h cmd: add tlv_eeprom command 2020-01-21 15:56:15 +01:00
tmu.h
tpm-common.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
tpm-v1.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
tpm-v2.h tpm: add TPM2_GetRandom command support 2020-07-08 15:38:32 -04:00
tps6586x.h
trace.h
tsec.h
tsi148.h
twl4030.h
twl6030.h
ubi_uboot.h
ubifs_uboot.h common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
ubispl.h
uboot_aes.h aes: add support of aes192 and aes256 2020-01-17 10:15:49 -05:00
ufs.h ufs: Add Initial Support for UFS subsystem 2019-10-23 20:47:12 -04:00
universe.h
usb_cdc_acm.h
usb_defs.h
usb_ether.h
usb_mass_storage.h
usb.h usb: Update struct usb_device to indicate speed enum 2020-05-15 13:53:50 -04:00
usbdescriptors.h
usbdevice.h
usbroothubdes.h
uuid.h uuid: Use const char * where possible 2020-04-24 16:40:09 -04:00
vbe.h
versalpl.h arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
version.h
video_bridge.h
video_console.h video: Add helpers for vidconsole for the copy framebuffer 2020-07-09 12:33:24 +08:00
video_easylogo.h
video_fb.h
video_font_4x6.h
video_font_data.h
video_font.h
video_osd.h
video.h video: Add support for copying to a hardware framebuffer 2020-07-09 12:33:24 +08:00
virtex2.h
virtio_ring.h
virtio_types.h
virtio.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
vsc7385.h
vsc9953.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
vsprintf.h lib: Add a function to convert a string to upper case 2020-04-24 16:40:09 -04:00
vxworks.h command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
w1-eeprom.h
w1.h
w83c553f.h
wait_bit.h common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
watchdog.h
wdt.h common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
winbond_w83627.h
xilinx.h arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
xyzModem.h common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
zfs_common.h zfs: fix missing include for disk_partition definition 2020-06-23 14:43:23 -04:00
zynq_bootimg.h
zynqmp_firmware.h arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() 2019-10-24 13:37:01 +02:00
zynqmp_tap_delay.h
zynqmppl.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
zynqpl.h fpga: zynqpl: Correct PL bitstream loading sequence for zynqaes 2020-06-24 13:07:57 +02:00