summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* log: convert pr_*() to loggingHeinrich Schuchardt2021-03-012-38/+48
* Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-02-271-7/+13
|\
| * efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt2021-02-261-7/+13
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-02-262-1/+12
|\ \
| * | fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-261-0/+7
| * | part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-261-1/+5
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-02-261-11/+11
|\ \
| * | mtd: spi-nor-core: Fix typo in documentationSean Anderson2021-02-261-1/+1
| * | mtd: spi-nor.h: Change spaces to tabsBin Meng2021-02-261-10/+10
| |/
* / ARM: stm32: Add USB host boot supportMarek Vasut2021-02-261-0/+7
|/
* ppc: Remove MPC8569MDS boardTom Rini2021-02-251-489/+0
* arm: Remove sksimx6 boardTom Rini2021-02-251-85/+0
* arm: Remove mx53smd boardTom Rini2021-02-251-111/+0
* arm: Remove mx53ard boardTom Rini2021-02-251-170/+0
* arm: Remove mx25pdk boardTom Rini2021-02-251-178/+0
* lib: rsa: struct udevice build warningHeinrich Schuchardt2021-02-241-0/+2
* vexpress64_fvp: Set DRAM to 4G to match with kernel devicetreeDiego Sueiro2021-02-241-0/+3
* malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt2021-02-241-0/+3
* config: hikey: convert to DM_USB and DM_ETHPeter Robinson2021-02-241-3/+1
* Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-0/+2
|\
| * button: add udevice forward declarationNeil Armstrong2021-02-221-0/+2
* | Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-221-1/+0
|\ \
| * | clk: remove a redundant headerDario Binacchi2021-02-221-1/+0
* | | Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-02-221-101/+0
|\ \ \
| * | | video: remove unused include/mb862xx.hHeinrich Schuchardt2021-02-191-101/+0
* | | | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-2133-33/+33
* | | | board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk2021-02-215-5/+0
* | | | fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-191-18/+0
* | | | sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland2021-02-191-15/+0
* | | | Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-02-191-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung2021-02-191-0/+14
| * | | mmc: fix response timeout after switch commandStefan Bosch2021-02-191-0/+1
* | | | Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2021-02-182-9/+2
|\ \ \ \ | |/ / / |/| | |
| * | | image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc2021-02-171-7/+0
| * | | spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
| | |/ | |/|
* | | mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-181-0/+6
* | | xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-181-1/+19
* | | dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-181-0/+17
* | | dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-181-0/+13
* | | dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-184-0/+68
|/ /
* | net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-163-0/+172
* | net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2021-02-161-0/+21
* | drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk2021-02-161-0/+30
* | IOMUX: Introduce iomux_replace_device()Andy Shevchenko2021-02-161-0/+1
* | IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-161-0/+5
* | IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-161-0/+1
* | stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2021-02-161-0/+2
* | stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko2021-02-161-1/+0
|/
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+20
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1534-5/+63
|\