mail archive of the barebox mailing list
 help / color / mirror / Atom feed
Barebox for Zedboard
 2020-03-23 15:18 UTC  (4+ messages)
  ` AW: "

am335x: load a kernel with integrated initramfs
 2020-03-23 12:22 UTC  (3+ messages)

[PATCH 0/2] Allow parsing more than one memory node
 2020-03-23 10:31 UTC  (8+ 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] 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  (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] 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  (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  (2+ messages)

[PATCH 1/2] net: designware: eqos: remove left-over PHY quirk work around
 2020-03-02  7:11 UTC  (2+ messages)

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

[PATCH 2/2] USB: MUSB: defer driver probes where necessary
 2020-02-28 10:30 UTC  (4+ messages)
` [PATCH] fixup! "

[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 

page:  |  | latest

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