aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-11fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding1-0/+48
2019-04-11fdtdec: Implement fdtdec_set_phandle()Thierry Reding1-0/+11
2019-04-11fdtdec: Add fdt_{addr, size}_unpack() helpersThierry Reding1-0/+25
2019-04-11fdtdec: Add cpu_to_fdt_{addr, size}() macrosThierry Reding1-0/+4
2019-04-11dm: remove unused function dm_fdt_pre_relocPatrick Delaunay1-26/+0
2019-04-11dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner1-12/+0
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini13-72/+66
2019-04-09fs: Add a new command to create symbolic linksJean-Jacques Hiblot1-0/+2
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot1-1/+2
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot1-1/+1
2019-04-09fs: ext4: cache extent dataStephen Warren1-1/+11
2019-04-09ARM: rmobile: alt: Increase USB power-good delayMarek Vasut1-1/+2
2019-04-09clk: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut3-22/+11
2019-04-09clk: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut7-46/+14
2019-04-09lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut1-3/+0
2019-04-09lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut1-0/+19
2019-04-09lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut1-0/+20
2019-04-09Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmelTom Rini7-84/+201
2019-04-09pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea1-0/+4
2019-04-09arm: at91: Add gardena-gateway-at91sam supportStefan Roese1-0/+88
2019-04-09arm: at91: siemens: Add support to generate combined SPL+U-Boot imageStefan Roese3-0/+10
2019-04-09watchdog: Handle SPL build with watchdog disabledStefan Roese1-2/+8
2019-04-09board: pm9g45: Migrate to CONFIG_DMIlko Iliev1-82/+91
2019-04-07efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro1-0/+9
2019-04-07efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2-0/+5
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro1-4/+0
2019-04-05Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imxTom Rini5-15/+0
2019-04-02cosmetic: Remove not needed string from kp_imx53.h configLukasz Majewski1-2/+0
2019-04-02cosmetic: config: Remove empty #ifdefsLukasz Majewski4-13/+0
2019-04-01Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+0
2019-03-31ARM: imx6q_logic: Enable UUID supportAdam Ford1-5/+5
2019-03-31Merge branch 'master' of git://git.denx.de/u-bootStefano Babic169-738/+56
2019-03-30ARM: rmobile: rcar-gen2: Activate bootm_sizeMarek Vasut1-1/+0
2019-03-29Merge branch '2019-03-29-master-imports'Tom Rini1-1/+1
2019-03-29configs: ti: Move FIT image load address to avoid overwriteAndrew F. Davis1-1/+1
2019-03-29Merge tag 'efi-2019-04-rc5-2' of git://git.denx.de/u-boot-efiTom Rini1-1/+7
2019-03-28ARC: AXS10x: drop NAND supportEugeniy Paltsev1-6/+0
2019-03-27efi_loader: TODO for the EFI file protocolHeinrich Schuchardt1-1/+7
2019-03-25Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay98-300/+14
2019-03-25Convert CONFIG_DEFAULT_SPI_* to KconfigPatrick Delaunay5-19/+0
2019-03-25Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay126-390/+0
2019-03-25exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASEPatrick Delaunay1-1/+1
2019-03-25controlcenterdc: move some configuration in defconfig filePatrick Delaunay1-6/+0
2019-03-25bcm7445: move some configuration in defconfig filePatrick Delaunay1-4/+0
2019-03-22fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski1-0/+1
2019-03-22pci: Add comment to mention difference in DEVFN usage in U-Boot vs LinuxStefan Roese1-0/+11
2019-03-22cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10Heinrich Schuchardt1-1/+1
2019-03-19Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+2
2019-03-16arm: socfpga: make SPL_TEXT_BASE overridableSimon Goldschmidt1-0/+2
2019-03-15Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini5-3/+7