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