aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Drop environment.h header file where not neededSimon Glass116-116/+1
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass3-10/+15
2019-08-11env: Drop the double underscores in search.hSimon Glass1-28/+24
2019-08-11env: Drop the ACTION typedefSimon Glass8-31/+31
2019-08-11env: Rename the redundancy flagsSimon Glass7-31/+39
2019-08-11env: Drop _ENTRYSimon Glass2-7/+5
2019-08-11env: Drop the ENTRY typedefSimon Glass11-58/+62
2019-08-11env: Move callback definitions to env.hSimon Glass3-29/+34
2019-08-11env: Move env_valid to env.hSimon Glass4-8/+10
2019-08-11env: Rename environment to embedded_environmentSimon Glass4-5/+5
2019-08-11env: Move env_reloc() to env.hSimon Glass2-4/+7
2019-08-11env: Move env_get_char() to env.hSimon Glass2-10/+10
2019-08-11env: Move get/set_default_env() to env.hSimon Glass15-34/+46
2019-08-11env: Drop env_crc_update()Simon Glass1-3/+0
2019-08-11env: Move env import/export functions to env.hSimon Glass2-12/+38
2019-08-11env: Move env_load/save functions to env.hSimon Glass2-21/+21
2019-08-11env: Move set_default_vars to env.hSimon Glass4-5/+13
2019-08-11env: Move env_fix_drivers() to env.hSimon Glass2-5/+5
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass4-14/+23
2019-08-11env: Move eth_env_get/set_enetaddr() to env.hSimon Glass2-2/+18
2019-08-11env: Move env_get() to env.hSimon Glass129-12/+139
2019-08-11env: Move env_set() to env.hSimon Glass181-12/+191
2019-08-11env: Move env_get_hex() to env.hSimon Glass5-12/+15
2019-08-11env: Move env_get_yesno() to env.hSimon Glass5-6/+11
2019-08-11env: Move env_get_ulong() to env.hSimon Glass9-13/+20
2019-08-11env: Move env_set_ulong() to env.hSimon Glass16-9/+23
2019-08-11env: Move env_set_hex() to env.hSimon Glass39-21/+59
2019-08-11env: Move envmatch() to env.hSimon Glass4-14/+15
2019-08-11env: Move env_relocate() to env.hSimon Glass4-1/+10
2019-08-11env: Move env_init() to env.hSimon Glass19-1/+27
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