summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | env: Drop the double underscores in search.hSimon Glass2019-08-111-28/+24
| * | env: Drop the ACTION typedefSimon Glass2019-08-118-31/+31
| * | env: Rename the redundancy flagsSimon Glass2019-08-117-31/+39
| * | env: Drop _ENTRYSimon Glass2019-08-112-7/+5
| * | env: Drop the ENTRY typedefSimon Glass2019-08-1111-58/+62
| * | env: Move callback definitions to env.hSimon Glass2019-08-113-29/+34
| * | env: Move env_valid to env.hSimon Glass2019-08-114-8/+10
| * | env: Rename environment to embedded_environmentSimon Glass2019-08-114-5/+5
| * | 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
| |/
* | gitlab-ci: Consolidate some testsuite jobsTom Rini2019-08-121-27/+15
* | gitlab-ci: Add USER environment variable to buildman/patman testsTom Rini2019-08-121-0/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-08-1026-21/+5477
|\
| * ARM: renesas: Add R8A77980 V3H Condor board codeMarek Vasut2019-08-0910-0/+533