mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/3] Support for fastboot over UDP
 2020-03-12  8:26 UTC  (12+ messages)
` [PATCH 1/3] fastboot: split generic code from USB gadget
` [PATCH 2/3] fastboot net: implement fastboot over UDP
` [PATCH 3/3] fastboot net: workaround for receiving before sending

[PATCH v2 00/16] Protect code from pollers
 2020-03-12  8:24 UTC  (19+ 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] 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)

[PATCH] ARM: phytec-som-imx6: Add imx6dl with 512mb RAM
 2020-03-11 11:06 UTC 

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  (4+ messages)
` [PATCH 2/3] video/ssd1307fb: drop unneeded regulator NULL checks
` [PATCH 3/3] video/ssd1307fb: make reset GPIO optional

[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)

[PATCH 1/3] arm: dts: Fix node names
 2020-03-02  9:02 UTC  (3+ messages)
` [PATCH 2/3] arm: vf610-zii-scu4-aib: Remove non effective properties
` [PATCH 3/3] ARM: dts: Add missing #size/address-cells properties

[PATCH] reset: add stub for device_reset when CONFIG_RESET_CONTROLLER=n
 2020-03-02  8:20 UTC  (2+ messages)

[PATCH 0/2] USB fastboot onto eMMC: make 30% faster!
 2020-03-02  8:15 UTC  (5+ messages)
` [PATCH 1/2] usb: gadget: fastboot: call discard_range for sparse files as well
  ` [PATCH] fixup! "
` [PATCH 2/2] Revert "block: Adjust cache sizes"

[PATCH 1/2] USB: MUSB: PHY: scrap singleton am335x_get_usb_phy()
 2020-03-02  8:12 UTC  (8+ messages)
` [PATCH 2/2] USB: MUSB: defer driver probes where necessary
  ` [PATCH] fixup! "

[PATCH 1/2] net: designware: eqos: remove left-over PHY quirk work around
 2020-03-02  7:11 UTC  (3+ messages)
` [PATCH 2/2] net: designware: eqos: mimic Linux gmac4 mdio_{read, write}

[PATCH v2] Documentation: boards: stm32mp: document eMMC partition layout
 2020-03-02  7:08 UTC  (2+ messages)

[PATCH] ARM64: add support for booting a FIT image
 2020-03-02  7:07 UTC  (2+ messages)

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

Private: Re: [yocto] #yocto update the kernel with a rauc bundle
 2020-02-27 14:51 UTC  (8+ messages)
      ` [RAUC] "

[PATCH] Documentation: boards: stm32mp: document eMMC partition layout
 2020-02-27 13:02 UTC 

musb is broken in master
 2020-02-26  7:27 UTC  (12+ messages)

Bareox mv88e6xxx switch driver not working properly
 2020-02-26  7:19 UTC  (2+ messages)

[PATCH 1/3] clk: initially enable critical clocks
 2020-02-25  8:22 UTC  (3+ messages)
` [PATCH 2/3] clk: Do not let the enable count of critical clocks go below 1
` [PATCH 3/3] clk: print more consistent clock states

[PATCH 0/6] phy: usb: add support for STM32 usbphyc
 2020-02-25  8:11 UTC  (8+ messages)
` [PATCH 1/6] regulator: import Linux regulator_bulk API
` [PATCH 2/6] phy: remove unused init_data parameter
` [PATCH 3/6] phy: populate existing ->pwr member with phy-supply
` [PATCH 4/6] phy: introduce phy_get_by_index
` [PATCH 5/6] regulator: port over Linux stm32 PWR regulator driver
` [PATCH 6/6] phy: port over Linux stm32 usbphyc driver

[PATCH] images: i.MX: fix marsboard image file name
 2020-02-25  8:06 UTC  (2+ messages)

[PATCH 1/2] ARM: stm32mp: dk2: delete unused includes
 2020-02-25  8:05 UTC  (3+ messages)
` [PATCH 2/2] ARM: stm32mp: add aliases for mmc1 and mmc2

[PATCH] MIPS: ath79: add support for OpenEmbed SOM9331 board
 2020-02-25  8:04 UTC  (2+ messages)

[PATCH] gadget: f_fastboot: New Kconfig option USB_GADGET_FASTBOOT_CMD_OEM
 2020-02-25  8:02 UTC  (2+ messages)

[PATCH] usb: rename "struct usb_configuration" to "struct usb_config"
 2020-02-25  7:56 UTC  (2+ messages)

[PATCH 1/2] of: demote symbol copy error from warning to info
 2020-02-25  7:52 UTC  (4+ messages)
` [PATCH 2/2] of: add missing newline to pr_warn

[PATCH] arm: baltos: use compressed DTB images
 2020-02-25  7:47 UTC  (5+ messages)

imx-usb-loader on imx8mq/mm
 2020-02-24  8:43 UTC  (7+ 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