mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/30] efi: refactor for upcoming loader support
 2021-11-25  7:44 UTC  (34+ messages)
` [PATCH 01/30] fs: remove useless AT_FDCWD references
` [PATCH 02/30] fs: remove unused struct node_d in struct dir
` [PATCH 03/30] block : efi: rename driver variable from efi_fs_driver to efi_bio_driver
` [PATCH 04/30] include: <linux/types.h>: wrap in #ifndef __ASSEMBLY__
` [PATCH 05/30] hw_random: stm32: propagate error codes from rng read
` [PATCH 06/30] efi: align LOAD_FILE_PROTOCOL_GUID's name with other PROTOCOL_GUIDs
` [PATCH 07/30] asm-generic: move sync_caches_for_execution declaration to <asm/cache.h>
` [PATCH 08/30] common: move EFI code into new efi/ top level directory
` [PATCH 09/30] serial: efi-stdio: move efi-stdio.h header to central location
` [PATCH 10/30] efi: use SPDX-License-Identifier where appropriate
` [PATCH 11/30] drivers: efi: move Kconfig options to new menu
` [PATCH 12/30] efi: factor out errno translation
` [PATCH 13/30] efi: rename <efi/efi.h> to <efi/efi-payload.h>
` [PATCH 14/30] efi: centralize efivarfs_parse_filename
` [PATCH 15/30] kbuild: force 16-bit wchar_t treewide
` [PATCH 16/30] include: <linux/nls.h>: remove duplicate wchar_t typedef
` [PATCH 17/30] lib: wchar: add wctomb and mbtowc
` [PATCH 18/30] lib: implement wcsnlen
` [PATCH 19/30] vsprintf: add optional support for %ls format modifier
` [PATCH 20/30] libfile: null-terminate read_file of wchar_t buffer
` [PATCH 21/30] commands: echo: add wide file output via wecho alias
` [PATCH 22/30] efi: make efi_main __noreturn
` [PATCH 23/30] efi: define and use new EFI_ERROR_MASK macro
` [PATCH 24/30] common: move CONFIG_ELF into General Settings
` [PATCH 25/30] efi: don't zero executable buffer before freeing
` [PATCH 26/30] partitions: efi: move header to central location
` [PATCH 27/30] efi: print early efi_main string on CONFIG_DEBUG_LL=y
` [PATCH 28/30] ARM64: board-dt-2nd: remove no longer needed noinline function split
` [PATCH 29/30] bus: acpi: register bus even if without ACPI EFI table
` [PATCH 30/30] efi: guid: fix typos

[PATCH v2 0/6] PHYTEC patches to be mainlined
 2021-11-25  7:30 UTC  (11+ messages)
` [PATCH v2 1/6] flash-header-phytec-pcl063: Set SOC voltage to 1.25 V during boot
` [PATCH v2 2/6] ARM: configs: imx_v7_defconfig: add OF commands
` [PATCH v2 3/6] ARM: configs: imx_v7_defconfig: add OCOTP write support
` [PATCH v2 4/6] regulator: allow use of dummy regulator
    ` [PATCH] regulator: fix memory leak
` [PATCH v2 5/6] ARM: dts: imx6qdl: pfla02: use dummy regulators
` [PATCH v2 6/6] documentation: regulator: add allow-dummy-supply

[PATCH] RISC-V: LiteX: fix comment about running from ROM
 2021-11-25  7:05 UTC 

[PATCH v2 1/2] RISC-V: enable HW_HAS_PCI
 2021-11-22 21:34 UTC  (2+ messages)
` [PATCH v2 2/2] RISC-V: configs: virt: enable networking and PCI

[PATCH] RISC-V: configs: virt: enable networking and PCI
 2021-11-22 20:50 UTC 

[PATCH] usb: dwc2: host: Do not map buffer on zero len packet
 2021-11-22 17:31 UTC 

[PATCH] fs: jffs2: remove slab cache substitute with malloc
 2021-11-22  9:26 UTC  (3+ messages)

[PATCH] ARM: socfpga: Set reset-names property for &mmc
 2021-11-22  9:11 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] debug_ll: ns16550: Fix interrupt disable on init
 2021-11-22  9:10 UTC  (4+ messages)

[PATCH] of: address: mark 64-bit PCI resources explicitly as such
 2021-11-22  9:08 UTC  (2+ messages)

[PATCH v2 1/2] arm: boards: Add support for PRTT1x STM32MP151 based boards
 2021-11-22  9:07 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: stm32mp_defconfig: Enable Protonic STM32MP1 boards

[PATCH 1/2] ARM64: qemu-virt: enable PCI support
 2021-11-22  8:54 UTC  (3+ messages)
` [PATCH 2/2] ARM64: qemu-virt64: extend config for PCI, Virt I/O and more

[PATCH 1/3] drivers: mci-bcm2835: remove useless comment
 2021-11-22  8:53 UTC  (4+ messages)
` [PATCH 2/3] drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0
` [PATCH 3/3] drivers: migrate "GPL-2.0+" "

[PATCH] Documentation/boards/riscv.rst: fix code blocks
 2021-11-22  8:24 UTC  (2+ messages)

Build failures with CC=arm-linux-gnueabihf-gcc-11
 2021-11-19 10:30 UTC  (3+ messages)

[PATCH] spi: add STM32 SPI controller driver
 2021-11-19  8:36 UTC  (5+ messages)

[PATCH 0/3] arm: rockchip: minor fixes as preparation for mainline dts
 2021-11-17 14:24 UTC  (10+ messages)
` [PATCH 1/3] arm: rockchip: rk3568: fix mmc boot source instances
        ` [RFC PATCH] bootsource: add helper to set instance by name
` [PATCH 2/3] net: designware: rockchip: remove unnecessary clock pclk_xpcs
` [PATCH 3/3] pinctrl: rockchip: use alias rather than full of name

[PATCH v1 1/2] arm: boards: Add support for PRTT1x STM32MP151 based boards
 2021-11-17 14:06 UTC  (4+ messages)
` [PATCH v1 2/2] ARM: stm32mp_defconfig: Enable Protonic STM32MP1 boards

[PATCH] pci: add ECAM generic controller support
 2021-11-17 13:03 UTC  (3+ messages)

[PATCH 0/5] PHYTEC patches to be mainlined
 2021-11-17 10:08 UTC  (12+ messages)
` [PATCH 1/5] flash-header-phytec-pcl063: Set SOC voltage to 1.25 V during boot
` [PATCH 2/5] ARM: configs: phytec-som-imx6.config
` [PATCH 3/5] regulator: allow use of dummy regulator
` [PATCH 4/5] ARM: dts: imx6qdl: pfla02: allow use of dummy regulators
` [PATCH 5/5] documentation: regulator: add dummy-supply

[PATCH 0/1] arm: rockchip: add support for the quartz64 board
 2021-11-17  7:50 UTC  (7+ messages)
` [PATCH] "
  ` [FIXUP 0/2] "
    ` [FIXUP 1/2] fixup! "
    ` [FIXUP 2/2] "

[PATCH 0/5] x86: misc cleanups
 2021-11-17  7:42 UTC  (7+ messages)
` [PATCH 1/5] kbuild: remove unneeded -nostdlib flag
` [PATCH 2/5] x86: remove x86-specific cmd_barebox__
` [PATCH 3/5] x86: stop copying unneeded sections to barebox.efi
` [PATCH 4/5] x86: reuse cmd_objcopy to generate barebox.efi
` [PATCH 5/5] x86_64: do not pass the EFI image handle or system table to relocation

[PATCH v3] Fix problem with imx_ddrc_sdram_size calc
 2021-11-17  7:23 UTC  (4+ messages)

[PATCH] scripts: Kconfig: fix typo
 2021-11-17  7:22 UTC  (2+ messages)

v2021.11.0
 2021-11-15 13:20 UTC 

[PATCH master 1/3] pci: efi: skip driver model fixup for non-EFI PCI busses
 2021-11-15  9:39 UTC  (4+ messages)
` [PATCH master 2/3] efi: efi-iomem: don't add EFI loader code/data as memory banks
` [PATCH master 3/3] efi: efi-iomem: fix erroneous use of IS_ENABLED()

[PATCH v3 1/2] include/phy: add driver_data to resume more of kernel code
 2021-11-11 13:12 UTC  (2+ messages)

[PATCH] phy: core: Make 'phy_optional_get' return NULL when not implemented
 2021-11-11 13:09 UTC  (10+ messages)

[Barebox] Polling infrastructure causes reentrancy problem
 2021-11-10 13:50 UTC  (3+ messages)

[PATCH master] mci: dw_mmc: make reset control optional again
 2021-11-10  8:16 UTC  (5+ messages)

[PATCH 1/9] fixup! scripts/common: Add write_full() and read_full()
 2021-11-08  8:14 UTC  (10+ messages)
` [PATCH 2/9] fixup! scripts: Add rk-usb-loader tool
` [PATCH 3/9] ARM: Rockchip: init: propagate error in init function
` [PATCH 4/9] ARM: Rockchip: rk3568: make rk3568_lowlevel_init void
` [PATCH 5/9] ARM64: <asm/barebox-arm-head.h>: mark prologue location
` [PATCH 6/9] pinctrl: Rockchip: abort probe on lack of aliases
` [PATCH 7/9] clk: handle CLK_OF_DECLARE in deep probe
` [PATCH 8/9] ARM: Rockchip: make rk3568's atf_load_bl31 reusable
` [PATCH 9/9] ARM: Rockchip: add delimiter between boards and board features

[PATCH 0/2] ARM: socfpga: Use upstream compatible strings
 2021-11-08  8:11 UTC  (4+ messages)
` [PATCH 1/2] ARM: Terasic DE0-Nano-SoC/Atlas-SoC: Use upstream compatible string
` [PATCH 2/2] ARM: Terasic SoCkit: "

[PATCH v4] usb: net: Add support for the Realtek RTL8152B/RTL8153
 2021-11-05  9:32 UTC  (2+ messages)

[PATCH master] net: designware: eqos: fix MDIO regression for STM32MP1 boards
 2021-11-05  9:20 UTC  (5+ messages)

Inconsistent "compatible" string for Terasic DE0-Nano-SoC / Atlas SoC Kit
 2021-11-04 19:55 UTC  (2+ messages)

[PATCH] memory commands: Improve command documentation
 2021-11-04 19:46 UTC  (2+ messages)

do we need regmap-i2c in barebox?
 2021-11-03 17:54 UTC  (3+ messages)

[just draft RFC] rtc: add simple pcf85363 driver
 2021-11-03 17:39 UTC 

[PATCH 0/9] COMPILE_TEST: fix misc issues
 2021-11-01 10:33 UTC  (7+ messages)
` [PATCH 2/9] ARM: i.MX: guf-santaro: fix passing around of uninitialized variable
` [PATCH 5/9] mtd: remove NULLness check for IOMEM()
` [PATCH 6/9] clocksource: clint: restrict to RISC-V
` [PATCH 7/9] ddr: fsl: make ARCH_LAYERSCAPE only
` [PATCH 9/9] i2c-mux-pca954x: drop duplicate warning message on probe

[PATCH 1/4] drivers: caam: remove license text covered by SPDX-License-Identifier
 2021-11-01 10:30 UTC  (3+ messages)
` [PATCH 4/4] drivers: add missing SPDX-License-Identifier

[PATCH 1/4] misc: acpi-test: bump down debug message on remove
 2021-11-01 10:28 UTC  (2+ messages)

[PATCH v2] ARM: imx: Fix problem with imx_ddrc_sdram_size
 2021-11-01 10:25 UTC  (4+ messages)

[PATCH] I2C: i.MX: early: replace zero-valued variable use with zero directly
 2021-11-01  9:10 UTC  (2+ messages)

[PATCH master] ARM: i.MX8M: nxp-imx8mn-evk: use regular i2c read for device detection
 2021-11-01  9:10 UTC  (2+ messages)

[PATCH 1/5] include: <linux/bitops.h>: discard left-over hweight code
 2021-11-01  9:08 UTC  (2+ messages)

[PATCH] fs: ramfs: drop free of unused dev->priv
 2021-11-01  9:06 UTC  (2+ messages)

[PATCH 0/4] imd fixes
 2021-11-01  9:05 UTC  (2+ messages)

[PATCH] fixup! scripts: Add common library functions
 2021-11-01  9:04 UTC  (2+ messages)

[PATCH] driver: implement dev_err_probe()
 2021-10-30 17:59 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