mail archive of the barebox mailing list
 help / color / mirror / Atom feed
arasan-sdhci eMMC Problem 'command timeout'
 2022-10-06 13:28 UTC  (3+ messages)

[PATCH master v2] clks: imx7: fix initial clock setup with deep probe enabled
 2022-10-06  8:42 UTC  (2+ messages)

[PATCH] common: ubiformat: print 100 % complete message when done
 2022-10-05 19:57 UTC 

[PATCH v2 1/7] RISC-V: cache: fix local_flush_icache_all enabling
 2022-10-05 11:12 UTC  (7+ messages)
` [PATCH v2 2/7] RISC-V: add riscv_vendor_id() support
` [PATCH v2 3/7] RISC-V: import vendorid list from linux
` [PATCH v2 4/7] RISC-V: use m/sscratch registers for barebox_riscv_pbl_flags
` [PATCH v2 5/7] RISC-V: implement cache-management errata for T-Head SoCs
` [PATCH v2 6/7] RISC-V: squash 64bit defconfigs into rv64i_defconfig
` [PATCH v2 7/7] RISC-V: add Allwinner Sun20i D1 Nezha support

[PATCH master] Revert "mci: bcm2835: reset host controller on barebox shutdown"
 2022-10-05  6:57 UTC  (2+ messages)

[PATCH] sandbox: implement DEBUG_LL support
 2022-10-05  6:36 UTC  (2+ messages)

[PATCH 1/2] include: move panic() prototype to <printk.h>
 2022-10-05  6:30 UTC  (3+ messages)
` [PATCH 2/2] relocate_to_current_adr: hang directly on error instead of panic()

[PATCH] common: console_common: output log messages to CONSOLE_STDERR
 2022-10-05  6:29 UTC  (2+ messages)

[PATCH] fs: export file system detection functionality
 2022-10-05  6:27 UTC  (2+ messages)

[PATCH 0/9] tlsf: use 8-byte alignment for normal malloc allocations
 2022-10-04 16:34 UTC  (12+ messages)
` [PATCH 1/9] test: include <linux/printk.h>
` [PATCH 2/9] tlsf: use bselftest for testing ffs/fls
` [PATCH 3/9] tlsf: ensure malloc pool is aligned
` [PATCH 4/9] tlsf: fix sizeof(size_t) == sizeof(void *) assumption
` [PATCH 5/9] tlsf: decouple maximum allocation size from sizeof(size_t)
` [PATCH 6/9] tlsf: use 8-byte alignment for normal malloc allocations
` [PATCH 7/9] common: malloc: ensure alignment is always at least 8 byte
` [PATCH 8/9] test: self: refactor to allow alignment check
` [PATCH 9/9] test: self: malloc: fix memory leaks

[PATCH] fs: implement cdev_mount()
 2022-10-04  9:52 UTC  (2+ messages)

[PATCH] include: define SSIZE_MAX in <linux/limits.h>
 2022-10-04  8:54 UTC  (2+ messages)

[PATCH v2 1/3] mci: core: act upon broken-cd device tree property
 2022-10-04  8:53 UTC  (5+ messages)
` [PATCH v2 2/3] mci: core: add broken_cd device parameter
` [PATCH v2 3/3] mci: core: fixup broken-cd information into kernel DT

[PATCH master] mci: bcm2835: reset host controller on barebox shutdown
 2022-10-04  7:55 UTC  (4+ messages)

[PATCH master] ARM: i.MX7: enable caches when booted over USB
 2022-10-04  7:54 UTC  (2+ messages)

[PATCH] usb: have usb_rescan return count of enumerated devices
 2022-10-04  7:48 UTC  (2+ messages)

[PATCH] mfd: axp20x: export axp20x-regulator child for AXP152
 2022-10-04  7:47 UTC  (2+ messages)

[PATCH master] imx-usb-loader: skip initial SDP_ERROR_STATUS query for SDPS
 2022-10-04  7:45 UTC  (3+ messages)

[PATCH v1 1/8] mdio_bus: do reset only on PHY devices
 2022-10-04  7:44 UTC  (9+ messages)
` [PATCH v1 2/8] driver: add dev_is_probed() helper function
` [PATCH v1 3/8] net: ksz8873: add device validation to be able to detect missing switch
` [PATCH v1 4/8] ARM: boards: skov-imx6: free used gpio devices pins
` [PATCH v1 5/8] ARM: boards: skov-imx6: rework switch detection
` [PATCH v1 6/8] ARM: boards: Skov-i.MX6: select KSZ8873 switch driver
` [PATCH v1 7/8] ARM: dts: Skov i.MX6: start using mainlined kernel dts
` [PATCH v1 8/8] net: dsa: do not wait for aneg is actually done on the port start

[PATCH v2] Documentation: x86: boot: reserve type_of_loader=13 for barebox
 2022-10-02 12:57 UTC 

[PATCH] Documentation: x86: boot: reserve type_of_loader=13 for barebox
 2022-10-02 11:29 UTC  (4+ messages)

[PATCH 0/7] Add i.MX7 NAND boot support
 2022-09-30 13:21 UTC  (9+ messages)
` [PATCH 1/7] mtd: nand-mxs: refactor flash layout configuration
` [PATCH 2/7] mtd: nand-mxs: Factor out a bch read function
` [PATCH 3/7] mtd: nand-mxs: add i.MX7 FCB write support
` [PATCH 4/7] imx-bbu-nand-fcb: isolate i.MX28 specific parts
` [PATCH 5/7] imx-bbu-nand-fcb: pass imx_handler further down
` [PATCH 6/7] imx-bbu-nand-fcb: add fcb_read/fcb_write function hooks
` [PATCH 7/7] imx-bbu-nand-fcb: extend for i.MX7 support

[PATCH master] bbu: fix exporting i.MX NAND bbu handler over fastboot
 2022-09-30 12:37 UTC  (2+ messages)

[PATCH] of: overlay: fix overly strict check for symbols
 2022-09-30 12:25 UTC  (3+ messages)

[PATCH] bootm: wrap image_data::dryrun in new bootm_abort helper
 2022-09-30  6:16 UTC 

[PATCH master] Revert "lib: zstd: sync with Linux"
 2022-09-29 10:25 UTC 

[PATCH 0/5] commands: gpio: add controller as optional argument
 2022-09-29  9:50 UTC  (8+ messages)
` [PATCH 4/5] commands: gpio: add -d argument to set/get commands
` [PATCH 5/5] gpiolib: gpioinfo: add optional CONTROLLER command line argument

malloc() alignment on 32 bit
 2022-09-28 10:24 UTC  (6+ messages)

Broken ubifs-zstd
 2022-09-28 10:18 UTC  (3+ messages)

Imx-usb-loader broken on IMX8MP/v2022.09.0
 2022-09-28 10:18 UTC  (3+ messages)

[PATCH] zstd: fix assert() logic
 2022-09-28  9:29 UTC  (3+ messages)

[PATCH v2] USB: gadget: fastboot: introduce optional flag for fastboot partitions
 2022-09-26  8:22 UTC  (2+ messages)

[PATCH 1/2] ddr: imx8m: write fsp_table entry automatically
 2022-09-26  6:01 UTC  (5+ messages)
` [PATCH 2/2] ARM: i.MX8M: remove fsp_table entry

Makefile.lib: cmd_dtc: warning: missing whitespace after the macro name
 2022-09-22 16:24 UTC  (5+ messages)

[PATCH] net: Bring up all interfaces before going interactive
 2022-09-22  9:41 UTC  (7+ messages)

[PATCH v1 1/3] net: port support for microchip SMI0 MDIO bus
 2022-09-22  9:29 UTC  (4+ messages)
` [PATCH v1 2/3] net: add support for MDIO devices
` [PATCH v1 3/3] net: add ksz8873 switch support

[PATCH] USB: gadget: fastboot: introduce optional flag for fastboot partitions
 2022-09-22  8:35 UTC  (3+ messages)

[PATCH v2 0/7] soc: rockchip: add driver for rockchip io domains
 2022-09-22  8:23 UTC  (17+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] arm: rockchip_v8_defconfig: enable io domain driver
` [PATCH v2 3/7] arm: rockchip: radxa-rock3: remove io domain configuration
` [PATCH v2 4/7] arm: rockchip: rk3568-evb: "
` [PATCH v2 5/7] arm: rockchip: rk3568-bpi-r2pro: "
` [PATCH v2 6/7] arm: rockchip: rk3568: refactor common rk3568_start method
` [PATCH v2 7/7] arm: rockchip: rk3568-bpi-r2pro: use common method rk3568_start

[PATCH 0/2] of: overlay: avoid potential null pointer exception
 2022-09-21 10:00 UTC  (5+ messages)
` [PATCH 1/2] of: overlay: improve error handling in of_overlay_apply_tree

[PATCH] arm: rk3568 boards: call setup_c() before accessing global pointers
 2022-09-21  9:13 UTC 

[PATCH 0/2] soc: rockchip: add driver for rockchip io domains
 2022-09-19  9:50 UTC  (3+ messages)

[PATCH 0/9] Reduce usage of NetRxPackets[]
 2022-09-19  8:01 UTC  (10+ messages)
` [PATCH 1/9] net: tap: Allocate own receive buffer
` [PATCH 2/9] net: macb: "
` [PATCH 3/9] net: cs8900: "
` [PATCH 4/9] net: liteeth: Do not use NetRxPackets
` [PATCH 5/9] net: efi-snp: Allocate own receive buffer
` [PATCH 6/9] net: smc91111: "
` [PATCH 7/9] net: smc911x: "
` [PATCH 8/9] net: ks8851_mll: "
` [PATCH 9/9] net: remove altera_tse driver

[PATCH 0/3] tftp updates
 2022-09-19  7:33 UTC  (6+ messages)
` [PATCH 1/3] tftp: remove selftest
` [PATCH 2/3] tftp: implement UDP reorder cache using lists
` [PATCH 3/3] net: designware_eqos: Allocate more receive buffers

fitimage: Allow match against config node name
 2022-09-17 10:59 UTC  (5+ messages)

[PATCH] net: Use dma_alloc to allocate net packet
 2022-09-16 12:06 UTC 

[RFC] Documentation/conf.py: fix copyright years
 2022-09-16 11:41 UTC  (5+ messages)

[PATCH 0/6] RISC-V Allwinner D1 Support 2nd Stage Support
 2022-09-14  9:35 UTC  (14+ messages)
` [PATCH 1/6] RISC-V: cache: fix local_flush_icache_all enabling
` [PATCH 2/6] RISC-V: add riscv_vendor_id() support
` [PATCH 3/6] RISC-V: import vendorid list from linux
` [PATCH 4/6] RISC-V: use m/sscratch registers for barebox_riscv_pbl_flags
` [PATCH 5/6] RISC-V: implement cache-management errata for T-Head SoCs
` [PATCH 6/6] RISC-V: add Allwinner Sun20i D1 Nezha support

v2022.09.0
 2022-09-13 13:56 UTC 

[PATCH next] Documentation: filesystems: tftp: fix code blocks
 2022-09-13 11:05 UTC  (4+ messages)

[PATCH] ubifs: Fix pointer type mismatch in gzip decompressor
 2022-09-13 10:55 UTC 

[PATCH 1/2] ARM: rdu2: Drop redundant of graph link
 2022-09-13  9:49 UTC  (2+ messages)
` [PATCH 2/2] ARM: rdu2: fix dtc warning

TFTP RFC7440 windowsize support
 2022-09-13  9:25 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