mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[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 

[PATCH] ARM: imx_v7_defconfig: Limit TFTP window size
 2022-09-13  9:05 UTC 

[PATCH] fs: ubifs: remove always-false check
 2022-09-13  8:47 UTC  (3+ messages)

[PATCH master] ARM: sync_caches_for_execution: don't flush disabled data cache
 2022-09-13  8:39 UTC  (2+ messages)

[PATCH] of: of_probe: create board's machine device at the earliest
 2022-09-13  8:27 UTC  (2+ messages)

[PATCH] soc: imx: gpcv2: make available to all i.MX8M
 2022-09-13  8:19 UTC  (2+ messages)

[PATCH] blspec: fix memory leak handling NFS URLs
 2022-09-13  8:16 UTC  (2+ messages)

[PATCH] test: self: provide selftest_is_running()
 2022-09-13  8:14 UTC  (2+ messages)

[PATCH 0/7] Documentation misc fixes
 2022-09-13  8:10 UTC  (9+ messages)
` [PATCH 1/7] Documentation: OKUD Max9331: fix sphinx warning
` [PATCH 2/7] Documentation: Altera SOCFPGA FPGA Manager: fix sphinx error
` [PATCH 3/7] Documentation: Altera FPGAs in passive-serial mode: fix sphinx issues
` [PATCH 4/7] Documentation: barebox DT aliases: "
` [PATCH 5/7] Documentation: barebox environment: fix list rendering
` [PATCH 6/7] Documentation: Common leds properties: fix 'panic-indicator' list entry rendering
` [PATCH 7/7] Documentation: Voltage/Current Regulators: fix sphinx error

[PATCH v2] of: implement of_prepend_property
 2022-09-13  8:06 UTC  (2+ messages)

[PATCH v2 00/10] ARM: mmu: inhibit speculation into secure memory
 2022-09-12 16:36 UTC  (5+ messages)
` [PATCH v2 08/10] ARM: mmu: use reserve mem entries to modify maps

[PATCH] commands: mm: don't ignore pread() errors for larger access sizes
 2022-09-12 10:14 UTC  (2+ messages)

[PATCH] commands: add pm_domain for listing power domains
 2022-09-12 10:12 UTC  (2+ messages)

[PATCH 0/3] tftp fixups
 2022-09-12 10:11 UTC  (6+ messages)
` [PATCH 1/3] fixup! tftp: implement 'windowsize' (RFC 7440) support
` [PATCH 2/3] fixup! tftp: detect out-of-memory situations
` [PATCH 3/3] tftp: make read() fail in error case

[PATCH 00/32] treewide: fix some clang-analyze static analyzer warnings
 2022-09-12 10:06 UTC  (37+ messages)
` [PATCH 01/32] clk: define stub implementation for clk_get_parent
` [PATCH 02/32] clk: have SCMI and SiFive clock controllers depend on COMMON_CLK
` [PATCH 03/32] meminfo: support SANDBOX build with DEBUG log level
` [PATCH 04/32] net: phy: micrel: drop useless assignment of dummy read
` [PATCH 05/32] mci: core: drop useless assignment
` [PATCH 06/32] nvmem: core: propagate read failure
` [PATCH 07/32] fs: remove never-read initializer in mount_all()
` [PATCH 08/32] usb: otg: always propagate failure to register parameters
` [PATCH 09/32] usb: dwc2: gracefully handle unknown hs_phy_type
` [PATCH 10/32] state: propagate failure to fixup enum32 into DT
` [PATCH 11/32] of: silence warning about never-read error assignment
` [PATCH 12/32] commands: trigger: drop unused variable
` [PATCH 13/32] commands: tutorial: fix memory leak
` [PATCH 14/32] bthread: fix null pointer dereference in error path
` [PATCH 15/32] common: env: drop never-read initialization
` [PATCH 16/32] of: refactor for of_fixup_reserved_memory() for clarity
` [PATCH 17/32] password: avoid static analyzer false positive
` [PATCH 18/32] regmap-mmio: regmap_mmio_get_min_stride: unify branches for readability
` [PATCH 19/32] crypto: caam - delete unused variable
` [PATCH 20/32] misc: ubootvar: always initialize struct ubootvar_data::flag
` [PATCH 21/32] nvmem: core: drop always true condition
` [PATCH 22/32] of: fdt: gracefully handle out-of-place properties
` [PATCH 23/32] of: overlay: drop unused variable of_overlay_apply_dir()
` [PATCH 24/32] of: partition: drop unused variable
` [PATCH 25/32] serial: ns16550_pci: drop useless assignment
` [PATCH 26/32] phy: core: drop useless else clause
` [PATCH 27/32] fs: ext4: ext_barebox: handle ext_get_inode() errors
` [PATCH 28/32] fs: fat: propagate f_lseek failure
` [PATCH 29/32] fs: drop duplicate follow_managed() call
` [PATCH 30/32] lib: parse_area_spec: guard against NULL pointer dereference
` [PATCH 31/32] net: ping: propagate failure
` [PATCH 32/32] net: fastboot: keep error message initialized at all times

[PATCH 0/2] of: overlay: avoid potential null pointer exception
 2022-09-12  9:16 UTC  (4+ messages)
` [PATCH 1/2] of: overlay: improve error handling in of_overlay_apply_tree
` [PATCH 2/2] of: overlay: avoid potential null pointer exception

[PATCH 0/5] commands: gpio: add controller as optional argument
 2022-09-12  9:13 UTC  (7+ messages)
` [PATCH 1/5] gpiolib: implement gpio_get_chip_by_dev()
` [PATCH 2/5] of: platform: optimize of_find_device_by_node when deep probing
` [PATCH 3/5] driver: implement find_device() helper
` [PATCH 4/5] commands: gpio: add -d argument to set/get commands
` [PATCH 5/5] gpiolib: gpioinfo: add optional CONTROLLER command line argument

Makefile.lib: cmd_dtc: warning: missing whitespace after the macro name
 2022-09-12  9:07 UTC  (3+ messages)

[PATCH 1/2] i2c: implement of_i2c_register_devices_by_node()
 2022-09-12  9:04 UTC  (3+ messages)
` [PATCH 2/2] i2c: implement of_i2c_device_enable_and_register_by_alias()

[PATCH] of: implement of_rename_property()
 2022-09-12  8:54 UTC  (2+ messages)

[PATCH] of: platform: propagate of_devices_ensure_probed_by(name|property) errors
 2022-09-12  8:50 UTC  (2+ messages)

[PATCH] of: implement of_prepend_property
 2022-09-12  7:16 UTC  (2+ messages)

[PATCH] ARM: i.MX23: fix memory size calulcation
 2022-09-12  6:21 UTC  (2+ messages)

[PATCH] ARM: Fix barebox header generation on arm64
 2022-09-09  7:43 UTC  (2+ messages)

[PATCH 1/2] net: Add driver for bcmgenet
 2022-09-09  7:37 UTC  (2+ messages)
` [PATCH 2/2] ARM: rpi: enable bcmgenet driver

[PATCH v2 0/5] bbremote: Convert to python3
 2022-09-08  9:30 UTC  (6+ messages)
` [PATCH v2 1/5] remove local pyserial
` [PATCH v2 2/5] bbremote: Convert to python3
` [PATCH v2 3/5] ratp: getenv: Do not crash on non-existing variables
` [PATCH v2 4/5] ratp: i2c: Do not return error
` [PATCH v2 5/5] bbremote: Print usage when no command is given

[PATCH 0/4] RATP updates
 2022-09-08  8:16 UTC  (7+ messages)
` [PATCH 1/4] remove local pyserial
` [PATCH 2/4] bbremote: Convert to python3
` [PATCH 3/4] ratp: getenv: Do not crash on non-existing variables
` [PATCH 4/4] ratp: i2c: Do not return error

[PATCH v2] mci: add new MCI_BROKEN_CD option for testing
 2022-09-07  8:37 UTC  (5+ messages)

[PATCH 0/2] soc: rockchip: add driver for rockchip io domains
 2022-09-05 14:52 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm: rockchip: radxa-rock3: remove io domain configuration

[PATCH] tftp: allocate at least 4096 bytes for FIFO
 2022-09-05 12:07 UTC  (3+ messages)

[PATCH] clks: imx7: fix initial clock setup with deep probe enabled
 2022-09-02 18:38 UTC  (5+ messages)

[PATCH master] blspec: fix memory leak handling NFS URLs
 2022-09-02  9:54 UTC 

[PATCH] ARM: i.MX8MM: add Innocom WB15 support
 2022-09-01 14:35 UTC 

[PATCH 1/3] scripts: socfgpa_xml_to_config: document pincfg
 2022-09-01 12:21 UTC  (4+ messages)
` [PATCH 2/3] ARM: socfpga: add support for Enclustra AA1

[PATCH] usb: gadget: fsl_udc: add imx6_barebox_(load/start)_usb
 2022-09-01 11:48 UTC  (2+ messages)

[PATCH] Documentation/gen_commands.py: use python3
 2022-09-01  8:44 UTC  (2+ messages)

[PATCH] fixup-next: linux/nvmem-consumer.h: fix warning
 2022-09-01  8:44 UTC  (3+ messages)

[PATCH 0/6] Add power domain support for i.MX8MM, i.MX8MN and i.MX8MP
 2022-08-31 18:28 UTC  (9+ messages)
` [PATCH 1/6] soc: imx: gpcv2: switch to regmap
` [PATCH 2/6] soc: imx: gpcv2: split power_up/power_off
` [PATCH 3/6] soc: imx: gpcv2: align with upstream Linux driver
` [PATCH 4/6] soc: imx: gpcv2: extend for i.MX8M Mini/Nano/Plus support
` [PATCH 5/6] Revert "ARM: i.MX8MM: assume USBOTG power domains to be powered"
` [PATCH 6/6] Revert "ARM: i.MX8MN: "

[PATCH] mfd: axp20x: add mfd axp20x driver
 2022-08-31  6:44 UTC  (2+ messages)

[PATCH] drivers: mtd: nand: nand_mxs: enable nand_mxs on imx7
 2022-08-31  6:41 UTC  (2+ messages)

[PATCH v2] ARM: dts: i.MX8MM: describe feature controller
 2022-08-31  6:41 UTC  (6+ messages)

[PATCH v4 00/21] add "windowsize" (RFC 7440) support for tftp
 2022-08-31  6:40 UTC  (12+ messages)
` [PATCH v4 01/21] tftp: add some 'const' annotations
` [PATCH v4 02/21] tftp: allow to change tftp port
` [PATCH v4 05/21] tftp: assign 'priv->block' later in WRQ
` [PATCH v4 06/21] tftp: minor refactoring of RRQ/WRQ packet generation code
` [PATCH v4 09/21] tftp: add debug_assert() macro
` [PATCH v4 10/21] tftp: allocate buffers and fifo dynamically
` [PATCH v4 12/21] tftp: record whether tftp file is opened for lookup operation only
` [PATCH v4 13/21] tftp: reduce block size on lookup requests
` [PATCH v4 16/21] tftp: implement 'windowsize' (RFC 7440) support
` [PATCH v4 19/21] tftp: add selftest

[PATCH 00/10] Add new feature controller framework
 2022-08-31  6:06 UTC  (4+ messages)

[PATCH] mdio_bus: Configure pinctrl for phy devices
 2022-08-30 13:38 UTC 

[PATCH v2 1/2] spi: Port SiFive SPI controller driver
 2022-08-30 11:05 UTC  (5+ messages)
` [PATCH v2 2/2] RISC-V: sifive: enable SPI Flash and SD in config

page:  |  | latest

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