aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-08-128-595/+392
|\
| * powerpc/km: remove unmaintained board KMLION1Holger Brunck2019-08-122-414/+390
| * powerpc/km: remove unmaintained target KMVECT1Holger Brunck2019-08-121-56/+0
| * km/arm: remove unmaintained target PORTL2Pascal Linder2019-08-121-4/+0
| * km/rgmii: port Ethernet interface of KM Kirkwood boards to driver modelPascal Linder2019-08-121-0/+1
| * km/uart: port UART interface of KM Kirkwood boards to driver modelPascal Linder2019-08-121-9/+0
| * km: fixed typo in KM Kirkwood header filePascal Linder2019-08-121-1/+1
| * km: clean up header files for KM Kirkwood boardsPascal Linder2019-08-122-24/+0
| * km: remove obsolete definitions in KM header filesPascal Linder2019-08-127-87/+0
| * km: add Kconfig menus for KM boardsPascal Linder2019-08-124-14/+14
* | Merge tag 'u-boot-amlogic-20190812' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2019-08-122-0/+139
|\ \
| * | boards: meson: add g12a sei510Jerome Brunet2019-08-121-0/+137
| * | configs: meson64: permit redefining ENV_SIZENeil Armstrong2019-08-121-0/+2
| |/
* | Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-127-3/+170
|\ \
| * | ARM: da850-evm: Increase environment NOR partition offsetAdam Ford2019-08-121-1/+1
| * | ARM: da850-evm: Fix Lowlevel initAdam Ford2019-08-121-1/+1
| * | arm: dts: k3-am65: add support for PCIe and SERDESSekhar Nori2019-08-121-0/+13
| * | dm: core: add support for getting register address and sizeSekhar Nori2019-08-122-0/+59
| * | clk: add support for clk_is_match()Sekhar Nori2019-08-121-0/+12
| * | board/BuR/brsmarc1: initial commitHannes Schmelzer2019-08-121-0/+83
| * | watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh2019-08-121-1/+1
| |/
* | common: Add a note about the effort to reduce common.hSimon Glass2019-08-111-0/+6
* | Drop PCMCIASimon Glass2019-08-113-295/+0
* | env: Rename environment.h to env_internal.hSimon Glass2019-08-112-4/+12
* | env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-112-10/+14
* | env: Drop the double underscores in search.hSimon Glass2019-08-111-28/+24
* | env: Drop the ACTION typedefSimon Glass2019-08-111-8/+8
* | env: Rename the redundancy flagsSimon Glass2019-08-112-4/+7
* | env: Drop _ENTRYSimon Glass2019-08-111-4/+1
* | env: Drop the ENTRY typedefSimon Glass2019-08-113-13/+16
* | env: Move callback definitions to env.hSimon Glass2019-08-113-29/+34
* | env: Move env_valid to env.hSimon Glass2019-08-112-8/+8
* | env: Rename environment to embedded_environmentSimon Glass2019-08-112-2/+2
* | 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-112-6/+11
* | 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-112-3/+11
* | 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-112-2/+11
* | env: Move eth_env_get/set_enetaddr() to env.hSimon Glass2019-08-112-2/+18
* | env: Move env_get() to env.hSimon Glass2019-08-112-12/+12
* | env: Move env_set() to env.hSimon Glass2019-08-117-12/+17
* | env: Move env_get_hex() to env.hSimon Glass2019-08-112-12/+12
* | env: Move env_get_yesno() to env.hSimon Glass2019-08-112-6/+8
* | env: Move env_get_ulong() to env.hSimon Glass2019-08-112-13/+13
* | env: Move env_set_ulong() to env.hSimon Glass2019-08-113-9/+10
* | env: Move env_set_hex() to env.hSimon Glass2019-08-112-21/+22