mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/24] USB3 support
 2020-03-25 12:31 UTC  (14+ messages)
` [PATCH 02/24] usb: hub: do not reset devices twice
` [PATCH 03/24] usb: hub: let usb_scan_port() return void
` [PATCH 04/24] usb: Remove hack from the early days
` [PATCH 05/24] usb: Pass portstatus/portchange to usb_hub_port_connect_change()
` [PATCH 09/24] usb: Use dev_*
` [PATCH 10/24] usb: hub: Parse and save TT details from device descriptor
` [PATCH 11/24] usb: host: make init hook optional
` [PATCH 12/24] usb: support set hub depth request for USB 3.0 hubs
` [PATCH 13/24] usb: Assign dev_index once
` [PATCH 14/24] usb: remove unnecessary variable
` [PATCH 16/24] usb: net: Allocate tx buffer dynamically
` [PATCH 22/24] usb: hub: When no connection came up remove from scanning list
` [PATCH 24/24] usb: Add U-Boot xhci driver

am335x: load a kernel with integrated initramfs
 2020-03-25  9:58 UTC  (6+ messages)

[PATCH 0/2] Allow parsing more than one memory node
 2020-03-25  9:29 UTC  (9+ messages)
` [PATCH 1/2] of: base: parse all available memory nodes
` [PATCH 2/2] of: base: allow of_add_memory to be called multiple times

[PATCH 0/5] Add fsl-dspi driver support
 2020-03-25  8:36 UTC  (6+ messages)
` [PATCH 1/5] regmap-mmio: Add missing pieces for 64bit support
` [PATCH 2/5] regmap-mmio: Add big endian support
` [PATCH 3/5] spi: validate spi messages
` [PATCH 4/5] spi: Add fsl-dspi driver
` [PATCH 5/5] mtd: spi-nor: Add support for cy15x104q

[PATCH 3/3] kconfig: update to Linux 5.5
 2020-03-25  6:34 UTC 

[PATCH 2/3] kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
 2020-03-25  6:30 UTC 

[PATCH 1/3] kbuild: remove clean-dirs syntax
 2020-03-25  6:30 UTC 

[PATCH 0/3] usb: gadget: dfu: Fix timeout on erase when using big partition
 2020-03-24 15:46 UTC  (4+ messages)
` [PATCH 1/3] usb: gadget: dfu: Add manifestation phase
` [PATCH 2/3] usb: gadget: dfu: Progressive erase if file is a mtd
` [PATCH 3/3] usb: gadget: dfu: Reset global variables on unbind

[PATCH 1/2] ARM: Layerscape: Be less noisy when no iommu node found
 2020-03-24 13:16 UTC  (2+ messages)
` [PATCH 2/2] PCI: layerscape: be less noisy when no iommu node is found

Barebox for Zedboard
 2020-03-23 15:18 UTC  (4+ messages)
  ` AW: "

[PATCH] common: fix typos found with codespell
 2020-03-23  7:23 UTC  (2+ messages)

[PATCH] reset: remove duplicate imx8mq-reset.h and use correct defines
 2020-03-23  7:20 UTC  (2+ messages)

[PATCH] common: oftree: trim leading spaces from bootargs
 2020-03-23  7:19 UTC  (2+ messages)

suspicious header files diff
 2020-03-20 17:16 UTC  (2+ messages)

[PATCH] crypto: pbkdf2: Select HMAC
 2020-03-18 18:23 UTC 

v2020.03.0
 2020-03-18  7:30 UTC 

[PATCH] reset: add missing stub for device_reset()
 2020-03-17 18:45 UTC  (3+ messages)

[PATCH] ARM: phytec-som-imx6: Add imx6dl with 512mb RAM
 2020-03-16 11:29 UTC  (2+ messages)

[PATCH] pinctrl-single: fix parsing of `pinctrl-single, bits` property
 2020-03-16 11:27 UTC  (2+ messages)
` [PATCH] pinctrl-single: fix parsing of `pinctrl-single,bits` property

[PATCH v3 00/19] Protect code from pollers
 2020-03-16  8:04 UTC  (22+ messages)
` [PATCH 01/19] net: fec_imx: Do not clear MII interrupt during receive
` [PATCH 02/19] miitool: Use mdiobus_read()
` [PATCH 03/19] net: phy: mdio-mux: Use mdiobus_read/write()
` [PATCH 04/19] net: Open ethernet devices explicitly
` [PATCH 05/19] poller: Give pollers a name
` [PATCH 06/19] poller: Add a poller command
` [PATCH 07/19] Introduce slices
` [PATCH 08/19] net: Add a slice to struct eth_device
` [PATCH 09/19] net: mdiobus: Add slice
` [PATCH 10/19] usb: Add a slice to usb host controllers
` [PATCH 11/19] usbnet: Add slice
` [PATCH 12/19] net: Call net_poll() in a poller
` [PATCH 13/19] net: reply to ping requests
` [PATCH 14/19] usbnet: Be more friendly in the receive path
` [PATCH 15/19] net: phy: Also print link down messages
` [PATCH 16/19] net: ifup command: add ethernet device completion
` [PATCH 17/19] net: phy: Do not claim the link is up initially
` [PATCH 18/19] net: Add ifdown support and command
` [PATCH 19/19] poller: Allow to run pollers inside of pollers

[RFC] serial: ns16550: select default pinctrl state
 2020-03-13 11:27 UTC  (3+ messages)

[PATCH v2 00/16] Protect code from pollers
 2020-03-12 10:29 UTC  (21+ messages)
` [PATCH 01/16] net: fec_imx: Do not clear MII interrupt during receive
` [PATCH 02/16] miitool: Use mdiobus_read()
` [PATCH 03/16] net: phy: mdio-mux: Use mdiobus_read/write()
` [PATCH 04/16] net: Open ethernet devices explicitly
` [PATCH 05/16] Introduce slices
` [PATCH 06/16] net: Add a slice to struct eth_device
` [PATCH 07/16] net: mdiobus: Add slice
` [PATCH 08/16] usb: Add a slice to usb host controllers
` [PATCH 09/16] usbnet: Add slice
` [PATCH 10/16] net: Call net_poll() in a poller
` [PATCH 11/16] net: reply to ping requests
` [PATCH 12/16] usbnet: Be more friendly in the receive path
` [PATCH 13/16] net: phy: Also print link down messages
` [PATCH 14/16] net: ifup command: add ethernet device completion
` [PATCH 15/16] net: phy: Do not claim the link is up initially
` [PATCH 16/16] net: Add ifdown support and command

[PATCH 0/3] Support for fastboot over UDP
 2020-03-12  8:26 UTC  (11+ messages)
` [PATCH 1/3] fastboot: split generic code from USB gadget
` [PATCH 2/3] fastboot net: implement fastboot over UDP

[PATCH] scripts/bareboximd: add mode argument to open call
 2020-03-11 19:42 UTC  (3+ messages)

[PATCH 1/5] kbuild: remove unused barebox-head
 2020-03-11 15:11 UTC  (6+ messages)
` [PATCH 2/5] kbuild: remove dead code for modpost
` [PATCH 3/5] kbuild: rename barebox-pbl-common to BAREBOX_PBL_OBJS
` [PATCH 4/5] kbuild: rename barebox-{common, lds} to BAREBOX_{OBJS, LDS}
` [PATCH 5/5] kbuild: replace barebox-all with BAREBOX_OBJS

[PATCH v2 1/4] ARM: at91: add support for SAM9 SoC reset
 2020-03-11 15:07 UTC  (5+ messages)
` [PATCH v2 2/4] ARM: at91: sama5d27-som1: clean up lowlevel.c
` [PATCH v2 3/4] ARM: at91: sama5d27-som1: branch to noinline function after stack setup
` [PATCH v2 4/4] ARM: at91: add sama5d27-based Groboards Giant Board support

[PATCH 1/2] ARM: dts: advantech-rom-7421: fix sd-card cd pin
 2020-03-11 15:05 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: advantech-rom-7421: Add ocotp node to provide mac address

[PATCH] usb: Add extra delay for device scan
 2020-03-11 15:04 UTC  (4+ messages)

Protect code from pollers
 2020-03-10 10:10 UTC  (11+ messages)
` [PATCH 1/8] Introduce slices
` [PATCH 2/8] net: Add a slice to struct eth_device
` [PATCH 3/8] net: mdiobus: Add slice
` [PATCH 4/8] usb: Add a slice to usb host controllers
` [PATCH 5/8] usbnet: Add slice
` [PATCH 6/8] net: Call net_poll() in a poller
` [PATCH 7/8] net: reply to ping requests
` [PATCH 8/8] usbnet: Be more friendly in the receive path

[PATCH 0/2] Documentation: blspec: update documentation
 2020-03-09  7:39 UTC  (4+ messages)
` [PATCH 1/2] Documentation: blspec: update link to Boot Loader Specification
` [PATCH 2/2] Documentation: blspec: drop documentation of devicetree-overlay

[PATCH v2] of: overlay: rework error message for symbols
 2020-03-09  7:38 UTC  (2+ messages)

[PATCH 0/2] state: deal gracefully with runtime bucket corruption
 2020-03-09  7:36 UTC  (4+ messages)
` [PATCH 1/2] state: backend_storage: "
` [PATCH 2/2] state: treat state with all-invalid buckets as dirty

can not compile on ubuntu 18.04 lts for x86
 2020-03-09  7:34 UTC  (3+ messages)
` 回复: "

[PATCH 1/3] video/ssd1307fb: fix NULL pointer dereference in probe
 2020-03-09  7:31 UTC  (3+ messages)
` [PATCH 2/3] video/ssd1307fb: drop unneeded regulator NULL checks

[PATCH 1/3] ARM: nitrogen6x: add phy reset timings
 2020-03-09  7:28 UTC  (6+ messages)
` [PATCH 2/3] net: phy: micrel: backport finding PHY properties
` [PATCH 3/3] ARM: nitrogen6: remove hard coded values

[PATCH 1/2] ARM: at91: add support for SAM9 SoC reset
 2020-03-08 21:38 UTC  (7+ messages)
` [PATCH 2/2] ARM: at91: add sama5d27-based Groboards Giant Board support

barebox image for an spi flash (like m25p0) on an imx7 soc
 2020-03-06 17:22 UTC  (14+ messages)

[PATCH] usb: host: ehci: distinguish DMA addresses
 2020-03-05 17:14 UTC  (3+ messages)

[PATCH] ARM: dts: phycore-imx6: change mtd-partition names for compatibility with kernel
 2020-03-05 13:26 UTC  (2+ messages)

Barebox as first and second stage bootloader
 2020-03-03  7:03 UTC  (11+ messages)

[PATCH] firmware: Fix dependencies for firmware in PBL
 2020-03-02 11:55 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