mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] ARM: stm32mp: add Linux Automation MC-1 support
 2020-04-27  7:45 UTC  (7+ messages)
` [PATCH 2/3] ARM: stm32mp: lxa-mc1: break reg_3v3 dependency on PMIC
  ` [PATCH] fixup! ARM: stm32mp: add Linux Automation MC-1 support
` [PATCH 3/3] ARM: stm32mp: expand stm32mp_defconfig for new drivers and board

[PATCH 1/3] ARM: i.MX: boot: correctly handle SRC_SBMR1 override via SRC_GPR9
 2020-04-27  7:13 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX: boot: interpret reserved boot as forced serial
` [PATCH 3/3] ARM: i.MX6: boot: handle i.MX6UL differences

[PATCH v2 1/2] LICENSES: Add MIT license
 2020-04-27  7:09 UTC  (6+ messages)
` [PATCH v2 2/2] commands/*: Replace license and copyright boilerplate by SPDX identfiers

[PATCH] treewide: remove references to CREDITS
 2020-04-27  6:58 UTC  (3+ messages)

[PATCH] dtc: remove redundant YYLOC global declaration
 2020-04-27  6:56 UTC  (2+ messages)

[PATCH 1/6] kbuild: remove meaningless headers_check from help target
 2020-04-24 18:59 UTC  (6+ messages)
` [PATCH 2/6] modpost: sync mk_elfconfig.c with Linux 5.7-rc2
` [PATCH 3/6] kbuild: swap the include order of arch Makefile and auto.conf.cmd
` [PATCH 4/6] kbuild: make DEFCONFIG_LIST work
` [PATCH 5/6] kbuild: use $(SRCARCH) to point to the arch directory
` [PATCH 6/6] kbuild: set SRCARCH=arm when ARCH=arm64

[PATCH v2 0/6] elf: add better bootm support
 2020-04-23 11:06 UTC  (11+ messages)
` [PATCH v2 1/6] common: elf: add computation of elf boundaries
` [PATCH v2 2/6] common: elf: fix warning on 32 bits architectures
` [PATCH v2 3/6] common: elf: split init to be reused from other function
` [PATCH v2 4/6] common: elf: add elf_open and elf_close
` [PATCH v2 5/6] common: bootm: add support for elf file loading
` [PATCH v2 6/6] mips: lib: bootm: use bootm elf loading capabilities
` [PATCH v2 6/6] mips: lib: bootm: use new data->elf member

[PATCH] mach-imx: hab: Unlock CAAM MID for OP-TEE
 2020-04-23  7:09 UTC  (4+ messages)

[PATCH] common: bootm: Enforce CONFIG_BOOTM_FORCE_SIGNED_IMAGES for TEE bins
 2020-04-23  7:06 UTC  (2+ messages)

[PATCH 0/6] elf: add better bootm support
 2020-04-23  7:04 UTC  (10+ messages)
` [PATCH 1/6] common: elf: add computation of elf boundaries
` [PATCH 2/6] common: elf: fix warning on 32 bits architectures
` [PATCH 3/6] common: elf: split init to be reused from other function
` [PATCH 4/6] common: elf: add elf_open and elf_close
` [PATCH 5/6] common: bootm: add support for elf file loading
` [PATCH 6/6] mips: lib: bootm: use new data->elf member

[PATCH v2 1/3] startup: rename AUTOBOOT_UNKNOWN to more descriptive AUTOBOOT_COUNTDOWN
 2020-04-23  6:30 UTC  (4+ messages)
` [PATCH v2 2/3] startup: don't clobber original autoboot state
` [PATCH v2 3/3] startup: add $global.autoboot to make behavior configurable

[PATCH] kconfig: update to Linux 5.7-rc2
 2020-04-23  6:27 UTC  (2+ messages)

[PATCH v2 1/4] riscv: remove meaningless LDFLAGS addition
 2020-04-23  6:26 UTC  (5+ messages)
` [PATCH v2 2/4] mips: rename ldflags-y to mips-ldflags-y
` [PATCH v2 3/4] kbuild: support ccflags-y, asflags-y, cppflags-y, and ldflags-y
` [PATCH v2 4/4] kbuild: prefix compiler flag variables with KBUILD_

[PATCH v4 00/11] Protect code from pollers
 2020-04-22  7:54 UTC  (12+ messages)
` [PATCH 01/11] poller: Give pollers a name
` [PATCH 02/11] poller: Add a poller command
` [PATCH 03/11] Introduce slices
` [PATCH 04/11] net: Add a slice to struct eth_device
` [PATCH 05/11] net: mdiobus: Add slice
` [PATCH 06/11] usb: Add a slice to usb host controllers
` [PATCH 07/11] usbnet: Add slice
` [PATCH 08/11] net: Call net_poll() in a poller
` [PATCH 09/11] net: reply to ping requests
` [PATCH 10/11] usbnet: Be more friendly in the receive path
` [PATCH 11/11] poller: Allow to run pollers inside of pollers

[PATCH v3 00/19] Protect code from pollers
 2020-04-22  7:40 UTC  (6+ messages)
` [PATCH 19/19] poller: Allow to run pollers inside of pollers

[PATCH] startup: add $global.autoboot to make behavior configurable
 2020-04-22  7:29 UTC  (3+ messages)

[PATCH] Documentation: kvx: add first documentation
 2020-04-22  6:03 UTC  (2+ messages)

[PATCH 1/2] kbuild: support ccflags-y, asflags-y, and cppflags-y
 2020-04-22  6:00 UTC  (3+ messages)
` [PATCH 2/2] kbuild: prefix compiler flag variables with KBUILD_

[PATCH 1/4] mci: sdhci: provide sdhci_readx_poll_timeout helpers
 2020-04-22  5:51 UTC  (9+ messages)
` [PATCH 2/4] mci: sdhci: implement sdhci_reset()
` [PATCH 3/4] ARM: at91: dts: specify aliases for sdmmc nodes
` [PATCH 4/4] mci: sdhci: add Atmel SDHCI (sama5d2, sam9x60) support
` [PATCH 1/2] iopoll: Introduce read_poll_timeout
  ` [PATCH 2/2] mci: sdhci: provide sdhci_readx_poll_timeout helpers

[PATCH] commands/*: Replace license boilerplate by SPDX identfiers
 2020-04-21 21:08 UTC  (5+ messages)

[PATCH] Add magicvar description for autoboot variables
 2020-04-20 13:49 UTC 

[PATCH] ARM: dts. i.MX7: add stopgap solution for barebox UART clock breakage
 2020-04-20 13:10 UTC  (2+ messages)

[PATCH] libfdt: update <linux/libfdt.h> and <linux/libfdt_env.h> to Linux 5.7-rc1
 2020-04-16  6:35 UTC  (4+ messages)

[PATCH v2 7/7] added-zynq-fpga-manager
 2020-04-15 10:27 UTC  (5+ messages)

v2020.04.0
 2020-04-15 10:17 UTC 

[PATCH 1/3] clk-conf.h: Add missing re-inclusion protection
 2020-04-15  9:57 UTC  (5+ messages)
` [PATCH 3/3] driver: Call of_clk_set_defaults for each probed device

[PATCH 1/8] ARM: stm32mp: init: don't cast signed error to unsigned
 2020-04-15  9:38 UTC  (4+ messages)
` [PATCH 6/8] pinctrl: stm32: fix up st,package into stm32mp nodes

[PATCH v2 0/6] Add support for Kalray VLIW family (kvx)
 2020-04-15  9:33 UTC  (6+ messages)
` [PATCH v2 5/6] clocksource: kvx: Add kvx clocksource support

[PATCH 1/3] kbuild: rename hostprogs-y/always to hostprogs/always-y
 2020-04-15  9:29 UTC  (4+ messages)
` [PATCH 2/3] kbuild: update flex and bison rules to Linux 5.7-rc1
` [PATCH 3/3] fixdep: update "

[PATCH 00/21] clk: at91: sync with Linux v5.6
 2020-04-15  9:23 UTC  (28+ messages)
` [PATCH 01/21] mfd: syscon: enable specified clocks on syscon_base_lookup_by_phandle
` [PATCH 02/21] mfd: syscon: refactor of_syscon_register compatible check
` [PATCH 03/21] mfd: syscon: implement device_node_to_regmap
` [PATCH 04/21] regmap: retire of_node_to_regmap in favor of device_node_to_regmap
` [PATCH 05/21] ARM: include: remove unused <asm/processor.h>
` [PATCH 06/21] treewide: use cpu_relax() where appropriate
` [PATCH 07/21] of: port Linux of_get_compatible_child helper
    ` [PATCH] fixup! "
` [PATCH 08/21] clk: implement clk_register_fixed_rate
` [PATCH 09/21] clk: add clk_unregister stub
` [PATCH 10/21] include: linux/kernel.h: port DIV_ROUND_CLOSEST_ULL definition
` [PATCH 11/21] clk: migrate to SPDX-License-Identifier use
` [PATCH 12/21] clk: at91: fix masterck name
` [PATCH 13/21] clk: at91: fix possible deadlock
` [PATCH 14/21] clk: at91: delete no-longer required DT compat code
` [PATCH 15/21] clk: at91: compile dt-compat for all platforms that require it
` [PATCH 16/21] clk: at91: add __init marker where appropriate
` [PATCH 17/21] clk: at91: Mark struct clk_range as const
` [PATCH 18/21] clk: at91: allow 24 Mhz clock as input for PLL
` [PATCH 19/21] clk: at91: add sama5d2 audio PLL support
` [PATCH 20/21] clk: at91: port Linux v5.6 SAM9X60 (new ARM926EJ-S) clock support
` [PATCH 21/21] clk: at91: sckc: fix off-by-1000 in udelay()

[PATCH] ppc,riscv: set something to KBUILD_DEFCONFIG
 2020-04-15  9:17 UTC  (2+ messages)

[PATCH] mfd: double-quote the menu prompt of MFD
 2020-04-15  9:16 UTC  (2+ messages)

[PATCH v2] mfd: syscon: enable specified clocks on syscon_base_lookup_by_phandle
 2020-04-15  9:11 UTC 

imx7d dual core boot
 2020-04-14 13:05 UTC  (17+ messages)

[PATCH 0/5] Add fsl-dspi driver support
 2020-04-14 10:30 UTC  (4+ messages)
` [PATCH 4/5] spi: Add fsl-dspi driver

[PATCH 2/2] ARM: sm.c: add the attribute 'volatile' to some asm() statements
 2020-04-14 10:06 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX: fixed enabling the MMU after switching in non secure mode
 2020-04-14 10:03 UTC  (2+ messages)

[PATCH] commands: remove CONFIG_ prefix from Kconfig symbol
 2020-04-14  9:49 UTC  (2+ messages)

[PATCH V2] startup: introduce global.endianness variable
 2020-04-14  9:36 UTC  (3+ messages)

[PATCH] uimage: add define for RISC-V architecture
 2020-04-14  9:22 UTC  (3+ messages)

[PATCH] checkpatch.pl: Update DT vendor prefix check
 2020-04-14  9:17 UTC  (2+ messages)

[PATCH] ARM: i.MX: phytec-som-imx6: Fix paths to SPI-NOR partition
 2020-04-14  9:17 UTC  (2+ messages)

[PATCH] of: overlay: fix uninitialized read of variable
 2020-04-14  9:15 UTC  (2+ messages)

[PATCH] of: use of_get_child_by_name() to find child node
 2020-04-14  9:13 UTC  (2+ messages)

[PATCH] mci: arasan: fix missing select on sdhci-helpers
 2020-04-14  9:09 UTC  (2+ messages)

[PATCH v2 1/7] add-MCI_SDHCI-dependency-to-Arasan-driver
 2020-04-14  8:15 UTC  (2+ messages)

[PATCH] fixup! regmap-mmio: Add big endian support
 2020-04-14  7:14 UTC  (2+ messages)

[PATCH v2 6/7] turns-on-mio7-led-an-startup
 2020-04-09 14:42 UTC 

[PATCH v2 5/7] added-fpga-clock-control-and-pcap-clock-control
 2020-04-09 14:41 UTC 

[PATCH v2 4/7] fixed-gem0-mio-settings
 2020-04-09 14:40 UTC 

[PATCH v2] remove-compiler-warning-in-mkimage
 2020-04-09 14:39 UTC 

[PATCH v2 2/7] fixed-false-bit-in-arasan-driver
 2020-04-09 14:38 UTC 

am335x: load a kernel with integrated initramfs
 2020-04-08 17:17 UTC  (9+ messages)

[PATCH 1/2] ARM: i.MX: fixed enabling the MMU after switching in non secure mode
 2020-04-07 15:35 UTC 

page:  |  | latest

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