aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-02autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass
2019-08-02autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass
2019-08-02autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass
2019-08-02autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass
2019-08-02Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass
2019-08-02Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOTSimon Glass
2019-08-02Convert CONFIG_SHOW_BOOT_PROGRESS to KconfigSimon Glass
2019-08-02main: Use conditional run_preboot_environment_command()Simon Glass
2019-07-31Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2019-07-31Merge branch '2019-07-31-ti-imports'Tom Rini
2019-07-31Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available"Adam Ford
2019-07-31nand: davinci: avoid out of bounds array accessHeinrich Schuchardt
2019-07-31ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVMAdam Ford
2019-07-31ARM: dts: da850-evm: Fix MDIO pinmuxAdam Ford
2019-07-31configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devicesSuniel Mahesh
2019-07-31configs: am335x_boneblack_vboot_defconfig: Fix regression by enabling BLK and...Suniel Mahesh
2019-07-31configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLERSuman Anna
2019-07-31configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLERSuman Anna
2019-07-31arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains propertySuman Anna
2019-07-31ARM: da850-evm: Replace CMD_SF with CMD_MTDAdam Ford
2019-07-31ARM: da850evm: Split MTDPARTS into SPL and u-bootAdam Ford
2019-07-31configs: am57xx_evm_defconfig: Enable 'dtimg' commandSam Protsenko
2019-07-31configs: am57xx_evm_defconfig: Enable 'bcb' commandSam Protsenko
2019-07-31omap: Correct the fastboot product varSam Protsenko
2019-07-31env: ti: boot: Handle reboot reason from BCBSam Protsenko
2019-07-31Merge tag 'mmc-7-31' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2019-07-31clk: meson: remove duplicate logicHeinrich Schuchardt
2019-07-31board: amlogic: add support for Odroid-N2Neil Armstrong
2019-07-31ARM: meson-g12a: Handle 4GiB DRAM sizeNeil Armstrong
2019-07-31ARM: dts: add support for Odroid-N2Neil Armstrong
2019-07-31ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1Neil Armstrong
2019-07-31mmc: relocate code commentBaruch Siach
2019-07-31mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeoutWeijie Gao
2019-07-31mmc: sdhci: fix chip detect gpio property nameBaruch Siach
2019-07-31mmc: mv_sdhci: fix uninitialized pointer deref on probeBaruch Siach
2019-07-31test/py: add MMC/SD block write testJean-Jacques Hiblot
2019-07-31test: dm: clk_ccf: test composite clkPeng Fan
2019-07-31clk: sandbox: add composite clkPeng Fan
2019-07-31configs: sandbox: Enable composite clkPeng Fan
2019-07-31clk: gate: support sandboxPeng Fan
2019-07-31clk: add composite clk supportPeng Fan
2019-07-31clk-provider: include clk-uclass.hPeng Fan
2019-07-31dm: clk: ignore default settings when node not validPeng Fan
2019-07-31clk: imx: gate2 add set ratePeng Fan
2019-07-31clk: imx: import clk heplersPeng Fan
2019-07-31clk: fixed_rate: export clk_fixed_ratePeng Fan
2019-07-31clk: divider set rate supporrtPeng Fan
2019-07-31clk: add clk-gate supportPeng Fan
2019-07-31clk: export mux/divider opsPeng Fan
2019-07-31clk: mux: add set parent supportPeng Fan