messages from 2020-05-02 08:59:44 to 2020-05-03 07:12:58 UTC [more...]
[PATCH v7 00/22] RISC-V SiFive FU540 support SPL
2020-05-03 7:12 UTC (81+ 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 v8 00/14] Add support for MediaTek xHCI host controller
2020-05-03 6:33 UTC (17+ 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
[PATCH 0/3] net: tsec: Fix issues of DM driver
2020-05-03 6:23 UTC (4+ messages)
` [PATCH 1/3] doc: dt-bindings: tsec: Correct the Ethernet port compatible string
` [PATCH 2/3] net: tsec: Access eTSEC registers using virtual address
` [PATCH 3/3] net: tsec: Access TBI PHY through the corresponding MII
[PATCH v10 00/21] riscv: Add Sipeed Maix support
2020-05-03 2:46 UTC (22+ messages)
` [PATCH v10 01/21] clk: Always use the supplied struct clk
` [PATCH v10 02/21] clk: Check that ops of composite clock components exist before calling
` [PATCH v10 03/21] clk: Unconditionally recursively en-/dis-able clocks
` [PATCH v10 04/21] clk: Fix clk_get_by_* handling of index
` [PATCH v10 05/21] clk: Add K210 pll support
` [PATCH v10 06/21] clk: Add a bypass clock for K210
` [PATCH v10 07/21] clk: Add K210 clock support
` [PATCH v10 08/21] dm: Add support for simple-pm-bus
` [PATCH v10 09/21] dm: Fix error handling for dev_read_addr_ptr
` [PATCH v10 10/21] reset: Add generic reset driver
` [PATCH v10 11/21] lib: Always set errno in hcreate_r
` [PATCH v10 12/21] riscv: Add headers for asm/global_data.h
` [PATCH v10 13/21] riscv: Clear pending interrupts before enabling IPIs
` [PATCH v10 14/21] riscv: Clean up IPI initialization code
` [PATCH v10 15/21] riscv: Add option to support RISC-V privileged spec 1.9
` [PATCH v10 16/21] riscv: Allow use of reset drivers
` [PATCH v10 17/21] riscv: Try to get cpu frequency from a "clocks" node if it exists
` [PATCH v10 18/21] riscv: Enable cpu clock if it is present
` [PATCH v10 19/21] riscv: Add device tree for K210 and Sipeed Maix BitM
` [PATCH v10 20/21] doc: riscv: Add documentation for Sipeed Maix Bit
` [PATCH v10 21/21] riscv: Add Sipeed Maix support
[PATCH v9 00/21] riscv: Add Sipeed Maix support
2020-05-03 2:46 UTC (23+ 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 06/21] clk: Add a bypass clock for K210
` [PATCH v9 07/21] clk: Add K210 clock support
` [PATCH v9 08/21] dm: Add support for simple-pm-bus
` [PATCH v9 09/21] dm: Fix error handling for dev_read_addr_ptr
` [PATCH v9 10/21] reset: Add generic reset driver
` [PATCH v9 11/21] lib: Always set errno in hcreate_r
` [PATCH v9 12/21] riscv: Add headers for asm/global_data.h
` [PATCH v9 13/21] riscv: Clear pending interrupts before enabling IPIs
` [PATCH v9 14/21] riscv: Clean up IPI initialization code
` [PATCH v9 15/21] riscv: Add option to support RISC-V privileged spec 1.9
` [PATCH v9 16/21] riscv: Allow use of reset drivers
` [PATCH v9 17/21] riscv: Try to get cpu frequency from a "clocks" node if it exists
` [PATCH v9 18/21] riscv: Enable cpu clock if it is present
` [PATCH v9 19/21] riscv: Add device tree for K210 and Sipeed Maix BitM
` [PATCH v9 20/21] doc: riscv: Add documentation for Sipeed Maix Bit
` [PATCH v9 21/21] riscv: Add Sipeed Maix 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 (2+ 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 (7+ messages)
` [PATCH 1/8] x86: Add a new X86_RUN_64BIT_ONLY to Kconfig
[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] 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)
[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 (2+ messages)
` [PATCH v1 10/10] mips: octeon: Add minimal Octeon 3 EBB7304 EVK support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox