mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/6] fsl-fman patches
 2019-11-14 13:00 UTC  (3+ messages)
` [PATCH 1/6] net: fsl-fman: reset device before leaving
` [PATCH 6/6] net: fsl-fman: do not leave not transmitted DMA buffers mapped

[PATCH 01/10] ARM: dts: stm32mp: move alias to SoC device tree
 2019-11-13 14:25 UTC  (13+ messages)
` [PATCH 02/10] ARM: stm32mp157c-dk2: add optional DEBUG_LL print to entry point
` [PATCH 03/10] mfd: stpmic1: use register define from header
` [PATCH 04/10] watchdog: stm32_iwdg: return -ENOSYS on attempt to disable
` [PATCH 05/10] i2c: stm32: use device_reset_us helper instead of open-coding
` [PATCH 06/10] Documentation: boards: stm32mp: document boot error LED
` [PATCH 07/10] ARM: stm32mp: add helper for querying ram size
` [PATCH 08/10] ARM: stm32mp: add basic DDR controller driver
  ` [PATCH] fixup! "
` [PATCH 09/10] ARM: stm32mp: add stm32mp_cpu_lowlevel_init with stack set up
` [PATCH 10/10] ARM: stm32mp: dk2: don't hard-code memory size
  ` [PATCH] fixup! "

[PATCH 1/2] ARM: dts: imx6: phycore: Make use of upstream devicetree
 2019-11-13 14:25 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: imx6: phycore: Update License, copyright and model description

[PATCH v4 1/5] i.mx6: signed boot: add habv4-imx6-gencsf.h to the flash header of the PHYTEC boards
 2019-11-13  9:21 UTC  (3+ messages)

Oselas 2018.12.0 toolchain seems to break barebox for AM335x
 2019-11-12 14:37 UTC  (5+ messages)

[PATCH 0/1] net: designware: eqos: stop DMA on halt
 2019-11-12 12:00 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] ARM: start: check for machine type last
 2019-11-12 11:56 UTC  (2+ messages)

[PATCH] ARM: Compile with -fPIE
 2019-11-12 11:17 UTC 

barebox on VoCore2
 2019-11-11 21:46 UTC  (2+ messages)

state: eMMC boot0-partitions backend for Linux
 2019-11-11 15:54 UTC  (2+ messages)

[PATCH] ARM: am335x: Enable MMC2 clock
 2019-11-11 13:20 UTC 

[PATCH v3 1/4] watchdog: always populate watchdog priority from device tree if possible
 2019-11-11  8:20 UTC  (5+ messages)
` [PATCH v3 2/4] watchdog: implement generic support for .running device parameter
` [PATCH v3 3/4] watchdog: imxwd: support .running device parameter on i.MX2+
` [PATCH v3 4/4] watchdog: f71808e: support .running device parameter

[PATCH v2 01/18] ARM: zynq: zedboard: enable MACB driver in defconfig
 2019-11-11  8:16 UTC  (19+ messages)
` [PATCH v2 02/18] ARM: zynq: add trivial image build mechanism
` [PATCH v2 03/18] ARM: zynq: use getopt in zynq_mkimage
` [PATCH v2 04/18] ARM: zynq: move header generation to zynq_mkimage
` [PATCH v2 05/18] ARM: zynq: add size check in zynq_mkimage
` [PATCH v2 06/18] ARM: zynq: zedboard: provide DTB
` [PATCH v2 07/18] net: macb: handle more clocks
` [PATCH v2 08/18] net: macb: add Zynq compatible
` [PATCH v2 09/18] ARM: zynq: move clock controller driver to drivers/clk
` [PATCH v2 10/18] clk: zynq: use base address of clock controller
` [PATCH v2 11/18] clk: zynq: improve PLL enable handling
` [PATCH v2 12/18] clk: zynq: fix up address from DT
` [PATCH v2 13/18] clk: zynq: partially sync with Linux
` [PATCH v2 14/18] ARM: zynq: switch to DT based probing
` [PATCH v2 15/18] clk: zynq: remove clkdevs
` [PATCH v2 16/18] ARM: zynq: switch to multi-image build
` [PATCH v2 17/18] bootsource: add JTAG bootsource
` [PATCH v2 18/18] ARM: zynq: add bootsource detection

[RFC] WIP: import gpio-poweroff driver from linux kernel
 2019-11-08 12:54 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX6: Embedsky E9: remove inaccurate comment
 2019-11-08 12:45 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX6: sabresd: "

[PATCH v2 1/4] watchdog: always populate watchdog priority from device tree if possible
 2019-11-08 11:04 UTC  (10+ messages)
` [PATCH v2 2/4] watchdog: implement generic support for .running device parameter
` [PATCH v2 3/4] watchdog: imxwd: support .running device parameter on i.MX2+
` [PATCH v2 4/4] watchdog: f71808e: support .running device parameter

[PATCH] ARM: mmu-early: On i.MX6 with HAB map ROM is mapped without XN
 2019-11-08  8:28 UTC 

[PATCH 00/18] Zynq multi-image conversion and improvements
 2019-11-08  7:16 UTC  (20+ messages)
` [PATCH 01/18] ARM: zynq: zedboard: enable MACB driver in defconfig
` [PATCH 02/18] ARM: zynq: add trivial image build mechanism
` [PATCH 03/18] ARM: zynq: use getopt in zynq_mkimage
` [PATCH 04/18] ARM: zynq: move header generation to zynq_mkimage
` [PATCH 05/18] ARM: zynq: add size check in zynq_mkimage
` [PATCH 06/18] ARM: zynq: zedboard: provide DTB
` [PATCH 07/18] net: macb: handle more clocks
` [PATCH 08/18] net: macb: add Zynq compatible
` [PATCH 09/18] ARM: zynq: move clock controller driver to drivers/clk
` [PATCH 10/18] clk: zynq: use base address of clock controller
` [PATCH 11/18] ARM: zynq: fixup SLCR ranges
` [PATCH 12/18] clk: zynq: improve PLL enable handling
` [PATCH 13/18] clk: zynq: partially sync with Linux
` [PATCH 14/18] ARM: zynq: switch to DT based probing
` [PATCH 15/18] clk: zynq: remove clkdevs
` [PATCH 16/18] ARM: zynq: switch to multi-image build
` [PATCH 17/18] bootsource: add JTAG bootsource
` [PATCH 18/18] ARM: zynq: add bootsource detection

v2019.11.0
 2019-11-07 13:25 UTC 

[PATCH v2 0/6] ARM: psci: add PSCI client driver
 2019-11-07 11:33 UTC  (10+ messages)
` [PATCH v2 1/6] ARM: psci: translate PSCI error codes in smc command
` [PATCH v2 2/6] ARM: psci: use CONFIG_ARM_PSCI_DEBUG for "
` [PATCH v2 3/6] ARM: psci: wire in smc command help
` [PATCH v2 4/6] ARM: psci: implement PSCI client driver
` [PATCH v2 5/6] ARM: stm32mp: select ARM_USE_COMPRESSED_DTB for the whole arch
` [PATCH v2 6/6] ARM: dts: stm32mp: report psci v0.2 at least
  ` [PATCH] fixup! "

[PATCH] MIPS: loongsonl: pull headers from linux kernel
 2019-11-06 10:27 UTC  (2+ messages)

[PATCH 01/10] commands: regulator: move implementation to regulator core
 2019-11-06 10:24 UTC  (14+ messages)
` [PATCH 02/10] commands: regulator: add support for enabling/disabling regulators
` [PATCH 03/10] regulator: copy upstream struct regulator_desc documentation
` [PATCH 04/10] regulator: port Linux of_regulator_match
` [PATCH 05/10] regulator: import linear voltage range helpers
` [PATCH 06/10] mfd: stpmic1: use dev_get_regmap instead of priv member
` [PATCH 07/10] regulator: add driver for stpmic1-regulators
  ` [PATCH 11/10] fixup! "
` [PATCH 08/10] ARM: dts: stm32mp157a-dk1: remove unnecessary sram node
` [PATCH 09/10] ARM: stm32mp: enable STPMIC1 MFD and cell drivers
` [PATCH 10/10] Revert "ARM: dts: stm32mp157a-dk1: overwrite regulator for sdmmc node"

[PATCH 1/7] misc: psci: translate PSCI error codes in smc command
 2019-11-06  9:32 UTC  (8+ messages)
` [PATCH 2/7] ARM: psci: use CONFIG_ARM_PSCI_DEBUG for "
` [PATCH 3/7] psci: wire in smc command help
` [PATCH 4/7] misc: implement PSCI client driver
` [PATCH 5/7] misc: implement PSCI system reset driver
` [PATCH 6/7] ARM: stm32mp: select ARM_USE_COMPRESSED_DTB for the whole arch
` [PATCH 7/7] ARM: dts: stm32mp: report psci v0.2 at least

[PATCH] param: drop unused parameters in helpers
 2019-11-05 10:18 UTC  (2+ messages)

[PATCH v2 1/2] mfd: da9063: fix TWDSCALE debug message
 2019-11-05 10:10 UTC  (3+ messages)
` [PATCH v2 2/2] mfd: da9063: fix watchdog ping execution

[PATCH 1/4] watchdog: always populate watchdog priority from device tree if possible
 2019-11-04 18:25 UTC  (4+ messages)
` [PATCH 2/4] watchdog: implement generic support for .running device parameter
` [PATCH 3/4] watchdog: imxwd: support .running device parameter on i.MX2+
` [PATCH 4/4] watchdog: f71808e: support .running device parameter

[PATCH] usb: storage: Increase retries for usb_stor_transport()
 2019-11-04 15:28 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH 1/2] mfd: da9063: fix TWDSCALE debug message
 2019-11-04 10:13 UTC  (8+ messages)
` [PATCH 2/2] mfd: da9063: fix watchdog ping execution

[PATCH] of: of_path: fix return in case of EPROBE_DEFER
 2019-11-04  9:40 UTC  (2+ messages)

[PATCH] parameter: strip leading and trailing whitespaces
 2019-11-04  9:39 UTC  (2+ messages)

[PATCH] serial: cadence: fix serial_flush
 2019-11-04  8:58 UTC  (2+ messages)

[PATCH 1/2] ARM: pbl: keep __image_end section
 2019-11-04  8:56 UTC  (4+ messages)
` [PATCH 2/2] ARM: force TEXT_BASE to zero only for relocatable build

[BUG] Padding inserted by linker breaks magicvar linker array
 2019-11-04  8:36 UTC  (2+ messages)

[PATCH] ARM: zii-commmon: Fix NULL pointer dereference in do_rdu1_switch_reset()
 2019-11-04  8:13 UTC  (3+ messages)

[PATCH 1/2] soc: imx: gpcv2: skip registering devices for unavailable power domains
 2019-11-04  8:11 UTC  (3+ messages)
` [PATCH 2/2] ARM: zii-imx8mq-dev: disable GPU and VPU power domain in DT

[PATCH] fs: ubootvarfs: use correct format specifier for pointer diff
 2019-11-04  8:08 UTC  (2+ messages)

[PATCH] ARM: zii-common: setup Linux cmdline network config on RDU3
 2019-11-04  8:07 UTC  (2+ messages)

[PATCH] OF: gpio: don't warn if ignored GPIO flag matches the behavior
 2019-11-04  8:06 UTC  (2+ messages)

[PATCH] Documentation: boards: stm32mp: document boot mode strap pins
 2019-11-04  8:05 UTC  (2+ messages)

[PATCH v2 0/6] ARM: stm32mp: finalize second stage support
 2019-11-04  8:04 UTC  (8+ messages)
` [PATCH v2 1/6] mci: stm32_sdmmc2: parse generic MCI oftree properties
` [PATCH v2 2/6] ARM: stm32mp: dk2: add barebox SD-Card update handler
` [PATCH v2 3/6] net: add Designware Ethernet QoS for STM32MP
` [PATCH v2 4/6] net: eqos: extend Designware Ethernet QoS for Tegra 186 support
` [PATCH v2 5/6] ARM: stm32mp: include new drivers in defconfig
` [PATCH v2 6/6] Documentation: boards: stm32mp: remove done TODOs

[PATCH 0/4] ext4 fixes
 2019-10-29  9:10 UTC  (5+ messages)
` [PATCH 1/4] fs: ext4: Fix out of bounds memset
` [PATCH 2/4] fs: ext4: remove unnecessarily clever file read
` [PATCH 3/4] fs: ext4: Fix handling of sparse files
` [PATCH 4/4] fs: ext4: return NULL instead of 0

[PATCH v2 1/8] pinctrl: stm32: fix debug print of uninitialized variable
 2019-10-28 17:32 UTC  (5+ messages)
` [PATCH v2 7/8] ARM: stm32mp: dk2: add barebox SD-Card update handler

[PATCH 1/3] watchdog: remove wrong uses of timeout_cur
 2019-10-28 17:29 UTC  (4+ messages)

[PATCH] sandbox: add_image: mmap block devices
 2019-10-28 11:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] efi: populate boot source instance
 2019-10-28 11:38 UTC  (2+ messages)

[PATCH v6 1/2] Documentation: add watchdog documentation
 2019-10-28 11:36 UTC  (2+ messages)

[PATCH] mfd: superio: use strerrorp helper instead of open-coding
 2019-10-28 11:35 UTC  (2+ messages)

page:  |  | latest

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