mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/8] mips: remove bare_init
 2020-02-18 15:39 UTC  (3+ messages)
` [PATCH 2/8] nios2: "
` [PATCH 4/8] x86: "

[PATCH 0/6] i.MX: Fix external NAND boot
 2020-02-18 15:37 UTC  (7+ messages)
` [PATCH 1/6] ARM: i.MX Phytec phycard i.MX27: get fdt in common init function
` [PATCH 2/6] ARM: i.MX Phytec phycard i.MX27: replace __naked with noinline
` [PATCH 3/6] ARM: i.MX Phytec phycore "
` [PATCH 4/6] ARM: i.MX: external NAND boot: remove unnecessary arguments from imx*_nand_load_image
` [PATCH 5/6] ARM: i.MX: external NAND boot: Leave icache disabled
` [PATCH 6/6] ARM: i.MX: external NAND boot: Fix passing boarddata

[PATCH] clk: i.MX1: make locally used function static
 2020-02-18 15:32 UTC 

[PATCH] ARM: i.MX: scb9328: Add missing machine protection
 2020-02-18 15:32 UTC 

[PATCH 0/6] ARM: stm32mp: fix Ethernet after dts/ update
 2020-02-18 14:23 UTC  (7+ messages)
` [PATCH 1/6] ARM: dts: stm32mp: align barebox dtsi name with upstream
` [PATCH 2/6] regmap: make internal.h a self-contained header
` [PATCH 3/6] regmap: add support for regmap_init_mmio_clk
` [PATCH 4/6] mfd: syscon: use regmap-mmio as backend
` [PATCH 5/6] mfd: syscon: clock peripheral if specified in device tree
` [PATCH 6/6] net: designware: eqos: stm32: drop no longer needed syscfg-clk

[PATCH 1/3] gpiolib: use correct format specifier for ptrdiff_t
 2020-02-18 14:16 UTC  (3+ messages)
` [PATCH 2/3] scripts: define ALIGN(x) in scripts' <linux/kernel.h>
` [PATCH 3/3] scripts: imd: remove duplicate macro definitions

Private: Re: [yocto] #yocto update the kernel with a rauc bundle
 2020-02-18 14:06 UTC 

musb is broken in master
 2020-02-18 11:48 UTC  (4+ messages)

[PATCH] arm: baltos: use compressed DTB images
 2020-02-17 14:38 UTC 

[PATCH 00/42] Add i.MX8M support
 2020-02-17 12:46 UTC  (43+ messages)
` [PATCH 01/42] ARM: i.MX8: Move iomux header to make space for i.MX8MM
` [PATCH 02/42] ARM: i.MX8M: Add base addresses common to i.MX8M
` [PATCH 03/42] ARM: i.MX8M: add and use imx8mq_setup_pad()
` [PATCH 04/42] ARM: i.MX: Drop iomux argument from mx7_setup_pad()
` [PATCH 05/42] ARM: i.MX8M: Add iomux header for i.MX8MM
` [PATCH 06/42] ARM: i.MX8M: Add imx8mm-regs.h
` [PATCH 07/42] ARM: i.MX8M: Add ARCH_IMX8M symbol
` [PATCH 08/42] ARM: i.MX: esdctl: rename functions to imx8m_*
` [PATCH 09/42] ARM: i.MX8M: Use imx8mq.c for other i.MX8M as well
` [PATCH 10/42] ARM: i.MX8M: rename imx8_* bootsource functions to imx8mq_*
` [PATCH 11/42] ARM: i.MX8M: Detect serial downloader mode correctly
` [PATCH 12/42] HAB: i.MX8M: rename imx8_* functions to imx8m_*
` [PATCH 13/42] ARM: i.MX8M: rename i.MX8M specific function
` [PATCH 14/42] ARM: i.MX8M: rename functions to be i.MX8M specific
` [PATCH 15/42] mci: imx-esdhc-pbl: Add instance 2 for i.MX8MM
` [PATCH 16/42] USB: gadget: fsl_udc: move register definitions to header file
` [PATCH 17/42] usb: gadget: fsl_udc: Add PBL image loading support
` [PATCH 18/42] usb: gadget: fsl_udc: Fix warnings on 64bit compilation
` [PATCH 19/42] usb: imx: Add i.MX8mm support
` [PATCH 20/42] serial: imx: Add imx8mm compatible
` [PATCH 21/42] mci: imx-esdhc: Add i.MX8mm support
` [PATCH 22/42] I2C: i.MX: Add early i2c support for i.MX8M
` [PATCH 23/42] clk: imx: Add pll14xx support
` [PATCH 24/42] clk: imx: Add imx8m_clk_composite_critical
` [PATCH 25/42] clk: imx: Add imx8mm clk driver
` [PATCH 26/42] ARM: i.MX: Add SoC namespace to imx7/8m CCM defines
` [PATCH 27/42] Add some CCM defines for i.MX8M
` [PATCH 28/42] ARM: i.MX8M: rename imx8-ccm-regs.h to imx8m-ccm-regs.h
` [PATCH 29/42] ARM: i.MX8M: Add some lowlevel clock functions
` [PATCH 30/42] ARM: i.MX7: Add and use function for early UART clock setup
` [PATCH 31/42] ARM: i.MX8M: "
` [PATCH 32/42] iomux: Add i.MX8MM support
` [PATCH 33/42] mfd: Add Rohm bd71837 header file
` [PATCH 34/42] scripts: imx-usb-loader: Add 2nd stage loading support
` [PATCH 35/42] scripts: imx-usb-loader: Add i.MX8MM support
` [PATCH 36/42] ARM: i.MX8MQ boards: Add missing includes
` [PATCH 37/42] ARM: i.MX8M: Add DDR controller support
` [PATCH 38/42] ARM: i.MX8M: Add TF-A loading support for i.MX8MM
` [PATCH 39/42] ARM: i.MX8M: Add i.MX8MM support
` [PATCH 40/42] scripts: imx-image: "
` [PATCH 41/42] ARM: i.MX: Add i.MX8MM EVK board support
` [PATCH 42/42] ARM: i.MX: update imx_v8_defconfig for i.MX8MM

v2020.02.0
 2020-02-17 10:47 UTC 

[PATCH 1/6] include: add SPDX GPL-2.0-only license tags where applicable
 2020-02-17  9:09 UTC  (25+ messages)
` [PATCH v2 0/6] SPDX license tags and (L)GPL boilerplate cleanup
  ` [PATCH v2 1/6] include: add SPDX GPL-2.0-only license tags where applicable
  ` [PATCH v2 2/6] include: add SPDX GPL-2.0-or-later "
  ` [PATCH v2 3/6] include: add SPDX GPL-2.0-only license tags for files without licensing information
  ` [PATCH v2 4/6] include: add SPDX LGPL-2.1-or-later license tags where applicable
  ` [PATCH v2 5/6] include: spi: add SPDX GPL-2.0-or-later "
  ` [PATCH v2 6/6] include: spi: add SPDX GPL-2.0-only license tags for files without licensing information
` [PATCH v3 0/7] SPDX license tags and (L)GPL boilerplate cleanup
  ` [PATCH v3 1/7] include: add SPDX GPL-2.0-only license tags where applicable
  ` [PATCH v3 2/7] include: add SPDX GPL-2.0-or-later "
  ` [PATCH v3 3/7] include: add SPDX GPL-2.0-only license tags for files without licensing information
  ` [PATCH v3 4/7] LICENSES: add LGPL-2.1-or-later
  ` [PATCH v3 5/7] include: add SPDX LGPL-2.1-or-later license tags where applicable
  ` [PATCH v3 6/7] include: spi: add SPDX GPL-2.0-or-later "
  ` [PATCH v3 7/7] include: spi: add SPDX GPL-2.0-only license tags for files without licensing information

[PATCH 1/4] fs: Introduce discard_range()
 2020-02-14 11:16 UTC  (4+ messages)
` [PATCH 2/4] cdev: Add discard_range hook
` [PATCH 3/4] block: Implement discard_range
` [PATCH 4/4] copy_file: call discard_range on destination file

[PATCH] i2c_probe command: Use kstrtoint
 2020-02-14 10:40 UTC 

[PATCH 1/2] commands: boot: refactor boot entry creation to use iterators
 2020-02-14  8:12 UTC  (4+ messages)
` [PATCH 2/2] commands: boot: create boot entries on demand

[PATCH] fixup! commands: boot: create boot entries on demand
 2020-02-14  8:03 UTC 

[PATCH 1/2] mci: stm32_sdmmc2: add High-Speed (26 & 52 MHz) support
 2020-02-14  7:47 UTC  (3+ messages)
` [PATCH 2/2] mci: core: populate mci_ios.timing member

[PATCH] serial: ns16550_pci: fix possible read of uninitialized variable
 2020-02-14  7:44 UTC  (2+ messages)

[PATCH 1/3] clk-conf.h: Add missing re-inclusion protection
 2020-02-13 10:58 UTC  (3+ messages)
` [PATCH 2/3] clk-conf.h: Add static inline wrapper for of_clk_set_defaults()
` [PATCH 3/3] driver: Call of_clk_set_defaults for each probed device

[PATCH] usb: gadget: fsl_udc: remove unnessary argument
 2020-02-13 10:54 UTC 

[PATCH 1/3] scripts: imx-usb-loader: remove unnecessary check
 2020-02-13 10:43 UTC  (3+ messages)
` [PATCH 2/3] scripts: imx-usb-loader: download address is always the header address
` [PATCH 3/3] scripts: imx-usb-loader: dladdr is unused, remove it

RE:RE: imx27 phycard update problems from barebox 2019.01.0 to 2020.01.0
 2020-02-12  8:17 UTC 

imx27 phycard update problems from barebox 2019.01.0 to 2020.01.0
 2020-02-12  8:08 UTC  (4+ messages)
  ` AW: "

[PATCH] mci: imx-esdhc: lower timeout message priority to dev_dbg
 2020-02-12  7:53 UTC 

[PATCH] scripts: imx-usb-loader: Accept new header version
 2020-02-12  7:49 UTC 

[PATCH 1/5] mci: stm32_sdmmc2: don't ignore reset_control_get errors
 2020-02-12  7:36 UTC  (6+ messages)
` [PATCH 2/5] net: designware: socfpga: fix possible invalid pointer deref
` [PATCH 3/5] watchdog: dw_wdt: inform user on missing reset control line
` [PATCH 4/5] watchdog: dw_wdt: remove duplicated error message
` [PATCH 5/5] i2c: tegra: correct "

[PATCH 1/2] driver: bail out, don't crash, if drv->name is not set
 2020-02-12  7:32 UTC  (3+ messages)
` [PATCH 2/2] watchdog: dw_wdt: populate driver_d.name

[PATCH] clocksource: rename driver for ARMv8 Timer to ARM architected timer
 2020-02-12  7:31 UTC  (2+ messages)

[PATCH] ARM: stm32mp: dk2: barebox_set_model to shorter name
 2020-02-12  7:29 UTC  (2+ messages)

[PATCH 1/4] reset_source: introduce reset_source_xlate to translate specific type
 2020-02-10 13:09 UTC  (4+ messages)
` [PATCH 2/4] watchdog: f71808e: only print reset reason if one's indicated
` [PATCH 3/4] reset_source: migrate from reset_source_name to reset_source_xlate
` [PATCH 4/4] reset: stm32: migrate restart reason and handler from stm32_iwdg

[PATCH v2] fs: jffs2: add initial support for reading jffs2
 2020-02-10  8:40 UTC  (2+ messages)

[PATCH] fixup! imd: add support for checksum generation/verification
 2020-02-10  8:18 UTC  (2+ messages)

[PATCH 0/8] PWM: misc fixes
 2020-02-10  8:16 UTC  (10+ messages)
` [PATCH 1/8] PWM: pxa: remove unused struct members
` [PATCH 2/8] PWM: pxa: make MMIO writes always little endian
` [PATCH 3/8] regmap: forward declare structs used in header
` [PATCH 4/8] video: backlight-pwm: remove duplicate assignment to object
` [PATCH 5/8] led: pwm: don't test if pointer is smaller than zero
` [PATCH 6/8] led: pwm: fail if required max-brightness option is missing
` [PATCH 7/8] led: pwm: support active-low property
` [PATCH 8/8] PWM: core: constify chip->ops pointer

[PATCH] hw_random: add support for STM32 RNG
 2020-02-10  8:13 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH] doc: bootchooser: Fix barebox-state example
 2020-02-10  8:10 UTC  (2+ messages)

[PATCH 1/2] sandbox: fix signed integer overflow
 2020-02-10  8:09 UTC  (3+ messages)
` [PATCH 2/2] sandbox: hostfile: fix UB-inducing shift

[PATCH] acpi: include missing header in <acpi.h>
 2020-02-10  8:08 UTC  (2+ messages)

[RFC 0/5] WIP: MIPS: implement dma mapping functions
 2020-02-09  8:17 UTC  (5+ messages)
` [RFC 4/5] net: rtl8169: make it work on big-endian system

[PATCH 1/3] mtd: nand-imx: do not use blocks reserved for BBT
 2020-02-05 13:35 UTC  (3+ messages)
` [PATCH 2/3] mtd: nand-imx: Create BBT automatically when necessary
` [PATCH 3/3] mtd: nand-imx: make sure the just created BBT is used

Uefi version with 'bare metal' drivers?
 2020-02-05  6:30 UTC  (2+ messages)

Updating barebox from Linux
 2020-02-04 15:02 UTC  (2+ messages)

state framework, fixed-partitions, eeprom and linux
 2020-02-04 13:45 UTC  (5+ messages)

[PATCH 0/3] commands/test: some improvements
 2020-02-04  7:40 UTC  (5+ messages)
` [PATCH 1/3] commands/test: Bail out on incomplete command line options

[PATCH v2 1/3] regulator: pfuze: remove unsued define
 2020-02-03  8:24 UTC  (4+ messages)
` [PATCH v2 2/3] regulator: pfuze: add support to other architectures
` [PATCH v2 3/3] ARM: phyCORE-i.MX8M SOM: add pmic initialisation for power good

[PATCH] RISC-V: unbreak built-in dtb
 2020-02-03  8:19 UTC  (2+ messages)

[PATCH v4] MIPS: don't overlay relocation data with BSS
 2020-02-03  8:18 UTC  (2+ messages)

[PATCH 0/4] mci: stm32_sdmmc2: timeout and bus-width bug fixes
 2020-02-03  8:16 UTC  (7+ messages)
` [PATCH 1/5] mci: stm32_sdmmc2: use correct card power cycle sequence
` [PATCH 2/5] mci: stm32_sdmmc2: don't reset before retrying failed operations
` [PATCH 3/5] mci: core: don't test 4-bit-buswidth support if MMC host lacks capability
` [PATCH 4/5] mci: stm32_sdmmc2: compare ios ->bus_width with correct constants
` [PATCH 5/5] mci: stm32_sdmmc2: fix typo in debug string

[PATCH] regulator: fixed: take regulator-boot-on into account
 2020-02-03  8:12 UTC  (2+ messages)

[PATCH] ubsan: use a big if block in Kconfig
 2020-02-03  8:11 UTC  (2+ messages)

[PATCH] images: Use separate LDFLAGS for PBL
 2020-02-03  7:51 UTC  (2+ messages)

MIPS: relocation issue
 2020-01-30 11:14 UTC  (3+ messages)
` maeling list issue

page:  |  | latest

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