summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* env: Move env_get_hex() to env.hSimon Glass2019-08-115-12/+15
* env: Move env_get_yesno() to env.hSimon Glass2019-08-115-6/+11
* env: Move env_get_ulong() to env.hSimon Glass2019-08-119-13/+20
* env: Move env_set_ulong() to env.hSimon Glass2019-08-1116-9/+23
* env: Move env_set_hex() to env.hSimon Glass2019-08-1139-21/+59
* env: Move envmatch() to env.hSimon Glass2019-08-114-14/+15
* env: Move env_relocate() to env.hSimon Glass2019-08-114-1/+10
* env: Move env_init() to env.hSimon Glass2019-08-1119-1/+27
* env: Move env_get_f() to env.hSimon Glass2019-08-1122-12/+32
* env: Move get_env_id() to env.hSimon Glass2019-08-115-7/+18
* env: Create a new file for environment functionsSimon Glass2019-08-113-4/+29
* common: Remove video_setmem()Simon Glass2019-08-112-10/+0
* common: Move lcd_setmem() to lcd.hSimon Glass2019-08-113-3/+2
* common: Drop the dpram_... functionsSimon Glass2019-08-111-5/+0
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-1118-58/+124
* MAINTAINERS: Add entries for Android A/B and AVBIgor Opaniuk2019-08-111-0/+20
* MAINTAINERS: Add entry for HI3660 SoCManivannan Sadhasivam2019-08-111-0/+2
* mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driverManivannan Sadhasivam2019-08-111-3/+26
* board: hisilicon: Add support for Hikey960 boardManivannan Sadhasivam2019-08-119-0/+612
* arm: dts: Add devicetree for Hikey960 boardManivannan Sadhasivam2019-08-113-0/+618
* arm: dts: Import HI3660 devicetree from LinuxManivannan Sadhasivam2019-08-113-0/+2431
* spl: implement stack usage checkSimon Goldschmidt2019-08-113-0/+64
* serial_lpuart: Fix config check issue when using clk driver in SPLYe Li2019-08-111-4/+4
* pci: intel: Fix configuration type based on secondary numberLey Foon Tan2019-08-111-4/+6
* pci: intel: Fix error when enumerating multi-function PCIe deviceLey Foon Tan2019-08-111-2/+4
* pci: intel: Increase TLP polling counterLey Foon Tan2019-08-111-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-shWIP/10Aug2019Tom Rini2019-08-1026-21/+5477
|\
| * ARM: renesas: Add R8A77980 V3H Condor board codeMarek Vasut2019-08-0910-0/+533
| * ARM: renesas: Add R8A77980 V3H platform codeMarek Vasut2019-08-093-0/+7
| * ARM: dts: renesas: Add R8A77980 V3H DTs and headersMarek Vasut2019-08-094-0/+1723
| * clk: renesas: Add R8A77980 V3H clock tablesMarek Vasut2019-08-093-0/+262
| * pinctrl: renesas: Add R8A77980 V3H PFC tablesMarek Vasut2019-08-095-0/+2920
| * net: sh_eth: Fix 64bit build warningsMarek Vasut2019-08-092-16/+16
| * net: sh_eth: Add R8A77980 V3H gether supportMarek Vasut2019-08-092-5/+16
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-08-1018-24/+537
|\ \
| * | fastboot: Remove "bootloader-version" variableSam Protsenko2019-08-082-9/+6
| * | fastboot: getvar: Add "is-userspace" variableSam Protsenko2019-08-081-0/+9
| * | usb: gadget: f_dfu.c: fix memory leakRalph Siemsen2019-08-081-0/+1
| * | thor: fix crash after usb initialization failureMarek Szyprowski2019-08-081-1/+5
| * | fastboot: Remove "slot-suffixes" variableSam Protsenko2019-08-081-9/+0
| * | usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher2019-08-083-0/+60
| * | usb, ohci: add warning if none on pci foundHeiko Schocher2019-08-081-1/+4
| * | usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher2019-08-081-2/+3
| * | usb, ohci: fix ohci swap register accessHeiko Schocher2019-08-081-2/+2
| * | usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher2019-08-081-0/+2
| * | ARM: da850-evm: Enable the USB PHY and MUSB DriverAdam Ford2019-08-083-0/+15
| * | usb: musb-new: Add support for da8xx-musbAdam Ford2019-08-083-0/+359
| * | phy: Add support for phy-da8xx-usbAdam Ford2019-08-083-0/+71
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/09Aug2019Tom Rini2019-08-0953-619/+1573
|\ \ \
| * | | x86: Skip setting up MTRRs in slimbootloaderPark, Aiden2019-08-091-1/+2