[PATCH 00/18] state: allow lookup of barebox state partition by Type GUID
2023-06-01 7:42 UTC (45+ messages)
` [PATCH 01/18] common: partitions: decouple from EFI GUID definition
` [PATCH 02/18] efi: define efi_guid_t as 32-bit aligned guid_t
` [PATCH 03/18] cdev: fix for_each_cdev macro
` [PATCH 04/18] of: partition: support of_partition_ensure_probed on parent device
` [PATCH 05/18] of: of_path: always call of_partition_ensure_probed before resolving
` [PATCH 06/18] driver: add new cdev_is_partition helper
` [PATCH 07/18] commands: stat: remove code duplication for type info
` [PATCH 08/18] cdev: use more descriptive struct cdev::diskuuid/partuuid
` [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 13/18] block: add cdev_is_block_(device,partition,disk) helpers
` [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] ARM: i.MX8MP: add Koenig+Bauer Alphajet board
2023-06-01 7:40 UTC
[PATCH v2 00/13] Add support for Allwinner (sunxi) A64 SoC
2023-06-01 7:09 UTC (20+ messages)
` [PATCH v2 01/13] Documentation: sunxi: Add some documentation
` [PATCH v2 02/13] scripts: Add Allwinner eGON image support
` [PATCH v2 03/13] ARM: sunxi: introduce mach-sunxi
` [PATCH v2 04/13] ARM: lds: Add SoC specific sections to go before .text_head_prologue
` [PATCH v2 07/13] clk: Add clock driver for sun50i-a64
` [PATCH v2 08/13] pinctrl: Add sun50i-a64 pinctrl driver
` [PATCH v2 09/13] mci: Add sunxi-mmc driver
` [PATCH v2 10/13] ARM: sunxi: Add sun50i SDRAM init
` [PATCH v2 11/13] ARM: boards: sunxi: Add initial support for the pinephone
[PATCH 0/3] string: import strverscmp_improved from systemd
2023-06-01 7:07 UTC (5+ messages)
` [PATCH 1/3] include: sync min/max definitions with Linux
` [PATCH 2/3] include: minmax.h: implement compare3 helper
` [PATCH 3/3] string: import strverscmp_improved from systemd
[PATCH 1/2] commands: stat: print symlink destination when called without -L
2023-06-01 7:06 UTC (3+ messages)
` [PATCH 2/2] commands: stat: add basic handling for cdev links
[PATCH v2 1/2] ARM: set zero page accessible before copying ATAGs there
2023-06-01 7:00 UTC (10+ 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)
Porting barebox to a new SoC
2023-05-31 17:59 UTC (13+ messages)
` [PATCH v2] "
[PATCH RFT] ARM64: cpu: support 64-bit stack top in ENTRY_FUNCTION_WITHSTACK
2023-05-31 17:51 UTC
[PATCH] net: phy: add driver for MotorComm PHY
2023-05-31 14:35 UTC
[PATCH] Revert "dma: use dma/cpu conversions correctly in dma_map/unmap_single"
2023-05-31 13:10 UTC (4+ messages)
[PATCH v2 1/2] scripts: omap3-usb-loader: fix heap overflow
2023-05-31 10:35 UTC (3+ messages)
` [PATCH v2 2/2] ARM: set zero page accessible before copying ATAGs there
[PATCH 1/2] ARM: set zero page accessible before copying ATAGs there
2023-05-31 10:10 UTC (4+ messages)
` [PATCH 2/2] ARM: mmu_32: fix setting up zero page when it is in SDRAM
[PATCH master 1/3] ARM: rockchip: pine64-quartz64: add sdram-init.bin to .gitignore
2023-05-31 7:28 UTC (4+ messages)
` [PATCH master 2/3] scripts: kwbimage: check return value of asprintf
` [PATCH master 3/3] scripts: omap3-usb-loader: fix heap overflow
[PATCH 1/2] efi: payload: iomem: add commented out #define DEBUG 1
2023-05-31 7:27 UTC (5+ messages)
Troubles booting kernel with new imx8 board
2023-05-31 5:50 UTC (5+ messages)
[PATCH 00/10] ARM: Rockchip rk3588: eMMC/SD support
2023-05-30 14:16 UTC (12+ messages)
` [PATCH 01/10] mci: rockchip-dwcmshc-sdhci: Add rk3588
` [PATCH 02/10] firmware: arm_scmi: fix async check
` [PATCH 03/10] clk: rockchip: add missing pll_rk3588_core handling
` [PATCH 04/10] clk: clk-divider: fix CLK_DIVIDER_HIWORD_MASK flag
` [PATCH 05/10] pinctrl: rockchip: fix bias settings
` [PATCH 06/10] ARM: dts: rk3588s: Set CPU clock to 816MHz
` [PATCH 07/10] mci: rockchip-dwcmshc-sdhci: enable DLL only for clock >= 52MHz
` [PATCH 08/10] ARM: rockchip_v8_defconfig: Enable SCMI support
` [PATCH 09/10] ARM: multi_v8_defconfig: "
` [PATCH 10/10] ARM: rockchip rock 5b: drop no longer valid comments
[PATCH master 1/4] ARM: mmu64: request TTB region
2023-05-30 10:26 UTC (6+ messages)
` [PATCH master 2/4] ARM: mmu64: define early_remap_range for mmu_early_enable usage
` [PATCH master 3/4] ARM: mmu32: "
` [PATCH master 4/4] ARM: mmu: invalidate when mapping range uncached
Adding PWM commands
2023-05-30 9:32 UTC (6+ messages)
` [PATCH v3 1/3] commands: add pwm manipulation command
` [PATCH v3 2/3] commands: pwm: add pwm_get command
` [PATCH v3 3/3] include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()
[PATCH 0/2] imx-usb-loader: fixes in displaying version number
2023-05-30 6:27 UTC (5+ messages)
` [PATCH 1/2] imx-usb-loader: fix compilation if prepare make target was not called before
` [PATCH 2/2] imx-usb-loader: also add version information on target tool
Adding PWM Commands
2023-05-29 12:18 UTC (8+ messages)
` [PATCH v2 1/3] commands: add pwm manipulation command
` [PATCH v2 2/3] commands: pwm: add pwm_get command
` [PATCH v2 3/3] include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()
[PATCH 1/1] commands: add pwm manipulation command
2023-05-28 5:10 UTC (2+ messages)
[PATCH master] i.MX: HABv4: fix left-over old arch_remap_range prototype use
2023-05-26 13:28 UTC (2+ messages)
[PATCH 1/1] Documentation: boards: nxp-imx8mp-evk; clarify firmware folder
2023-05-26 13:27 UTC (3+ messages)
Adding a pwm command
2023-05-26 9:33 UTC (3+ messages)
` [RFC PATCH 1/1] commands: add pwm manipulation command
[PATCH] fixup! imx-usb-loader: add commandline option for displaying version number
2023-05-26 8:23 UTC (4+ messages)
[PATCH v2 0/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation
2023-05-26 7:45 UTC (10+ messages)
` [PATCH v2 1/7] crypto: digest: match driver name if no algo name matches
` [PATCH v2 2/7] test: self: add digest test
` [PATCH v2 3/7] include: sync <linux/linkage.h> with Linux
` [PATCH v2 4/7] ARM: asm: implement CPU_BE/CPU_LE
` [PATCH v2 5/7] ARM: asm: import Linux adr_l/ldr_l assembler.h definitions
` [PATCH v2 6/7] crypto: sha: reorder struct sha*_state into Linux order
` [PATCH v2 7/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation
[PATCH master 1/4] Revert "imx-usb-loader: add commandline option for displaying version number"
2023-05-26 7:12 UTC (7+ messages)
` [PATCH master 2/4] ARM: rockchip: pine64-quartz64: add sdram-init.bin to .gitignore
` [PATCH master 3/4] scripts: kwbimage: check return value of asprintf
` [PATCH master 4/4] scripts: omap3-usb-loader: fix heap overflow
[PATCH] commands: ethlog: wire up help text
2023-05-26 6:34 UTC (3+ messages)
[PATCH 0/7] ARM64: crypto: add Crypto Extensions accelerated SHA implementation
2023-05-25 8:37 UTC (6+ messages)
` [PATCH 2/7] test: self: add digest test
` [PATCH 3/7] include: sync <linux/linkage.h> with Linux
[PATCH v2 0/6] commands: implement of_compatible command
2023-05-25 7:36 UTC (2+ messages)
[PATCH master] ARM64: configs: multi_v8_defconfig: enable what qemu_virt64_defconfig had
2023-05-25 7:31 UTC (2+ messages)
[PATCH] ARM: i.MX8M: move early_clock_init out of power_init_board
2023-05-25 7:31 UTC (2+ messages)
[PATCH master 1/2] test: self: mmu: remap buffer with default attributes on exit
2023-05-25 6:50 UTC (2+ messages)
[PATCH master] ARM: rockchip: don't attempt building MACH_RADXA_ROCK5 without firmware
2023-05-25 6:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox