summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-17m68k: mcf5445x: move early ddr init as board-specificAngelo Dureghello
2017-08-16Merge git://git.denx.de/u-boot-tegraTom Rini
2017-08-16Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini
2017-08-16Merge git://git.denx.de/u-boot-spiTom Rini
2017-08-16sf: Preserve QE bit when clearing BP# bits for Macronix flashBin Meng
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-16env: Adjust the get_char() method to return an intSimon Glass
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-16imx: mx7: fix build warning when CONFIG_IMX_RDC not enabledPeng Fan
2017-08-16imx: mx6sl: simplify code using setbits_le32Peng Fan
2017-08-16imx: mx6sx: select OSC as uart's clk parentPeng Fan
2017-08-16imx: mx6: soc: fix mx6sll settingsPeng Fan
2017-08-16imx: mx6: select ARM_ERRATA_845369Peng Fan
2017-08-16arm: Implement workaround for Cortex-A9 errata 845369Peng Fan
2017-08-16ARM: i.MX6: exclude the ARM errata from i.MX6 UP systemPeng Fan
2017-08-16imx: imx6ull: correct get_cpu_speed_grade_hzSébastien Szymanski
2017-08-16imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCsSébastien Szymanski
2017-08-16mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 valuesBreno Lima
2017-08-16mx6sabresd: Fix IOMUXC_GPR6 and IOMUXC_GPR7 valuesBreno Lima
2017-08-16imx6: clock: correct comment for PLL_VIDEOAnatolij Gustschin
2017-08-16imx6: use SION macro in SDn_CMD mux mode bitfield argumentsAnatolij Gustschin
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass
2017-08-16env: Drop env_relocate_spec() in favour of env_load()Simon Glass
2017-08-16env: Drop env_get_char_spec()Simon Glass
2017-08-16env: Drop env_init_new()Simon Glass
2017-08-16env: Drop unused env_ptr variablesSimon Glass
2017-08-16env: Drop the env_name_spec globalSimon Glass
2017-08-16env: Drop common init() functionsSimon Glass
2017-08-16env: Switch over to use environment location driversSimon Glass
2017-08-16env: Add a new implementation of environment accessSimon Glass
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass
2017-08-15apalis_t30/tk1, colibri_t20/t30: fix i2c bus frequenciesMarcel Ziswiler
2017-08-15apalis-tk1: remove duplicate hdmi_ddc device tree nodeMarcel Ziswiler
2017-08-15dm: tegra: move apalis t30/tk1, colibri t20/t30 to livetreeMarcel Ziswiler
2017-08-15apalis_t30: fix usb otg power enableMarcel Ziswiler
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Rename nand env_location to nand_env_locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15env: common: Drop env_get_char_memory()Simon Glass
2017-08-15env: common: Drop env_get_char_init()Simon Glass
2017-08-15env: common: Factor out the common env_valid checkSimon Glass
2017-08-15env: common: Drop env_get_addr()Simon Glass
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass