summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-08-256-13/+6
|\
| * imx8m: config: convert to bootm_sizeGrygorii Tertychnyi2020-08-254-9/+4
| * ARM: imx6q_logic: Fix broken booting by moving fdt_addr_r addressAdam Ford2020-08-251-2/+2
| * arm: mx6: Make all i.MX6 SoCs user-selectableTom Rini2020-08-251-2/+0
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-08-255-3/+226
|\ \
| * | arm: octeontx2: Add support for OcteonTX2 SoC platformsSuneel Garapati2020-08-251-0/+72
| * | arm: octeontx: Add support for OcteonTX SoC platformsSuneel Garapati2020-08-251-0/+89
| * | pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati2020-08-251-0/+3
| * | pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2020-08-251-0/+38
| * | pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese2020-08-251-3/+1
| * | dm: core: Add API to read PCI bus-range propertyStefan Roese2020-08-251-0/+12
| * | fdtdec: Add API to read pci bus-range propertySuneel Garapati2020-08-251-0/+13
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-251-0/+5
|\ \ \
| * | | clk: kendryte/pll.h: do not redefine nop()Heinrich Schuchardt2020-08-251-0/+5
| |/ /
* | | Merge branch '2020-08-24-misc-improvements'Tom Rini2020-08-254-11/+92
|\ \ \
| * | | xen: Code style conformityAnastasiia Lukianenko2020-08-241-2/+1
| * | | board: xen: Remove unnecessary CONFIG_INITRD_TAG and CONFIG_CMDLINE_TAGAnastasiia Lukianenko2020-08-241-3/+0
| * | | board: xen: Remove CONFIG_CMD_RUN define and clean xenguest_arm64_defconfigAnastasiia Lukianenko2020-08-241-2/+0
| * | | board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_ear...Anastasiia Lukianenko2020-08-241-2/+0
| * | | board: armltd: Add support for Total Compute platformUsama Arif2020-08-241-0/+89
| * | | avb: Make AVB independent of fastbootUsama Arif2020-08-241-2/+2
| |/ /
* | | Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-08-243-1/+5
|\ \ \ | |/ / |/| |
| * | efi_loader: efi_dp_check_length()Heinrich Schuchardt2020-08-241-0/+2
| * | include: kernel.h: define SSIZE_MAXHeinrich Schuchardt2020-08-241-0/+3
| * | efi_loader: remove empty comment lineHeinrich Schuchardt2020-08-241-1/+0
* | | Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-241-0/+8
|\ \ \ | |/ / |/| |
| * | dm: test: clk: add the test for the ccf gated clockDario Binacchi2020-08-241-0/+8
* | | Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-08-231-7/+7
|\ \ \ | |/ / |/| |
| * | dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-221-3/+1
| * | dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt2020-08-221-4/+6
* | | stdio: Tidy up the coding styleSimon Glass2020-08-231-0/+9
* | | stdio: Drop #ifdefs in the header fileSimon Glass2020-08-231-28/+12
* | | Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass2020-08-232-4/+0
* | | Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass2020-08-2339-72/+0
* | | Convert CONFIG_NETCONSOLE to KconfigTom Rini2020-08-2313-15/+0
|/ /
* | Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-08-206-8/+52
|\ \
| * | clk: versal: Move pm_query_id out of clock driverMichal Simek2020-08-201-0/+17
| * | xilinx: common: Get rid of fdt_high variableMichal Simek2020-08-203-3/+0
| * | xilinx: zynqmp: synchronize firmware call return payloadIbai Erkiaga2020-08-201-0/+9
| * | xilinx: zynqmp: Enable DFU tftp supportMichal Simek2020-08-201-1/+3
| * | xilinx: Align dfu ram with booti commandMichal Simek2020-08-202-3/+5
| * | arm64: zynqmp: Reduce malloc memory for mini QSPI configurationAshok Reddy Soma2020-08-201-1/+1
| * | lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest()Michal Simek2020-08-201-0/+17
* | | arm: dts: mt7622: add SATA reset constantsFrank Wunderlich2020-08-191-1/+4
|/ /
* / ARM: uniphier: rename include guard of include/configs/uniphier.hMasahiro Yamada2020-08-181-3/+3
|/
* Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-08-152-7/+19
|\
| * riscv: load addresses for Sipeed MAIXHeinrich Schuchardt2020-08-141-0/+9
| * efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro2020-08-141-3/+6
| * efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro2020-08-131-4/+4
* | board: xen: De-initialize before jumping to LinuxOleksandr Andrushchenko2020-08-141-0/+8