summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-01kconfig: show compiler version text in the top commentTom Rini
2020-07-01socfpga: Enable optimized inlining on stratix10Tom Rini
2020-07-01compilers: Introduce options for forcing inlining on SPL/TPLTom Rini
2020-07-01compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-BootTom Rini
2020-07-01compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini
2020-07-01pci: rockchip: Mark inline functions as static inlineTom Rini
2020-07-01socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA caseTom Rini
2020-07-01x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini
2020-07-01tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini
2020-07-01Don't start ad-hoc games with -Wno-maybe-initializedTom Rini
2020-07-01kconfig: Add scripts/Kconfig.include from v4.19Tom Rini
2020-07-01kconfiglib: Update to the 14.1.0 releaseTom Rini
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini
2020-07-01riscv: cpu: check and append L1 cache to cpu featuresSagar Shrikant Kadam
2020-07-01riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bitSagar Shrikant Kadam
2020-07-01uclass: cpu: fix to display proper CPU featuresSagar Shrikant Kadam
2020-07-01riscv: dts: hifive-unleashed-a00: add cpu aliasesSagar Shrikant Kadam
2020-07-01riscv: Add Sipeed Maix supportSean Anderson
2020-07-01doc: riscv: Add documentation for Sipeed Maix BitSean Anderson
2020-07-01riscv: Add device tree for K210 and Sipeed Maix BitMSean Anderson
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson
2020-07-01riscv: Allow use of reset driversSean Anderson
2020-07-01riscv: Add option to support RISC-V privileged spec 1.9Sean Anderson
2020-07-01riscv: Clean up IPI initialization codeSean Anderson
2020-07-01riscv: Clear pending interrupts before enabling IPIsSean Anderson
2020-07-01riscv: Add headers for asm/global_data.hSean Anderson
2020-07-01lib: Always set errno in hcreate_rSean Anderson
2020-07-01reset: Add generic reset driverSean Anderson
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson
2020-07-01dm: Add support for simple-pm-busSean Anderson
2020-07-01clk: Add K210 clock supportSean Anderson
2020-07-01clk: Add a bypass clock for K210Sean Anderson
2020-07-01clk: Add K210 pll supportSean Anderson
2020-07-01clk: Fix clk_get_by_* handling of indexSean Anderson
2020-07-01clk: Check that ops of composite clock components exist before callingSean Anderson
2020-07-01clk: Always use the supplied struct clkSean Anderson
2020-06-30Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-06-30Merge branch '2020-06-30-minor-TI-board-updates' into nextTom Rini
2020-06-30ti814x: Remove platformTom Rini
2020-06-30ti816x_evm: Enable DM_MMCTom Rini
2020-06-30am335x: Update list of defconfigsTom Rini
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-30Merge branch '2020-06-30-pxa-dm_mmc-migration' into nextTom Rini
2020-06-30colibri_pxa270_defconfig: enable dm_mmcMarcel Ziswiler
2020-06-30colibri_pxa270: add mmc platform dataMarcel Ziswiler
2020-06-30colibri_pxa270_defconfig: enable cmd_dmMarcel Ziswiler
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler