summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-08-12ARM: da850-evm: Fix Lowlevel initAdam Ford
2019-08-12arm: dts: k3-am65: add support for PCIe and SERDESSekhar Nori
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori
2019-08-12clk: add support for clk_is_match()Sekhar Nori
2019-08-12board/BuR/brsmarc1: initial commitHannes Schmelzer
2019-08-12watchdog: omap_wdt: Disable DM watchdog support in SPLSuniel Mahesh
2019-08-12boards: meson: add g12a sei510Jerome Brunet
2019-08-12configs: meson64: permit redefining ENV_SIZENeil Armstrong
2019-08-12powerpc/km: remove unmaintained board KMLION1Holger Brunck
2019-08-12powerpc/km: remove unmaintained target KMVECT1Holger Brunck
2019-08-12km/arm: remove unmaintained target PORTL2Pascal Linder
2019-08-12km/rgmii: port Ethernet interface of KM Kirkwood boards to driver modelPascal Linder
2019-08-12km/uart: port UART interface of KM Kirkwood boards to driver modelPascal Linder
2019-08-12km: fixed typo in KM Kirkwood header filePascal Linder
2019-08-12km: clean up header files for KM Kirkwood boardsPascal Linder
2019-08-12km: remove obsolete definitions in KM header filesPascal Linder
2019-08-12km: add Kconfig menus for KM boardsPascal Linder
2019-08-11common: Add a note about the effort to reduce common.hSimon Glass
2019-08-11Drop PCMCIASimon Glass
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass
2019-08-11env: Drop the double underscores in search.hSimon Glass
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Drop _ENTRYSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move callback definitions to env.hSimon Glass
2019-08-11env: Move env_valid to env.hSimon Glass
2019-08-11env: Rename environment to embedded_environmentSimon Glass
2019-08-11env: Move env_reloc() to env.hSimon Glass
2019-08-11env: Move env_get_char() to env.hSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Drop env_crc_update()Simon Glass
2019-08-11env: Move env import/export functions to env.hSimon Glass
2019-08-11env: Move env_load/save functions to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: Move env_fix_drivers() to env.hSimon Glass
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass
2019-08-11env: Move eth_env_get/set_enetaddr() to env.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-11env: Move env_get_yesno() to env.hSimon Glass
2019-08-11env: Move env_get_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11env: Move envmatch() to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-08-11env: Move env_get_f() to env.hSimon Glass