mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] ARM: i.MX7/8M: Make sure the output parameter is always assigned
 2022-06-10  8:49 UTC  (6+ messages)

[PATCH v3 1/2] fastboot: always try barebox_update handler for bbu- partitions
 2022-06-10  8:35 UTC  (8+ messages)
` [PATCH v3 2/2] fastboot: bail if update handler couldn't be found for bbu-partition
  ` [PATCH] fixup! "

[PATCH v2 00/21] ARM: rpi: add basic Raspberry Pi 4 support
 2022-06-10  8:33 UTC  (25+ messages)
` [PATCH v2 01/21] ARM64: asm: implement read_cpuid_id()
` [PATCH v2 02/21] dma: add dma_sync nop stubs for PBL
` [PATCH v2 03/21] ARM: rpi: move bcm2835_add_device_sdram() into header
` [PATCH v2 04/21] ARM: rpi: support PBL use of mbox
` [PATCH v2 05/21] ARM: rpi: split out mbox helpers to share code with PBL
` [PATCH v2 06/21] ARM: rpi: switch to ARM_USE_COMPRESSED_DTB
` [PATCH v2 07/21] ARM: rpi: add generic Raspberry Pi image
` [PATCH v2 08/21] ARM: rpi: support FDT in x0 for 64bit configurations
` [PATCH v2 09/21] serial: ns16550: rpi: remove ungating now done by proper clk driver
` [PATCH v2 10/21] ARM: cpu: prevent recursive dependencies via CPU_SUPPORTS_64BIT_KERNEL
` [PATCH v2 11/21] ARM: cpu: remove unnecessary CONFIG_SYS_SUPPORTS_64BIT_KERNEL
` [PATCH v2 12/21] ARM: cpu: remove unused SYS_SUPPORTS_32BIT_KERNEL
` [PATCH v2 13/21] ARM: rpi: add Raspberry Pi 3 64-bit build support
` [PATCH v2 14/21] ARM: rpi: rpi3: disallow MMU_EARLY && 64BIT
` [PATCH v2 15/21] clk: rpi: add Raspberry Pi 4 support
` [PATCH v2 16/21] mci: bcm2835: add bcm2711-emmc2 (Rpi4) support
` [PATCH v2 17/21] clocksource: bcm2835: bump below architeced timer for AArch64
` [PATCH v2 18/21] ARM: rpi: add Raspberry Pi 4 support
` [PATCH v2 19/21] ARM: rpi: add debug_ll support for Raspberry Pi 4
` [PATCH v2 20/21] doc: bcm283x: reference newer firmware
` [PATCH v2 21/21] ARM: rpi: use correct kernel8.img as name for 64-bit

[PATCH v2 1/3] nvmem: rmem: get, don't request, memory region
 2022-06-10  8:13 UTC  (4+ messages)
` [PATCH v2 2/3] of: remove unused and misleading #cells in /memreserve
` [PATCH v2 3/3] of: request reserved memory regions so other code can't

[PATCH 0/8] Misc fixes part II
 2022-06-10  7:54 UTC  (10+ messages)
` [PATCH 1/8] ARM: optee-early: Fix 'memcpy' implicit declaration
` [PATCH 2/8] ata: ahci: Fix format string
` [PATCH 3/8] gui: image_renderer: Fix empty prototype for image_renderer_image()
` [PATCH 4/8] ARM: vexpress: Add missing "noreturn" attribute to restart function
` [PATCH 5/8] ARM: versatile: "
` [PATCH 6/8] lib: logo: Ignore more generated files
` [PATCH 7/8] mtd: nand: orion: Disallow driver compile for ARMv4T
` [PATCH 8/8] commands: Add CONSOLE dependency for EDIT command

[PATCH] ARM: i.MX7/8M: Fix boot source detection on i.MX8MP
 2022-06-10  7:51 UTC  (2+ messages)

[PATCH 1/2] arm: imx8mq: re-enable DDRC for Barebox
 2022-06-10  7:45 UTC  (3+ messages)
` [PATCH 2/2] ARM: mnt-reform: switch to upstream DT

[PATCH] common: reset_source: Remove of_get_reset_source_priority()
 2022-06-10  7:32 UTC  (7+ messages)

[PATCH] ARM: OMAP: watchdog: Fix compiler errors
 2022-06-09 14:15 UTC  (2+ messages)

[PATCH v2 1/2] fastboot: always try barebox_update handler for bbu- partitions
 2022-06-09 13:02 UTC  (5+ messages)
` [PATCH v2 2/2] fastboot: inform user if barebox update falls back to raw copy

[PATCH] ARM: OMAP: Rework watchdog code
 2022-06-09 12:31 UTC  (3+ messages)

[PATCH next] read_file: Pass NULL for the size parameter if the return value is not used
 2022-06-09  9:30 UTC  (2+ messages)

[PATCH 1/8] console: add new $global.bootm.earlycon parameter
 2022-06-09  9:25 UTC  (7+ messages)
` [PATCH 5/8] serial: imx: add $global.bootm.earlycon fixup support

[PATCH 0/4] of: request reserved memory regions so other code can't
 2022-06-09  9:14 UTC  (11+ messages)
` [PATCH 1/4] nvmem: rmem: get, don't request, memory region
` [PATCH 2/4] of: reserve: mark runtime firmware code regions specially
` [PATCH 3/4] of: add of_get_reserve_map stub for !CONFIG_OFTREE
` [PATCH 4/4] of: request reserved memory regions so other code can't
  ` [PATCH] fixup! "

[PATCH] serial: Kconfig: Remove DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS option
 2022-06-09  8:56 UTC  (2+ messages)

[PATCH v2] common: add help text for CONFIG_STATE
 2022-06-09  8:50 UTC  (2+ messages)

[PATCH] fastboot: inform user if barebox update falls back to raw copy
 2022-06-09  8:33 UTC  (5+ messages)

[PATCH] fixup! ARM64/RISC-V: booti: support global.bootm.image.loadaddr
 2022-06-09  7:37 UTC  (2+ messages)

[PATCH] arm: rockchip: switch to mainline dts for rk3568-evb1
 2022-06-09  7:35 UTC  (2+ messages)

[PATCH] serial: ns16550: Remove empty line after return
 2022-06-09  7:33 UTC  (2+ messages)

[PATCH] ARM: i.MX8MN: Fix script to extract firmware blobs
 2022-06-09  7:33 UTC  (2+ messages)

[PATCH 1/2] serial: ns16550: Adding compatibility for the AM437X platforms
 2022-06-09  7:26 UTC  (3+ messages)
` [PATCH 2/2] serial: ns16550: Remove redundant driver data for generic ns16550 variants

[PATCH] common: add help text for CONFIG_STATE
 2022-06-09  6:03 UTC 

[PATCH 0/3] arm: rockchip: add support for the radxa rock3 board
 2022-06-08  7:19 UTC  (5+ messages)
` [PATCH 1/3] HACK: add device trees for rk3568
` [PATCH 2/3] HACK: add device tree for radxa rock3 model a
` [PATCH 3/3] arm: rockchip: add support for the radxa rock3 board

[RFC 1/8] ARM: OMAP: Rearranging EMIF4 definitions
 2022-06-07  7:47 UTC  (10+ messages)
` [RFC 2/8] ARM: OMAP: Move EMIF4 definitions to appropriate header
` [RFC 3/8] ARM: OMAP: Adopt am35xx_emif4_init() to use fixed offset definitions
` [RFC 4/8] ARM: OMAP: Move locally used definitions from emif4 header to am35xx_emif4
` [RFC 5/8] ARM: OMAP: emif: Abstract am35xx_emif4 from any CPU-specific includes
` [RFC 6/8] ARM: OMAP: emif: Rename am35xx_emif4 unit
` [RFC 7/8] ARM: OMAP: Use EMIF4 registers for get SDRAM size
` [RFC 8/8] ARM: OMAP: Move am33xx_sdram_size() into EMIF module and make it generic

[PATCH] treewide: Remove duplicate incudes
 2022-06-07  7:23 UTC  (2+ messages)

[PATCH] ARM: OMAP: syslib: Optimize wait_on_value() function
 2022-06-07  7:17 UTC  (2+ messages)

[PATCH] ARM64/RISC-V: booti: support global.bootm.image.loadaddr
 2022-06-07  7:09 UTC  (2+ messages)

[PATCH 1/2] ARM: cpuinfo: print CPU mainid if unknown
 2022-06-07  7:07 UTC  (3+ messages)
` [PATCH 2/2] ARM: cpuinfo: detect Cortex-A72

[PATCH RESEND] of: address: fix printing of OF node name in error message
 2022-06-07  7:04 UTC  (2+ messages)

[PATCH v2 1/2] commands: ls: explicitly check for directories with S_ISDIR
 2022-06-07  7:03 UTC  (3+ messages)
` [PATCH v2 2/2] block: set S_IFBLK for block devices instead of S_IFCHR

[PATCH 0/7] ARM: stm32mp: bbu: add FIP update handler
 2022-06-03  7:17 UTC  (9+ messages)
` [PATCH 1/7] bbu: move barebox_update eMMC boot handling into common code
` [PATCH 2/7] bbu: use free(NULL) to simplify function cleanup
` [PATCH 3/7] bbu: add flag for enabling eMMC boot ack
` [PATCH 4/7] bbu: export bbu_std_file_handler for use in custom handlers
` [PATCH 5/7] filetype: differentiate between STM32MP FSBL and SSBL images
` [PATCH 6/7] ARM: stm32mp: bbu: add FIP update handler
` [PATCH 7/7] fastboot: support TF-A FSBL and FIP images for barebox update

[PATCH] ARM: OMAP: xload: Fix compile without CONFIG_MTD
 2022-06-03  6:56 UTC  (7+ messages)

[PATCH] ARM: cpuinfo: print exception level
 2022-06-03  6:50 UTC  (2+ messages)

[PATCH 0/5] Misc fixes
 2022-06-02  6:54 UTC  (9+ messages)
` [PATCH 1/5] ARM: at91sam9n12ek: Use xz compression
` [PATCH 2/5] ARM: boards: Fix unconditional compilation of imx51-babbage directory
` [PATCH 3/5] drivers: soc: Fix unconditional compilation of imx directory
` [PATCH 4/5] globalvar: Add missing empty prototype for globalvar_set()
` [PATCH 5/5] of: Fix of_prepend_machine_compatible() defined but unused warning

[PATCH master v2] ARM: cpu: don't clobber sp when booted in HYP mode
 2022-06-01  9:51 UTC  (2+ messages)

[PATCH] ARM: nxp-imx8mq-evk: install Barebox into eMMC boot partitions
 2022-05-31  8:18 UTC  (2+ messages)

[PATCH master] ARM: rpi: reinstate support for multiple variants with same DT
 2022-05-31  8:15 UTC  (2+ messages)

[PATCH RESEND master] PBL: fdt: fix /memory parsing when #address-cells != #size-cells
 2022-05-31  8:06 UTC  (2+ messages)

[PATCH master] ARM: cpu: don't clobber sp when booted in HYP mode
 2022-05-31  8:06 UTC  (2+ messages)

[PATCH] mci: core: add device parameter for eMMC boot ack
 2022-05-30 11:40 UTC  (4+ messages)

[RFC PATCH v1 0/8] ARM: at91: Add pbl support to skov-arm9cpu
 2022-05-30  7:20 UTC  (2+ messages)

[PATCH] ARM: DTS: myir-x335x: Add GPIO aliases
 2022-05-30  6:55 UTC  (11+ messages)

[PATCH] ARM: myir-x335x: Fix memory size detect
 2022-05-25  9:32 UTC  (2+ messages)

[PATCH] .gitignore: Add directories generated by MAKEALL script
 2022-05-25  9:30 UTC  (2+ messages)

[PATCH v2] ARM: clps711x: Switch to devicetree usage
 2022-05-25  8:50 UTC  (2+ messages)

Driver load order
 2022-05-24  9:21 UTC  (9+ messages)
  ` Aw: "
        ` Aw: "
            ` Aw: "

[PATCH] arm: imx: mmdc_size: Increase row_max for imx8m
 2022-05-24  7:10 UTC  (2+ messages)

[PATCH master 1/2] test: self: add basic testing for malloc()
 2022-05-24  7:04 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