summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-09lz4: Use a private header for U-BootSimon Glass1-0/+0
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass1-2/+5
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass2-37/+7
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass1-13/+0
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass1-3/+0
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass1-6/+0
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass1-6/+0
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass1-6/+0
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2-5/+0
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass1-3/+2
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-3/+0
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass1-9/+8
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass3-7/+6
2021-10-08kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass1-3/+10
2021-10-08compiler: Rename host_build() to tools_build()Simon Glass1-2/+3
2021-10-08image: Avoid #ifdefs for manual relocationSimon Glass1-0/+6
2021-10-08image: Create a function to do manual relocationSimon Glass1-1/+23
2021-10-08gzip: Avoid use of u64Simon Glass2-4/+7
2021-10-08zstd: Create a function for use from U-BootSimon Glass1-0/+11
2021-10-08compiler: Add a comment to host_build()Simon Glass1-0/+5
2021-10-08Add support for an owned bufferSimon Glass1-0/+159
2021-10-08lib: Add memdup()Simon Glass1-0/+13
2021-10-08arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár1-0/+4
2021-10-07ARM: amlogic: add JetHub common config headerVyacheslav Bocharov1-0/+40
2021-10-07distro_bootcmd: run pci enum for scsi_boot just like it is done for nvme_bootNeil Armstrong1-0/+1
2021-10-07configs: meson64: add SCSI boot targetNeil Armstrong1-0/+7
2021-10-07ARM: meson: Sync Amlogic DT from Linux 5.14Neil Armstrong2-1/+27
2021-10-06Convert CONFIG_NAND_OMAP_ECCSCHEME to KconfigTom Rini20-21/+0
2021-10-06Convert CONFIG_SYS_NAND_U_BOOT_LOCATIONS et al to KconfigTom Rini40-56/+0
2021-10-06Convert CONFIG_NAND_FSL_ELBC et al to KconfigTom Rini23-36/+2
2021-10-06Convert CONFIG_SYS_NAND_MAX_CHIPS to KconfigTom Rini8-13/+0
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2-1/+3
2021-10-06Convert CONFIG_SYS_NAND_ONFI_DETECTION to KconfigTom Rini69-86/+0
2021-10-06Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to KconfigTom Rini41-44/+0
2021-10-06Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to KconfigTom Rini37-38/+0
2021-10-06Convert CONFIG_SYS_NAND_PAGE_COUNT to KconfigTom Rini35-52/+0
2021-10-06Convert CONFIG_SPL_NAND_LOAD et al to KconfigTom Rini60-186/+4
2021-10-06Convert CONFIG_NAND_LPC32XX_MLC to KconfigTom Rini1-1/+0
2021-10-06m53menlo: Switch to deriving CONFIG_SYS_NAND_PAGE_COUNTTom Rini1-1/+3
2021-10-06rk3308: Remove unused NAND definesTom Rini1-5/+0
2021-10-05gpio: Factor out DT flag translationSamuel Holland1-0/+8
2021-10-05lib: optee: Remove CONFIG_OPTEE_LOAD_ADDRAlexandru Gagniuc1-5/+0
2021-10-05lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image()Alexandru Gagniuc1-14/+0
2021-10-05tee: add a stub for tee_find_devicePatrick Delaunay1-0/+11
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay1-3/+3
2021-10-03board: siemens: Add support for SIMATIC IOT2050 devicesJan Kiszka1-0/+62
2021-10-03pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_...Vladimir Oltean1-1/+1
2021-10-03arm: ti: k3: Resync dts files and bindings with Linux Kernel v5.14Tom Rini1-18/+21
2021-10-03dt-bindings: pinctrl: k3: Synchronize with v5.14 kernelNishanth Menon1-27/+24
2021-10-02serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platformsTom Rini20-34/+0