summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared accessLokesh Vutla2019-07-261-0/+9
* power-domain: Add private data to power domainLokesh Vutla2019-07-261-13/+2
* firmware: ti_sci: Add a command for releasing all exclusive devicesLokesh Vutla2019-07-261-0/+4
* firmware: ti_sci: Add processor shutdown API methodAndreas Dannenberg2019-07-261-0/+4
* firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla2019-07-261-0/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini2019-07-256-37/+270
|\
| * net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-251-1/+0
| * riscv: sifive: fu540: Sync-up config header with RISC-V QEMU supportAnup Patel2019-07-251-7/+11
| * Add support for the NXP LS1021A-TSN boardJianchao Wang2019-07-251-0/+250
| * configs: ls1021atwr: Fix distro_bootcmd for QSPI bootVladimir Oltean2019-07-251-1/+1
| * arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng2019-07-251-27/+1
| * net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-251-1/+3
| * include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8Alex Marginean2019-07-251-0/+4
* | Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-243-4/+16
|\ \ | |/ |/|
| * dm: uclass: fix comment copy/paste errorBaruch Siach2019-07-241-1/+1
| * dm: Fix parameter description of dev_read_name()Bin Meng2019-07-241-1/+1
| * cbfs: Rename checksum to attributes_offsetSimon Glass2019-07-231-2/+3
| * cbfs: Add an enum and comment for the magic numberSimon Glass2019-07-231-0/+11
* | distro_bootcmd: refactor virtio to support PCI block devicesDavid Abdurachmanov2019-07-241-6/+21
* | remoteproc: Fix potential build issues with SPL remoteprocSuman Anna2019-07-241-1/+1
* | env: am57xx: Implement A/B boot processRuslan Trofymenko2019-07-241-6/+52
* | common: Implement A/B metadataRuslan Trofymenko2019-07-241-0/+34
* | disk: part: Extend API to get partition infoRuslan Trofymenko2019-07-241-0/+21
* | Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-07-234-21/+21
|\ \ | |/ |/|
| * efi_loader: support unaligned u16 stringsHeinrich Schuchardt2019-07-161-2/+2
| * efi_loader: avoid alignment errorHeinrich Schuchardt2019-07-161-1/+1
| * efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-161-2/+2
| * efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt2019-07-162-15/+16
| * efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATIONHeinrich Schuchardt2019-07-161-1/+0
* | Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-235-41/+183
|\ \
| * | remoteproc: add elf file load supportFabien Dessenne2019-07-221-3/+27
| * | remoteproc: add device_to_virt opsFabien Dessenne2019-07-221-0/+12
| * | remoteproc: fix function headersFabien Dessenne2019-07-221-36/+68
| * | dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-224-2/+76
* | | Merge tag 'rockchip-for-v2019.07' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-218-14/+40
|\ \ \
| * | | rockchip: rk3399: use common secure_timer_init() for spl/tplKever Yang2019-07-201-0/+1
| * | | rockchip: rk3368: enable stimer for rk3368Kever Yang2019-07-201-1/+2
| * | | rockchip: rk3128: use ARM arch timer instead of rk_timerKever Yang2019-07-201-3/+4
| * | | rockchip: rk3288: use ARM arch timer instead of rk_timerKever Yang2019-07-201-3/+4
| * | | rockchip: rk3036: use ARM arch timer instead of rk_timerKever Yang2019-07-201-3/+4
| * | | rockchip: rk322x: use ARM arch timer instead of rk_timerKever Yang2019-07-201-3/+4
| * | | rockchip: rk3288: update u-boot raw image size for all boardsKever Yang2019-07-202-1/+2
| * | | debug_uart: Add printdecJagan Teki2019-07-191-0/+19
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2019-07-193-29/+97
|\ \ \
| * | | clk: sifive: Sync-up DT bindings header with upstream LinuxAnup Patel2019-07-192-29/+18
| * | | clk: sifive: Sync-up WRPLL library with upstream LinuxAnup Patel2019-07-191-46/+24
| * | | clk: sifive: Factor-out PLL library as separate moduleAnup Patel2019-07-191-0/+101
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-07-184-2/+103
|\ \ \ | |/ / |/| |
| * | net: unaligned copying of unsigned longHeinrich Schuchardt2019-07-181-2/+2
| * | net: add MDIO_MUX DM classAlex Marginean2019-07-182-0/+21