summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* env: Move env_reloc() to env.hSimon Glass2019-08-112-4/+7
* env: Move env_get_char() to env.hSimon Glass2019-08-112-10/+10
* env: Move get/set_default_env() to env.hSimon Glass2019-08-1115-34/+46
* env: Drop env_crc_update()Simon Glass2019-08-111-3/+0
* env: Move env import/export functions to env.hSimon Glass2019-08-112-12/+38
* env: Move env_load/save functions to env.hSimon Glass2019-08-112-21/+21
* env: Move set_default_vars to env.hSimon Glass2019-08-114-5/+13
* env: Move env_fix_drivers() to env.hSimon Glass2019-08-112-5/+5
* env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass2019-08-114-14/+23
* env: Move eth_env_get/set_enetaddr() to env.hSimon Glass2019-08-112-2/+18
* env: Move env_get() to env.hSimon Glass2019-08-11129-12/+139
* env: Move env_set() to env.hSimon Glass2019-08-11181-12/+191
* 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