public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-01 18:32:48 to 2020-05-03 02:35:34 UTC [more...]

[PATCH v9 00/21] riscv: Add Sipeed Maix support
 2020-05-03  2:35 UTC  (6+ messages)
` [PATCH v9 01/21] clk: Always use the supplied struct clk
` [PATCH v9 02/21] clk: Check that ops of composite clock components exist before calling
` [PATCH v9 03/21] clk: Unconditionally recursively en-/dis-able clocks
` [PATCH v9 04/21] clk: Fix clk_get_by_* handling of index
` [PATCH v9 05/21] clk: Add K210 pll support

[PATCH v9 00/21] riscv: Add Sipeed Maix support
 2020-05-03  2:34 UTC  (4+ messages)
` [PATCH v9 18/21] riscv: Enable cpu clock if it is present

[PATCH 0/5] some sysreset patches (mostly for mpc83xx)
 2020-05-03  2:26 UTC  (3+ messages)
` [PATCH 5/5] sysreset: move print_resetinfo() to sysreset-uclass.c

[PATCH 0/4] change the clk-mux get_rate helper
 2020-05-03  2:26 UTC  (6+ messages)
` [PATCH 1/4] clk: ccf: mux: change include order
` [PATCH 2/4] clk: ccf: mux: fix typo
` [PATCH 3/4] clk: ccf: mux: fix access to the sandbox register
` [PATCH 4/4] clk: ccf: mux: change the get_rate helper

[PATCH V2 1/9] uclass: cpu: Add new API to get udevice for current CPU
 2020-05-03  2:26 UTC  (8+ messages)
` [PATCH V2 2/9] cpu: sandbox: support is_current
` [PATCH V2 3/9] test: cpu: test current cpu
` [PATCH V2 8/9] cpu: imx_cpu: Print the CPU temperature for iMX8QM A72

[PATCH v3] cmd: mvebu: bubt: fix quoted string split across lines
 2020-05-03  2:26 UTC  (3+ messages)

[PATCH 1/2] patman: Sort the command line options
 2020-05-03  2:26 UTC  (4+ messages)
` [PATCH 2/2] patman: Add an option to create patches without binary contents

[PATCH V2] mkimage: fit: Do not tail-pad fitImage with external data
 2020-05-03  2:26 UTC  (2+ messages)

[PATCH] clk: Fix clk func names in comments
 2020-05-03  2:26 UTC  (2+ messages)

[PATCH 0/8] Support 64-bit U-Boot for Slim Bootloader
 2020-05-03  2:26 UTC  (12+ messages)
` [PATCH 1/8] x86: Add a new X86_RUN_64BIT_ONLY to Kconfig
` [PATCH 4/8] x86: slimbootloader: Support 64-bit operation

[PATCH v3 0/8] A small set of arm cleanups
 2020-05-02 19:53 UTC  (9+ messages)
` [PATCH v3 1/8] arm: lpc32xx: move SoC to mach-lpc32xx
` [PATCH v3 2/8] arch/arm/Makefile: sort machine names
` [PATCH v3 3/8] rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
` [PATCH v3 4/8] arm: orion5x: finish moving SoC to mach-orion5x
` [PATCH v3 5/8] rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
` [PATCH v3 6/8] rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
` [PATCH v3 7/8] rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32
` [PATCH v3 8/8] drivers/reset/Kconfig: fix typo

[PATCH v7 00/22] RISC-V SiFive FU540 support SPL
 2020-05-02 18:15 UTC  (77+ messages)
` [PATCH v7 01/22] misc: add driver for the SiFive otp controller
` [PATCH v7 02/22] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v7 03/22] riscv: Add _image_binary_end for SPL
` [PATCH v7 04/22] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v7 05/22] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v7 06/22] sifive: fu540: add ddr driver
` [PATCH v7 07/22] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v7 08/22] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v7 09/22] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v7 10/22] clk: sifive: fu540-prci: ddr and ethernet clock initialization in SPL
` [PATCH v7 11/22] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v7 12/22] sifive: dts: fu540: Enable gpio in U-Boot SPL
` [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v7 14/22] riscv: Add place-holder for driver compilation
` [PATCH v7 15/22] riscv: sifive: dts: fu540: Add clock for cpus node
` [PATCH v7 16/22] riscv: Enable cpu clock if it is present
` [PATCH v7 17/22] riscv: sifive: fu540: add SPL configuration
` [PATCH v7 18/22] configs: fu540: Add config options for U-Boot SPL
` [PATCH v7 19/22] sifive: dts: fu540: Enable L2 Cache in U-Boot
` [PATCH v7 20/22] riscv: sifive: fu540: enable all cache ways from U-Boot proper
` [PATCH v7 21/22] doc: sifive: fu540: Add description for OpenSBI generic platform
` [PATCH v7 22/22] doc: sifive: fu540: Add description for RISC-V FU540 U-Boot SPL

[PATCH] spi: fix dev parameter in dev_* calls
 2020-05-02 15:45 UTC 

[PATCH] video: omap: change include order
 2020-05-02 15:39 UTC 

[PATCH] clk: fix the console output of clk_register
 2020-05-02 15:38 UTC 

[PATCH 1/2] net: pcnet: Replace mips-specific accessors
 2020-05-02 15:03 UTC  (4+ messages)
` [PATCH 2/2] net: pcnet: Switch to PCI memory access

[PATCH 1/1] efi_loader: eliminate efi_get_(non)volatile_variable
 2020-05-02 14:17 UTC 

[PATCH 1/1] cmd: efidebug: simplify UEFI protocol calls
 2020-05-02 14:15 UTC 

[PATCH v5 0/1] x86: efi: Add a 64-bit coreboot payload
 2020-05-02 14:14 UTC  (7+ messages)
` [PATCH v5 1/1] x86: Add a 64-bit 'coreboot64' build

[PATCH] Actions: S700 Calculate SDRAM size
 2020-05-02 13:25 UTC 

[PATCH 1/4] mach-sunxi: Refactor sunxi SPI-SPL
 2020-05-02 12:37 UTC  (3+ messages)

[PATCH] sunxi: add support for Banana Pi P2 Zero board
 2020-05-02 12:15 UTC  (4+ messages)

[PATCH v8 00/14] Add support for MediaTek xHCI host controller
 2020-05-02 10:32 UTC  (16+ messages)
` [PATCH v8 01/14] dm: core: Add function to get child count of ofnode or device
` [PATCH v8 02/14] test: dm: add test item for ofnode_get_child_count()
` [PATCH v8 03/14] phy: Add API for a bulk of phys
` [PATCH v8 04/14] test: dm: phy: add a test item for the phy_bulk API
` [PATCH v8 05/14] usb: dwc3: use the phy bulk API to get phys
` [PATCH v8 06/14] usb: dwc2_udc_otg: "
` [PATCH v8 07/14] phy: phy-mtk-tphy: add support USB phys
` [PATCH v8 08/14] phy: phy-mtk-tphy: add support new version
` [PATCH v8 09/14] phy: phy-mtk-tphy: add a new reference clock
` [PATCH v8 10/14] xhci: mediatek: Add support for MTK xHCI host controller
` [PATCH v8 11/14] arm: dts: mt7629: add usb related nodes
` [PATCH v8 12/14] dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks
` [PATCH v8 13/14] dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controller
` [PATCH v8 14/14] MAINTAINERS: MediaTek: add USB related files

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200502
 2020-05-02  9:25 UTC 

[PATCH 5/5] imx: spl: Fix use of removed SPL_FAT_SUPPORT config
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH 2/5] Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode"
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH 4/5] imx: spl: Remove ifdefs in spl_mmc_boot_mode()
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH v3 4/4] clk: imx: clk-imxrt1050: fix lcdif clock gate
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH v3 3/4] video: mxsfb: add clk_enable()
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH 1/5] imx: spl: return boot mode for asked MMC device in spl_mmc_boot_mode()
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH 3/5] Revert "imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT"
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH v3 2/4] imxrt1020-evk: README: change dd command destination
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH v3 1/4] imxrt1050-evk: README: change dd command destination
 2020-05-02  9:08 UTC  (2+ messages)

[PATCH v1 00/10] mips: Add initial Octeon MIPS64 base support
 2020-05-02  8:59 UTC  (11+ messages)
` [PATCH v1 01/10] mips: octeon: Initial minimal support for the Marvell Octeon SoC
` [PATCH v1 02/10] mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM
` [PATCH v1 03/10] mips: cache: Don't use cache operations with CONFIG_MIPS_CACHE_COHERENT
` [PATCH v1 04/10] mips: traps: Set WG bit in EBase register on Octeon
` [PATCH v1 05/10] mips: Rename CONFIG_CPU_CAVIUM_OCTEON to CONFIG_CPU_MIPS64_OCTEON
` [PATCH v1 06/10] mips: mipsregs.h: Add more register macros for Octeon port
` [PATCH v1 07/10] mips: mipsregs.h: Sync with linux v5.7.0-rc3 version
` [PATCH v1 08/10] sysreset: Add Octeon sysreset driver
` [PATCH v1 09/10] mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file
` [PATCH v1 10/10] mips: octeon: Add minimal Octeon 3 EBB7304 EVK support

[yocto] Which recipe for Linux tools to run u-boot command inside Linux?
 2020-05-02  8:21 UTC 

[PATCH 1/1] .readthedocs.yml: fix type docs/
 2020-05-02  8:00 UTC  (3+ messages)
  ` ReadTheDocs integration

[PATCH v3 1/3] iopoll: Add read_poll_timeout common API
 2020-05-02  7:15 UTC  (3+ messages)
` [PATCH v3 2/3] iopoll: Add dealy to read poll
` [PATCH v3 3/3] iopoll: Add readl_poll_sleep_timeout

Pull request: u-boot-rockchip-20200501
 2020-05-02  2:10 UTC 

[PATCH] actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR
 2020-05-01 21:57 UTC  (2+ messages)

[PATCH] rtc: pcf2127: don't add/subtract 1 to tm_mon
 2020-05-01 21:57 UTC  (2+ messages)

[PATCH v2] malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple times
 2020-05-01 21:57 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 0/2] test/py: vboot: fix signature check on config node
 2020-05-01 21:57 UTC  (5+ messages)
` [PATCH v3 1/2] test/py: vboot: add a test to check fit signature on fit with padding
` [PATCH v3 2/2] rsa: sig: fix config signature check for "

[PATCH 1/1] hush: avoid NULL check before free()
 2020-05-01 21:57 UTC  (2+ messages)

[PATCH 1/1] fs: ext4: avoid NULL check before free()
 2020-05-01 21:57 UTC  (2+ messages)

[PATCH 1/1] cmd/gpt: avoid NULL check before free()
 2020-05-01 21:57 UTC  (2+ messages)

[PATCH 0/2] mkimage: fix using long pathnames
 2020-05-01 21:57 UTC  (5+ messages)
` [PATCH 1/2] tools/mkimage: fix handling long filenames
` [PATCH 2/2] tools/fit-image: print a warning when cmd-line for dtc might be truncated

[PATCH v1 1/3] timer MediaTek use upstream compatible
 2020-05-01 21:56 UTC  (6+ messages)
` [PATCH v1 2/3] watchdog MediaTek add "
` [PATCH v1 3/3] arm: enable distro boot for bananapi-r2

[PATCH] doc: describe the analysis of crash dumps
 2020-05-01 21:56 UTC  (2+ messages)

[PATCH v2 0/3] arm: caches: allow to activate dcache in SPL and in U-Boot pre-reloc
 2020-05-01 21:56 UTC  (7+ messages)
` [PATCH v2 1/3] arm: caches: protect dram_bank_mmu_setup access to bi_dram
` [PATCH v2 2/3] arm: caches: add DCACHE_DEFAULT_OPTION
` [PATCH v2 3/3] arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour

[PATCH v2 1/3] common/board_r: arm: Merge initr_enable_interrupts into interrupts_init
 2020-05-01 21:56 UTC  (6+ messages)
` [PATCH v2 2/3] cmd/bedbug.c: Make bedbug_init have a return value
` [PATCH v2 3/3] common/board_r: Drop initr_bedbug wrapper

[PATCH] tiny-printf: Support %i
 2020-05-01 21:55 UTC  (2+ messages)

[PATCH v2] configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
 2020-05-01 21:55 UTC  (2+ messages)

[PATCH] imx8mq_phanbell: Run SPL with caches enabled
 2020-05-01 20:46 UTC 

Commits missing sign-off from Maintainer/Custodian
 2020-05-01 18:34 UTC  (2+ messages)

[PATCH v5 0/4] of-platdata: Avoid building libfdt
 2020-05-01 18:32 UTC  (8+ messages)
` [PATCH v5 1/4] omap: mmc: Avoid using libfdt with of-platdata


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox