mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] MIPS: set virtio and other options in malta defconfigs
 2023-06-12  6:39 UTC  (4+ messages)
` [PATCH 1/2] virtio: remove VIRTIO_PCI dependance on MMU for MIPS
` [PATCH 2/2] MIPS: enable more options in malta defconfigs

[PATCH 0/3] Add CI for MIPS64
 2023-06-12  6:39 UTC  (16+ 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 1/2] file_list: implement file_list_add_cdev_entry
 2023-06-12  6:31 UTC  (5+ messages)
` [PATCH 2/2] file-list: support special 'auto', 'block', 'nvmem' specifiers

[PATCH master] ci: fix build on master with newer container image
 2023-06-12  6:28 UTC  (2+ messages)

[PATCH] net: cpsw: increase a delay before reading the ALIVE register
 2023-06-12  6:28 UTC  (2+ messages)

[RFC 0/4] Run barebox on sc6531e-based feature phone
 2023-06-10 10:32 UTC  (5+ messages)
` [RFC 1/4] clocksource: add sc6531e driver
` [RFC 2/4] ARM: add sc6531e and F+ Ezzy 4 phone support
` [RFC 3/4] sc6531e: add debug_ll support
` [RFC 4/4] Documentation: add sc6531e instructions

[PATCH v2 1/2] file_list: implement file_list_add_cdev_entry
 2023-06-09  7:55 UTC  (3+ messages)
` [PATCH v2 2/2] file-list: support special 'auto', 'block' specifiers

[PATCH] include: move PATH_MAX from fs.h to linux/limits.h
 2023-06-09  6:45 UTC  (2+ messages)

[PATCH] ARM: dts: state-example: fix use with Phytec phyFLEX i.MX6
 2023-06-09  6:44 UTC  (2+ messages)

[PATCH 00/17] MIPS: fix and improve 64BIT support
 2023-06-09  6:43 UTC  (36+ 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

[PATCH 0/3] commands: of_diff: support applying fixups on arbitrary device trees
 2023-06-09  6:41 UTC  (5+ messages)
` [PATCH 1/3] of: change superfluous of_fix_tree int return type to void
` [PATCH 2/3] commands: of_diff: simplify error handling
` [PATCH 3/3] commands: of_diff: support applying fixups on arbitrary device trees

[PATCH 0/3] include: bitops/const: partial update from Linux
 2023-06-09  6:30 UTC  (5+ messages)
` [PATCH 1/3] include: const: make UL/ULL() macros commonly available
` [PATCH 2/3] include: bitops: allow BIT* macros to be used in assembly code
` [PATCH 3/3] include: bitops: import more BITS_TO_* defines from linux

[PATCH master] of: override existing reg property in of_fixup_reserved_memory
 2023-06-09  6:19 UTC  (2+ messages)

[PATCH v2] net: phy: add driver for MotorComm PHY
 2023-06-09  6:17 UTC  (7+ messages)

[PATCH 1/2] ARM: replace CONFIG_CPU_V8 with CONFIG_CPU_64 in Makefile
 2023-06-08 12:08 UTC  (9+ messages)
` [PATCH 2/2] ARM: don't assume 32-bit when no boards are selected

[PATCH v2 00/19] state: allow lookup of barebox state partition by Type GUID
 2023-06-08  6:53 UTC  (21+ messages)
` [PATCH v2 01/19] common: partitions: decouple from EFI GUID definition
` [PATCH v2 02/19] efi: define efi_guid_t as 32-bit aligned guid_t
` [PATCH v2 03/19] cdev: fix for_each_cdev macro
` [PATCH v2 04/19] of: partition: support of_partition_ensure_probed on parent device
` [PATCH v2 05/19] state: fix deep probe handling
` [PATCH v2 06/19] of: of_path: always call of_partition_ensure_probed before resolving
` [PATCH v2 07/19] driver: add new cdev_is_partition helper
` [PATCH v2 08/19] commands: stat: remove code duplication for type info
` [PATCH v2 09/19] cdev: use more descriptive struct cdev::diskuuid/partuuid
` [PATCH v2 10/19] cdev: record whether partition is parsed from OF
` [PATCH v2 11/19] cdev: have devfs_add_partition return existing identical partition, not NULL
` [PATCH v2 12/19] block: parse partition table on block device registration
` [PATCH v2 13/19] common: partitions: record whether disk is GPT or MBR partitioned
` [PATCH v2 14/19] block: add cdev_is_block_(device|partition|disk) helpers
` [PATCH v2 15/19] of: export new of_cdev_find helper
` [PATCH v2 16/19] state: factor device path lookup into helper function
` [PATCH v2 17/19] cdev: use cdev::dos_partition_type only if cdev_is_mbr_partitioned
` [PATCH v2 18/19] common: partitions: efi: record type UUID in cdev
` [PATCH v2 19/19] state: allow lookup of barebox state partition by Type GUID

[PATCH] include: sync <linux/stddef.h> with Linux
 2023-06-08  6:33 UTC  (3+ messages)

[PATCH 00/18] state: allow lookup of barebox state partition by Type GUID
 2023-06-07  8:55 UTC  (13+ messages)
` [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 17/18] common: partitions: efi: record type UUID in cdev

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

Adding PWM Commands (v4)
 2023-06-06  9:07 UTC  (3+ messages)
` [PATCH v4 1/2] commands: add pwm manipulation command

[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  (2+ 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  (4+ messages)
` [PATCH 10/10] gpiolib: add of_xlate support

[PATCH] Kbuild: include arch/ Makefile before other directories
 2023-06-05  6:37 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