mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/39] randcfg build fixes
 2019-11-29 15:15 UTC  (32+ messages)
` [PATCH 01/39] ARM: imx: add image type choice
` [PATCH 02/39] ratp: add more build dependencies
` [PATCH 03/39] ARM: move into ARM32 specific optee kernel start into lib32 dir
` [PATCH 04/39] ARM: implement CONFIG_PBL_BREAK for ARM64
` [PATCH 05/39] lib: zstd: declare locally used functions as static
` [PATCH 06/39] common: provide stubs for ctrlc_* functions
` [PATCH 07/39] commands: keystore: use correct type for s_len
` [PATCH 08/39] gui: picopng: declare locally used functions as static
` [PATCH 09/39] reset_source: add stub for reset_source_set_device
` [PATCH 10/39] spi: fix symbol export for spi_register_controller
` [PATCH 11/39] mfd: superio: add missing semicolon after EXPORT_SYMBOL
` [PATCH 12/39] ARM: psci: declare locally used functions as static
` [PATCH 13/39] ARM: mxs: bcb: "
` [PATCH 14/39] usb: dwc3: depend on OFDEVICE
` [PATCH 15/39] mtd: nand: don't call BBT functions if BBT support isn't built
` [PATCH 16/39] mfd: da9063: don't try to register gpiochip when GPIOLIB "
` [PATCH 17/39] mci: MCI_IMX_ESDHC_PBL has no dependency on MCI
` [PATCH 18/39] i2c: always walk down into i2c/busses Makefile
` [PATCH 20/39] pstore: don't try to grab non-existent logbuf
` [PATCH 22/39] pstore: ramoops: use correct format specifier for size_t variables
` [PATCH 24/39] input: select POLLER
` [PATCH 26/39] ARM: PBL break is not available on ARMv4
` [PATCH 27/39] ARM: ARM_SMCCC is only available on >= ARMv7
` [PATCH 28/39] ARM: layerscape: select OFTREE and OFDEVICE
` [PATCH 29/39] usb: dwc3: dual role mode needs gadget support
` [PATCH 31/39] ARM: layerscape: ppa: use sync_for_execution instead of a manual cache flush
` [PATCH 32/39] ubootvarfs: depend on OFTREE
` [PATCH 34/39] ARM: omap: pfc200: NAND support requires CONFIG_OMAP_GPMC
` [PATCH 35/39] net: designware-eqos: depend on COMMON_CLK
` [PATCH 36/39] ARM: mvebu: correct DTB rule for MARVELL_ARMADA_XP_DB
` [PATCH 37/39] nvme: correct symbol export name for nvme_submit_sync_cmd

[PATCH v2] scripts: imx: report file where error occurred
 2019-11-28 16:37 UTC 

[PATCH] scripts: imx: report file where error occurred
 2019-11-28 16:29 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH] ARM: Layerscape: PPA: Disable CAAM JR used by secure firmware
 2019-11-28  9:30 UTC 

[PATCH] net: fsl-fman: Disable unused network interfaces
 2019-11-28  9:30 UTC 

use /usr/bin/env bash shebang instead of /bin/bash
 2019-11-27 23:19 UTC  (4+ messages)
` [PATCH 1/3] scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash
` [PATCH 2/3] dts/scripts: "
` [PATCH 3/3] docs: "

[PATCH] MIPS: Makefile: minor codingstyle fix
 2019-11-27 14:02 UTC  (4+ messages)

macro about loongson's CPU & SoC
 2019-11-27 14:01 UTC  (4+ messages)

[PATCH 1/2] pstore: fix build by re-resolving botched merge conflict
 2019-11-27 13:39 UTC  (3+ messages)
` [PATCH 2/2] pstore: remove unused goto label

[PATCH 0/4] support for gpio-line-names
 2019-11-27 13:38 UTC  (9+ messages)
` [PATCH 1/4] of: Add of_property_read_string_array()
` [PATCH 2/4] gpio: Introduce GPIO names
` [PATCH 3/4] of/gpio: Support gpio-line-names property
` [PATCH 4/4] ARM: Layerscape: TQMLS1046a: Add gpio-line-names

[PATCH] ARM64: Switch to 4 level page tables
 2019-11-27 11:34 UTC 

[PATCH] ARM: Layerscape: TQMLS1046a: Fix partition name
 2019-11-27 11:23 UTC 

[PATCH 0/6] Layerscape ls1046ardb update
 2019-11-27 11:23 UTC  (7+ messages)
` [PATCH 1/6] ARM Layerscape: ls1046ardb: Fix SD partitions
` [PATCH 2/6] ARM Layerscape: ls1046ardb: Add barebox update handler
` [PATCH 3/6] ARM Layerscape: ls1046ardb: Fix SPI NOR flash compatibles
` [PATCH 4/6] ARM Layerscape: ls1046ardb: Enable PCIe support
` [PATCH 5/6] ARM Layerscape: ls1046ardb: Fix EEPROM nodes
` [PATCH 6/6] ARM Layerscape: ls1046ardb: read nxid eeprom

[PATCH 00/12] Designware PCIe updates and Layerscape support
 2019-11-27 11:20 UTC  (13+ messages)
` [PATCH 01/12] PCI: dwc: Don't hard-code DBI/ATU offset
` [PATCH 02/12] PCI: dwc: Make use of IS_ALIGNED()
` [PATCH 03/12] PCI: dwc: Add dw_pcie_disable_atu()
` [PATCH 04/12] PCI: dwc: Make use of BIT() in constant definitions
` [PATCH 05/12] PCI: dwc: Enable iATU unroll for endpoint too
` [PATCH 06/12] PCI: dwc: Fix ATU identification for designware version >= 4.80
` [PATCH 07/12] PCI: dwc: imx6: Share PHY debug register definitions
` [PATCH 08/12] PCI: dwc: Cleanup DBI,ATU read and write APIs
` [PATCH 09/12] PCI: dwc: rename readl/writel_dbi ops to read/write_dbi
` [PATCH 10/12] PCI: dwc: Sync register definitions with Linux-5.4
` [PATCH 11/12] PCI: dwc: Return directly when num-lanes is not found
` [PATCH 12/12] PCI: Add layerscape PCIe driver

[PATCH] MIPS: loongson: rename CPU_LOONGSON1 to CPU_GS232
 2019-11-26 12:27 UTC 

[PATCH] gpiolib: have gpioinfo show line name if no label was set
 2019-11-26 11:20 UTC 

[PATCH] treewide trivial: Fix typo filed -> failed
 2019-11-26  8:43 UTC 

[PATCH] MIPS: Makefile: minor codingstyle fix
 2019-11-26  7:12 UTC 

[PATCH 1/3] param: add dev_add_param_tristate(_ro) helpers
 2019-11-25  9:45 UTC  (5+ messages)
` [PATCH 2/3] watchdog: core: use new dev_add_param_tristate helper for .running param
` [PATCH 3/3] remoteproc: add .stop device parameter for stopping remote processor

[PATCH] mtd: spi-nor: Add support for is25lp01g
 2019-11-25  8:41 UTC  (3+ messages)

[PATCH] MIPS: Makefile: minor codingstyle fix
 2019-11-25  8:40 UTC  (6+ messages)

[PATCH] watchdog: stm32_iwdg: explicitly set .running to UNSUPPORTED
 2019-11-25  8:32 UTC  (2+ messages)

[PATCH] mfd: da9053: fix typo in variable name
 2019-11-25  8:29 UTC  (2+ messages)

[PATCH 1/2] remoteproc: register a device for new remoteproc instances
 2019-11-25  8:08 UTC  (3+ messages)
` [PATCH 2/2] remoteproc: add support for starting st,stm32mp1-m4

[PATCH] ARM: cpu: dtb: remove unused declaration
 2019-11-25  8:00 UTC  (2+ messages)

[PATCH] mci: dove: fix dereference of nullable pointer
 2019-11-25  7:59 UTC  (2+ messages)

[PATCH] i2c: gpio: use of_get_named_gpio() instead of of_get_named_gpio_flags()
 2019-11-25  7:50 UTC  (2+ messages)

[PATCH 0/8] Add support for a generic DT based 2nd stage ARM image
 2019-11-25  7:47 UTC  (6+ messages)
` [PATCH 6/8] ARM: Add generic device tree 2nd stage support

[PATCH 0/2] ARM: zynqmp: defconfig fixes
 2019-11-25  7:45 UTC  (4+ messages)
` [PATCH 1/2] ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA
` [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB

[PATCH 1/5] usb: dwc3: remove unnecessary warning
 2019-11-21 11:12 UTC  (5+ messages)
` [PATCH 2/5] usb: Add function to register otg dev
` [PATCH 3/5] usb: dwc3: register otg device
` [PATCH 4/5] usb: i.MX: Use usb_register_otg_device()
` [PATCH 5/5] usb: musb: use usb_register_otg_device()

[PATCH 00/21] mci: SDHCI helper functions and arasan driver
 2019-11-19 13:09 UTC  (24+ messages)
` [PATCH 01/21] mci: Add sdhci helper
` [PATCH 02/21] mci: sdhci: Add missing command type defines
` [PATCH 03/21] mci: imx-esdhc: use sdhci helpers
` [PATCH 04/21] mci: bcm2835: "
` [PATCH 05/21] mci: tegra: "
` [PATCH 06/21] mci: dove: "
` [PATCH 07/21] mci: imx-esdhc: Use 16bit register definitions
` [PATCH 08/21] mci: mci-bcm2835: "
` [PATCH 09/21] mci: tegra: "
` [PATCH 10/21] mci: imx-esdhc-pbl: "
` [PATCH 11/21] mci: sdhci: remove 32bit register defines
` [PATCH 12/21] mci: sdhci: remove duplicate transfer mode "
` [PATCH 13/21] mci: sdhci: remove duplicate register defines for interrupt bits
` [PATCH 14/21] mci: sdhci: remove duplicate register defines for prsstat bits
` [PATCH 15/21] mci: dove: Use sdhci_set_cmd_xfer_mode()
` [PATCH 16/21] mci: imx-esdhc: "
` [PATCH 17/21] mci: bcm2835: "
` [PATCH 18/21] mci: tegra: "
` [PATCH 19/21] mci: imx-esdhci: Use generic PIO transfer function
` [PATCH 20/21] mci: mci-bcm2835: "
` [PATCH 21/21] mci: add Arasan SDHCI controller driver

[PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
 2019-11-19 10:58 UTC  (2+ messages)

[PATCH 1/5] ARM: psci: factor out smc command into commands/
 2019-11-19 10:58 UTC  (6+ messages)
` [PATCH 2/5] ARM: psci: properly wire in command help
` [PATCH 3/5] commands: psci: make locally-used function static
` [PATCH 4/5] commands: smc: verify PSCI_POWER_ON with interprocessor handshake
` [PATCH 5/5] commands: smc: make command usable when ARM_PSCI is undefined

[PATCH] mci: add Arasan SDHCI controller driver
 2019-11-18  9:13 UTC  (2+ messages)

[PATCH] image: add zynqimg to gitignore
 2019-11-18  8:19 UTC  (2+ messages)

[PATCH] net: disable all other devices when enabling the new one
 2019-11-18  8:19 UTC  (2+ messages)

[PATCH] net: cpsw: don't reset twice
 2019-11-18  8:16 UTC  (2+ messages)

[PATCH 0/1] net: designware: eqos: stop DMA on halt
 2019-11-15 13:41 UTC  (8+ messages)
` [PATCH 1/1] "
    ` [PATCH v2 0/3] "
      ` [PATCH 1/3] net: designware: eqos: properly "
      ` [PATCH 2/3] net: designware: eqos: enable clocks before mdio_register
      ` [PATCH 3/3] net: designware: eqos: fix NULL pointer use in dev_printf

[PATCH] net: designware: eqos: remove done TODO
 2019-11-15 13:33 UTC  (2+ messages)

[PATCH] nvmem: bsec: fix typo in function name (s/st32/stm32/)
 2019-11-15 13:32 UTC  (2+ messages)

[PATCH] filetype: mvebu: Fix kwbimage v1 detection
 2019-11-15 10:58 UTC  (2+ messages)

[PATCH] MIPS: ath79: art: fix typo in SPDX-License-Identifier
 2019-11-15  7:24 UTC  (3+ messages)

[PATCH 0/6] fsl-fman patches
 2019-11-14 14:36 UTC  (9+ messages)
` [PATCH 1/6] net: fsl-fman: reset device before leaving
` [PATCH 2/6] net: fsl-fman: Store index for txbd
` [PATCH 3/6] net: fsl-fman: move status read into loop
` [PATCH 4/6] net: fsl-fman: Store index for rxbd
` [PATCH 5/6] net: fsl-fman: simplify setting next offset
` [PATCH 6/6] net: fsl-fman: do not leave not transmitted DMA buffers mapped

[PATCH] usb: dwc3: Remove wrong error messages
 2019-11-14 14:25 UTC 

[PATCH 01/10] ARM: dts: stm32mp: move alias to SoC device tree
 2019-11-13 14:25 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6: phycore: Make use of upstream devicetree
 2019-11-13 14:25 UTC  (2+ messages)

[PATCH 10/10] ARM: stm32mp: dk2: don't hard-code memory size
 2019-11-13  9:29 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH 08/10] ARM: stm32mp: add basic DDR controller driver
 2019-11-13  9:28 UTC  (2+ messages)
` [PATCH] fixup! "

[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  (3+ messages)

[PATCH] ARM: start: check for machine type last
 2019-11-12 11:56 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