summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-01log: convert pr_*() to loggingHeinrich Schuchardt2-38/+48
2021-02-27Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-7/+13
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2-1/+12
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-11/+11
2021-02-26efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt1-7/+13
2021-02-26ARM: stm32: Add USB host boot supportMarek Vasut1-0/+7
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher1-0/+7
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson1-1/+5
2021-02-26mtd: spi-nor-core: Fix typo in documentationSean Anderson1-1/+1
2021-02-26mtd: spi-nor.h: Change spaces to tabsBin Meng1-10/+10
2021-02-25ppc: Remove MPC8569MDS boardTom Rini1-489/+0
2021-02-25arm: Remove sksimx6 boardTom Rini1-85/+0
2021-02-25arm: Remove mx53smd boardTom Rini1-111/+0
2021-02-25arm: Remove mx53ard boardTom Rini1-170/+0
2021-02-25arm: Remove mx25pdk boardTom Rini1-178/+0
2021-02-25lib: rsa: struct udevice build warningHeinrich Schuchardt1-0/+2
2021-02-25vexpress64_fvp: Set DRAM to 4G to match with kernel devicetreeDiego Sueiro1-0/+3
2021-02-25malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt1-0/+3
2021-02-25config: hikey: convert to DM_USB and DM_ETHPeter Robinson1-3/+1
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+2
2021-02-22Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+0
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-101/+0
2021-02-22button: add udevice forward declarationNeil Armstrong1-0/+2
2021-02-22clk: remove a redundant headerDario Binacchi1-1/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk33-33/+33
2021-02-21board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk5-5/+0
2021-02-20fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara1-18/+0
2021-02-20sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland1-15/+0
2021-02-20video: remove unused include/mb862xx.hHeinrich Schuchardt1-101/+0
2021-02-19Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-0/+15
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung1-0/+14
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-0/+1
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2-9/+2
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne1-0/+6
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne1-1/+19
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne1-0/+17
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne1-0/+13
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne4-0/+68
2021-02-18image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc1-7/+0
2021-02-18spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil3-0/+172
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+21
2021-02-16drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk1-0/+30
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko1-0/+1
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko1-0/+5
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko1-0/+1
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko1-0/+2
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko1-1/+0
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-1/+20
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini34-5/+63