aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_get_f() to env.hSimon Glass22-12/+32
2019-08-11env: Move get_env_id() to env.hSimon Glass5-7/+18
2019-08-11env: Create a new file for environment functionsSimon Glass3-4/+29
2019-08-11common: Remove video_setmem()Simon Glass2-10/+0
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass3-3/+2
2019-08-11common: Drop the dpram_... functionsSimon Glass1-5/+0
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass18-58/+124
2019-08-11MAINTAINERS: Add entries for Android A/B and AVBIgor Opaniuk1-0/+20
2019-08-11MAINTAINERS: Add entry for HI3660 SoCManivannan Sadhasivam1-0/+2
2019-08-11mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driverManivannan Sadhasivam1-3/+26
2019-08-11board: hisilicon: Add support for Hikey960 boardManivannan Sadhasivam9-0/+612
2019-08-11arm: dts: Add devicetree for Hikey960 boardManivannan Sadhasivam3-0/+618
2019-08-11arm: dts: Import HI3660 devicetree from LinuxManivannan Sadhasivam3-0/+2431
2019-08-11spl: implement stack usage checkSimon Goldschmidt3-0/+64
2019-08-11serial_lpuart: Fix config check issue when using clk driver in SPLYe Li1-4/+4
2019-08-11pci: intel: Fix configuration type based on secondary numberLey Foon Tan1-4/+6
2019-08-11pci: intel: Fix error when enumerating multi-function PCIe deviceLey Foon Tan1-2/+4
2019-08-11pci: intel: Increase TLP polling counterLey Foon Tan1-1/+1
2019-08-10Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini26-21/+5477
2019-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini18-24/+537
2019-08-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini53-619/+1573
2019-08-09ARM: renesas: Add R8A77980 V3H Condor board codeMarek Vasut10-0/+533
2019-08-09ARM: renesas: Add R8A77980 V3H platform codeMarek Vasut3-0/+7
2019-08-09ARM: dts: renesas: Add R8A77980 V3H DTs and headersMarek Vasut4-0/+1723
2019-08-09clk: renesas: Add R8A77980 V3H clock tablesMarek Vasut3-0/+262
2019-08-09pinctrl: renesas: Add R8A77980 V3H PFC tablesMarek Vasut5-0/+2920
2019-08-09net: sh_eth: Fix 64bit build warningsMarek Vasut2-16/+16
2019-08-09net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2-5/+16
2019-08-09Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini15-116/+310
2019-08-09apalis-tk1: configs: remove legacy usbboot commandIgor Opaniuk1-19/+0
2019-08-09apalis-tk1: support v1.2 hardware revisionMarcel Ziswiler5-56/+103
2019-08-09apalis-tk1: remove non-essential power rails on bootDominik Sliwa2-0/+68
2019-08-09apalis-tk1: remove default vesa vga mode from vidargsMarcel Ziswiler1-1/+1
2019-08-09apalis-tk1/t30: colibri_t30: display reset reasonDominik Sliwa1-10/+22
2019-08-09apalis-tk1: switch to zImageIgor Opaniuk1-6/+6
2019-08-09apalis-tk1: add pcie_aspm=off to defargsIgor Opaniuk1-1/+1
2019-08-09apalis-tk1: enable user debug by defaultIgor Opaniuk1-1/+2
2019-08-09apalis-tk1: provide proper USB vendor idIgor Opaniuk1-1/+1
2019-08-09apalis-tk1: set apalis gpio 8 aka fan_enIgor Opaniuk1-0/+10
2019-08-09apalis-tk1: do not explicitly release reset_moci#Marcel Ziswiler1-1/+1
2019-08-09colibri/apalis tegra: drop DFU supportIgor Opaniuk4-12/+0
2019-08-09mmc: Move tegra loopback disable option to be under tegraTrent Piepho1-11/+11
2019-08-09sound: Add codec enable to the sound bindingsSimon Glass3-0/+3
2019-08-09sound: tegra: Add the binding file for tegra-audioSimon Glass1-0/+53
2019-08-09sound: snow: Add the binding file for snowSimon Glass1-0/+31
2019-08-09x86: Skip setting up MTRRs in slimbootloaderPark, Aiden1-1/+2
2019-08-09board: intel: Add new slimbootloader boardPark, Aiden10-0/+342
2019-08-09x86: slimbootloader: Add a slimbootloader device treePark, Aiden2-0/+28
2019-08-09x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden2-0/+65
2019-08-09x86: slimbootloader: Add serial driverPark, Aiden3-1/+102