mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/9] efi: add PCI controller driver
 2019-12-09 10:39 UTC  (11+ messages)
` [PATCH 1/9] efi: add and use new efi_device_has_guid helper
` [PATCH 2/9] driver: add missing parentheses around macro argument
` [PATCH 3/9] efi: fix off-by-one in mem_malloc_init(..., end)
` [PATCH 4/9] x86: efi: lds: don't discard any relocation sections
` [PATCH 5/9] PCI: add driver_data member to struct pci_device_id
` [PATCH 6/9] PCI: copy over some Linux PCI helpers
` [PATCH 7/9] efi: turn set of defines into enumerations
` [PATCH 8/9] pci: add EFI PCI root bridge IO protocol driver
` [PATCH 9/9] serial: add support for PCI NS16550 UARTs

[PATCH 1/7] ARM: dts: imx6: pcaaxl3: Order nodes alphabetically
 2019-12-09 10:20 UTC  (8+ messages)
` [PATCH 2/7] ARM: dts: imx6: pcaaxl3: Update license and model description
` [PATCH 3/7] ARM: dts: imx6: pcaaxl3: Make use of the simpler name phycard
` [PATCH 4/7] ARM: dts: imx6: phycard: Make eeprom configurable
` [PATCH 5/7] ARM: dts: imx6: phycard: Use partname for environment device-path
` [PATCH 6/7] ARM: dts: imx6: phycard: Switch to new partitions binding
` [PATCH 7/7] ARM: dts: imx6: phytec: Increase NAND barebox partition size

[PATCH] Revert "mci: core: make mci_register -EPROBE_DEFER sensitive"
 2019-12-09 10:15 UTC  (2+ messages)

[PATCH] lds: align RO_DATA_SECTION members
 2019-12-09 10:02 UTC  (3+ messages)

[PATCH] clk: i.MX6ul: Disable GPMI_IO clk before reparenting
 2019-12-09  9:46 UTC 

[PATCH] mtd: spi-nor: fix wrong value for CR_QUAD_EN_SPAN
 2019-12-09  9:33 UTC 

[PATCH 1/3] images: i.MX: rearrange image rules in preparation for boilerplate removal
 2019-12-09  9:24 UTC  (4+ messages)
` [PATCH 2/3] ARM: i.MX: introduce imx_image_rule variable for code deduplication
` [PATCH 3/3] ARM: i.MX: rebuild .imximg if DCD table in .imxcfg changes

Writing to ubifs
 2019-12-09  8:26 UTC  (2+ messages)

[PATCH] README: add section about contributing to barebox
 2019-12-06 14:26 UTC  (2+ messages)

use /usr/bin/env bash shebang instead of /bin/bash
 2019-12-06 14:25 UTC  (21+ messages)
` [PATCH 1/3] scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash
        ` [PATCH v2 1/4] "
          ` [PATCH v2 2/4] dts/scripts: "
          ` [PATCH v2 3/4] docs: "
          ` [PATCH v2 4/4] docs: use #!/usr/bin/env python shebang instead of #!/usr/bin/python
            ` use #!/usr/bin/env binary instead of #!/usr/bin/binary
              ` [PATCH v3 1/4] scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash
              ` [PATCH v3 2/4] dts/scripts: "
              ` [PATCH v3 3/4] docs: "
              ` [PATCH v3 4/4] docs: use #!/usr/bin/env python shebang instead of #!/usr/bin/python
` [PATCH 2/3] dts/scripts: use #!/usr/bin/env bash shebang instead of #!/bin/bash
` [PATCH 3/3] docs: "

[PATCH] ARM: boards: phytec-som-imx6: Replace spi by spi-nor in bootsource script
 2019-12-06 14:24 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl: phycore: Remove emmc vmmc-supply
 2019-12-06 14:23 UTC  (6+ messages)

[PATCH 1/3] param: add dev_add_param_tristate(_ro) helpers
 2019-12-05  8:10 UTC  (6+ messages)
` [PATCH 3/3] remoteproc: add .stop device parameter for stopping remote processor

[PATCH] net: designware: eqos: remove done TODO
 2019-12-05  7:55 UTC  (4+ messages)

[PATCH 0/2] bus: efi: add basic ACPI bus infrastructure
 2019-12-04 14:27 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] misc: add ACPI test driver

[PATCH 00/12] Share i.MX ESDHC PBL and PIO code
 2019-12-04  8:42 UTC  (14+ messages)
` [PATCH 01/12] mci: imx-esdhc: Drop unnecessary type conversion
` [PATCH 02/12] mci: imx-esdhc: Drop unused type definition
` [PATCH 03/12] mci: imx-esdhc: Drop extra helper varaible
` [PATCH 04/12] mci: imx-esdhc-pbl: Don't setup DMA registers
` [PATCH 05/12] mci: imx-esdhc-pbl: Share initialization code
` [PATCH 06/12] mci: imx-esdhc-pbl: Drop 'wrap_wml' flag
` [PATCH 07/12] mci: imx-esdhc-pbl: Share IO accessors with regular driver
` [PATCH 08/12] mci: imx-esdhc-pbl: Use sdhci_transfer_data()
` [PATCH 09/12] mci: imx-esdhc-pbl: Use sdhci_set_cmd_xfer_mode()
` [PATCH 10/12] mci: imx-esdhc: Share code for esdhc_(setup|do)_data operations
` [PATCH 11/12] mci: imx-esdhc: Introduce esdhc_poll()
` [PATCH 12/12] mci: imx-esdhc: Share code for esdhc_send_cmd()

[PATCH 00/39] randcfg build fixes
 2019-12-04  7:26 UTC  (44+ 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 19/39] usb: usb251xb: depend on OFDEVICE
` [PATCH 20/39] pstore: don't try to grab non-existent logbuf
` [PATCH 21/39] firmware: zynqmp-fpga: fix comparison between pointer and integer
` [PATCH 22/39] pstore: ramoops: use correct format specifier for size_t variables
` [PATCH 23/39] clocksource: ARMv8 timer can only be built on ARMv8
` [PATCH 24/39] input: select POLLER
` [PATCH 25/39] ARM: layerscape: add missing selects for TQMLS1046A
` [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 30/39] pinctrl: at91pio4: move to correct location in Kconfig
` [PATCH 31/39] ARM: layerscape: ppa: use sync_for_execution instead of a manual cache flush
` [PATCH 32/39] ubootvarfs: depend on OFTREE
` [PATCH 33/39] ARM: davinci: virt2real: select OFTREE and OFDEVICE
` [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 38/39] pinctrl: tegra: mark drvdata as maybe unused
` [PATCH 39/39] pinctrl: at91pio4 depends on OFDEVICE

[PATCH] ARM: VFxxx: Display UID information on boot
 2019-12-04  7:23 UTC  (2+ messages)

[PATCH 1/2] HABv4: remove useless error message
 2019-12-03 14:47 UTC  (10+ messages)
` [PATCH 2/2] HABv4: fix ROM code API usage

[PATCH 1/2] imd: add support for checksum generation/verification
 2019-12-03 12:47 UTC  (2+ messages)
` [PATCH 2/2] commands: bbu: add support for imd checksum

[PATCH] usb: gadget: fastboot: fix typo
 2019-12-02  9:04 UTC  (2+ messages)

macro about loongson's CPU & SoC
 2019-12-02  9:03 UTC  (5+ messages)

[PATCH v2] scripts: imx: report file where error occurred
 2019-12-02  8:59 UTC  (2+ messages)

[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 

[PATCH] MIPS: Makefile: minor codingstyle fix
 2019-11-27 14:02 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] mtd: spi-nor: Add support for is25lp01g
 2019-11-25  8:41 UTC  (3+ 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