aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-01SPL: Add HAB image authentication to FITYe Li1-0/+1
2019-01-01embestmx6boards: Add SPL supportFabien Lahoudere1-0/+13
2018-12-12am3517_evm: Use ttyS2 instead of ttyO2Adam Ford1-1/+1
2018-12-12qemu-arm: Add persistent environment supportSumit Garg1-1/+7
2018-12-12qemu-arm: Enable VirtIO distro targetSumit Garg1-0/+1
2018-12-10Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini23-21/+256
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini2-0/+49
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini11-23/+60
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-0/+51
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich2-0/+49
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2-0/+25
2018-12-10ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2-16/+4
2018-12-10configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPATJean-Jacques Hiblot1-6/+0
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot5-1/+18
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot1-0/+13
2018-12-09Merge git://git.denx.de/u-boot-marvellTom Rini1-14/+34
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich1-0/+11
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2-43/+3
2018-12-08arm: mvebu: helios4: Enable SPI flash supportAditya Prayoga1-0/+31
2018-12-08arm: mvebu: helios4: Reduce U-Boot image sizeAditya Prayoga1-6/+0
2018-12-08arm: mvebu: helios4: mmc: move environment before 1MAditya Prayoga1-8/+3
2018-12-07Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-16/+54
2018-12-07power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl1-0/+21
2018-12-07power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl1-0/+13
2018-12-07power: axp209: Define the chip version maskOlliver Schinagl1-0/+2
2018-12-07power: axp209: Use BIT() macroOlliver Schinagl1-16/+18
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+13
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-0/+1
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot1-0/+19
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot1-0/+8
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-0/+10
2018-12-07arm: dts: am33xx: Sync dts with Linux 4.20.0Felix Brack1-0/+227
2018-12-07spl/tpl: change banner into upper caseHeiko Schocher1-2/+2
2018-12-07dma: add channels supportÁlvaro Fernández Rojas2-3/+348
2018-12-07dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2-22/+39
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard2-0/+141
2018-12-06ls1088a: Move CONFIG_FSL_QSPI to defconfigAshish Kumar2-2/+0
2018-12-06armv8: ls1088ardb_pb: Add support for board detectionPramod Kumar1-1/+2
2018-12-06armv8: ls1012afrx: Add TFABOOT supportRajesh Bhagat3-0/+17
2018-12-06armv8: ls1012aqds: fix secure boot compilationRajesh Bhagat1-0/+1
2018-12-06armv8: ls1012ardb: Add TFABOOT supportRajesh Bhagat2-1/+21
2018-12-06armv8: ls1043aqds: Add TFABOOT supportRajesh Bhagat1-2/+48
2018-12-06armv8: ls1043ardb: Add TFABOOT supportRajesh Bhagat2-1/+55
2018-12-06armv8: ls1046aqds: Add TFABOOT supportRajesh Bhagat1-2/+57
2018-12-06armv8: ls1046ardb: Add TFABOOT supportRajesh Bhagat2-0/+27
2018-12-06drivers: ifc: dynamic chipselect mapping supportPankit Garg1-0/+17
2018-12-06driver/ifc: replace __ilog2 with LOG2 macroRajesh Bhagat7-11/+11
2018-12-06rockchip: rk3399: Add common Rock960 family from VamrsManivannan Sadhasivam1-0/+15
2018-12-06usb: dwc2-otg: make regs_phy (in platdata) a uintptr_tPhilipp Tomsich1-1/+1
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini13-26/+452