mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/18] state: allow lookup of barebox state partition by Type GUID
 2023-06-07  8:55 UTC  (44+ messages)
` [PATCH 05/18] of: of_path: always call of_partition_ensure_probed before resolving
` [PATCH 09/18] cdev: record whether partition is parsed from OF
` [PATCH 10/18] cdev: have devfs_add_partition return existing identical partition, not NULL
` [PATCH 11/18] block: parse partition table on block device registration
` [PATCH 12/18] common: partitions: record whether disk is GPT or MBR partitioned
` [PATCH 14/18] of: export new of_cdev_find helper
` [PATCH 15/18] state: factor device path lookup into helper function
` [PATCH 16/18] cdev: use cdev::dos_partition_type only if cdev_is_mbr_partitioned
` [PATCH 17/18] common: partitions: efi: record type UUID in cdev
` [PATCH 18/18] state: allow lookup of barebox state partition by Type GUID

[PATCH 0/3] Add CI for MIPS64
 2023-06-07  4:59 UTC  (4+ messages)
` [PATCH 1/3] MIPS: add qemu-malta64el_defconfig
` [PATCH 2/3] test: mips: add QEMU Malta 64le labgrid config
` [PATCH 3/3] ci: add a job for testing 64BIT MIPS with labgrid

[PATCH v2 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
 2023-06-06 15:05 UTC  (5+ messages)
` [PATCH v2 1/3] i2c: add <pbl/eeprom.h> for PBL use
` [PATCH v2 2/3] common: board: phytec: import SoM detection for imx8m based SoM from u-boot
` [PATCH v2 3/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support

Porting barebox to a new SoC
 2023-06-06 14:34 UTC  (17+ messages)
` [PATCH v2] "

[PATCH 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
 2023-06-06 14:32 UTC  (8+ messages)
` [PATCH 1/3] i2c: add <pbl/eeprom.h> for PBL use
` [PATCH 2/3] common: board: phytec: import SoM detection for imx8m based SoM from u-boot
` [PATCH 3/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support

[PATCH] ci: test-defconfigs: build with -Werror
 2023-06-06 11:38 UTC 

[PATCH master 1/7] ddr: imx8m: align function definition with prototype
 2023-06-06 11:31 UTC  (10+ messages)
` [PATCH master 2/7] include: bitmask: avoid -Wint-in-bool-context warning
` [PATCH master 3/7] net: fec_mpc5200: fix false positive -Wmisleading-indentation
` [PATCH master 4/7] net: gianfar: fix out of bounds read of local variable
` [PATCH master 5/7] MIPS: boot: main_entry: use malloc_end instead of _stext
` [PATCH master 6/7] MIPS: longsoon: restart: hide access to zero page
` [PATCH master 7/7] bootm: booti: fix false positive uninitialized variable access

[PATCH v2] net: phy: add driver for MotorComm PHY
 2023-06-06  9:58 UTC  (4+ messages)

[PATCH v2 1/2] net: phy: add phy_modify_mmd_indirect convenience function
 2023-06-06  9:54 UTC  (3+ messages)
` [PATCH v2 2/2] net: phy: dp83867: respect ti,clk-output-sel DT property

[PATCH] partitions: efi: Continue partition enumeration on invalid pte
 2023-06-06  9:46 UTC  (2+ messages)

[PATCH RFT] ARM64: cpu: support 64-bit stack top in ENTRY_FUNCTION_WITHSTACK
 2023-06-06  9:45 UTC  (4+ messages)

[PATCH] common: add CONFIG_WERROR option
 2023-06-06  9:41 UTC  (2+ messages)

[PATCH 01/14] gitignore: don't ignore files in .github/ directory
 2023-06-06  9:39 UTC  (15+ messages)
` [PATCH 02/14] test/Containerfile: reduce duplication in cross toolchain handling
` [PATCH 03/14] test/Containerfile: install only one RISC-V toolchain
` [PATCH 04/14] test/Containerfile: drop i386 toolchain
` [PATCH 05/14] test/Containerfile: update to GCC 13.1.0
` [PATCH 06/14] test/Containerfile: drop unneeded dependencies
` [PATCH 07/14] ci: test-defconfigs.yml: rename to build-defconfigs.yml
` [PATCH 08/14] ci: shorten name in YAML files
` [PATCH 09/14] ci: don't fail fast
` [PATCH 10/14] ci: don't use deprecated Node.js 12 actions
` [PATCH 11/14] ci: pytest: upload artifacts
` [PATCH 12/14] ci: build: dynamically generate build matrix
` [PATCH 13/14] test: labgrid-env: rv64i: use QEmu built-in openSBI
` [PATCH 14/14] ci: pytest: test RISCV 64-bit as well

[PATCH 00/17] MIPS: fix and improve 64BIT support
 2023-06-06  9:38 UTC  (34+ messages)
` [PATCH 01/17] MIPS: malta: allow to choose MIPS64 target CPU in config
` [PATCH 02/17] MIPS: malta: use CKSEG instead of KSEG macros
` [PATCH 03/17] MIPS: reloc: fix relocation with CONFIG_64BIT enabled
` [PATCH 04/17] MIPS: o32: provide ta0..ta3 register definitions
` [PATCH 05/17] MIPS: pbl: use o32/n64 compatible "
` [PATCH 06/17] MIPS: pbl: fix linking errors with CONFIG_64BIT
` [PATCH 07/17] MIPS: use MIPS32/MIPS64 generic instruction macros
` [PATCH 08/17] MIPS: malta: fix GT64120 base virtual address on 64BIT
` [PATCH 09/17] MIPS: fix addresses of exception vectors in 64-bit mode
` [PATCH 10/17] MIPS: fix *ADDR macro usage warnings on CONFIG_64BIT
` [PATCH 11/17] MIPS: Makefile: sign-extend TEXT_BASE value "
` [PATCH 12/17] MIPS: enable 64-bit kernel segment addressing "
` [PATCH 13/17] MIPS: traps: fix passing wrong sp when returning from exception
` [PATCH 14/17] MIPS: pbl_macros: use generic load/store macros in copy_to_link_location
` [PATCH 15/17] MIPS: add 64-bit support for optimized string functions
` [PATCH 16/17] MIPS: make setjmp/longjmp/initjmp available in 64BIT builds
` [PATCH 17/17] MIPS: main_entry-pbl: fix conversion warnings on CONFIG_64BIT

Adding PWM Commands (v4)
 2023-06-06  9:07 UTC  (4+ messages)
` [PATCH v4 1/2] commands: add pwm manipulation command
` [PATCH v4 2/2] include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()

[PATCH v2 0/2] dma: rework streaming DMA interface
 2023-06-06  7:40 UTC  (4+ messages)
` [PATCH 1/2] dma: rework dma_sync_single_for_*() interface
` [PATCH 2/2] net: macb: remove const from dev pointer in macb_device

[PATCH] ARM: dts: InnoComm: fix node address of environment partitions
 2023-06-05 14:16 UTC  (3+ messages)

[PATCH] fixup! string: import strverscmp_improved from systemd
 2023-06-05 13:49 UTC  (2+ messages)

[PATCH] net: r8169: fix builds on archs without system.h header
 2023-06-05 13:48 UTC  (2+ messages)

[PATCH] test: self: add setjmp/longjmp/initjmp test
 2023-06-05 13:44 UTC  (2+ messages)

[PATCH] common: limit CONFIG_TEXT_BASE to 32-bit
 2023-06-05 13:41 UTC  (2+ messages)

[PATCH 00/10] Fix gpio-hogs and sync with Linux gpiolib
 2023-06-05  9:51 UTC  (15+ messages)
` [PATCH 01/10] gpiolib: fix gpio-hog functionality
` [PATCH 02/10] gpiolib: simplify for loop break condition
` [PATCH 03/10] gpiolib: rename local gpio-line-names variable
` [PATCH 04/10] gpiolib: fix gpio name memory leak
` [PATCH 05/10] gpiolib: fix missing error check while query gpio-line-names
` [PATCH 06/10] gpiolib: refactor gpio-line-names parsing
` [PATCH 07/10] gpiolib: introduce of_gpiochip_add to bundle all of functions
` [PATCH 08/10] OF: gpio: snyc of_get_named_gpio_flags variable with kernel
` [PATCH 09/10] OF: gpio: fix device_node leakage
` [PATCH 10/10] gpiolib: add of_xlate support

[PATCH] Kbuild: include arch/ Makefile before other directories
 2023-06-05  6:37 UTC 

[PATCH] gpiolib: fix gpio-hog functionality
 2023-06-02  8:02 UTC  (10+ messages)

Troubles booting kernel with new imx8 board
 2023-06-02  5:33 UTC  (4+ messages)

[PATCH v2 00/13] Add support for Allwinner (sunxi) A64 SoC
 2023-06-01 21:20 UTC  (15+ messages)
` [PATCH v2 04/13] ARM: lds: Add SoC specific sections to go before .text_head_prologue
` [PATCH v2 09/13] mci: Add sunxi-mmc driver
` [PATCH v2 11/13] ARM: boards: sunxi: Add initial support for the pinephone

[PATCH 0/3] non-critical fixes
 2023-06-01 11:44 UTC  (2+ messages)

[PATCH] ARM: mmu_32: Fix zero page faulting
 2023-06-01 11:41 UTC 

[PATCH] net: phy: dp83867: respect ti,clk-output-sel DT property
 2023-06-01 10:57 UTC  (2+ messages)

[PATCH] ARM: i.MX8MP: add Koenig+Bauer Alphajet board
 2023-06-01  9:20 UTC  (10+ messages)

[PATCH] net: phy: add driver for MotorComm PHY
 2023-06-01  8:51 UTC  (3+ messages)

[PATCH 0/3] string: import strverscmp_improved from systemd
 2023-06-01  7:07 UTC  (2+ messages)

[PATCH 1/2] commands: stat: print symlink destination when called without -L
 2023-06-01  7:06 UTC  (2+ messages)

[PATCH v2 1/2] ARM: set zero page accessible before copying ATAGs there
 2023-06-01  7:00 UTC  (9+ messages)
` [PATCH v2 2/2] ARM: mmu_32: fix setting up zero page when it is in SDRAM

[PATCH] regulator: core: add debug print for regulator_resolve_supply
 2023-06-01  6:51 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