mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 000/112] efi: prepare for ARM64 EFI loader support
 2024-01-03 18:13 UTC  (59+ messages)
` [PATCH 002/112] commands: efiexit: flush console and shutdown barebox
` [PATCH 003/112] treewide: add errno_set helper for returning positive error code in errno
` [PATCH 005/112] common: add option to poweroff system on failure
` [PATCH 006/112] boot: print error code when booting fails
` [PATCH 007/112] common: efi: move directory to top-level
` [PATCH 009/112] efi: payload: image: return actual read_file() error
` [PATCH 013/112] efi: payload: image: allocate image via loader if it exceeds malloc area
` [PATCH 017/112] block: define BLOCKSIZE globally in block.h
` [PATCH 020/112] commands: stat: print DT node for cdevs if available
` [PATCH 021/112] partitions: have parsers record bootable bits
` [PATCH 022/112] commands: stat: display bootable partition table bit info
` [PATCH 023/112] block: record block device type
` [PATCH 024/112] include: add definitions for UAPI discoverable partitions spec
` [PATCH 026/112] fs: fix unreaddir, so readdir returns unread dirent first
` [PATCH 027/112] fs: turn creat into static inline helper
` [PATCH 028/112] fs: drop unused LOOKUP_ flags
` [PATCH 032/112] fs: remove unused member from struct nameidata
` [PATCH 034/112] fs: set current working dir directly when mounting root
` [PATCH 037/112] fs: support different root directories
` [PATCH 038/112] fs: implement O_CHROOT
` [PATCH 039/112] commands: introduce new findmnt command
` [PATCH 041/112] fs: support opening /
` [PATCH 044/112] efi: payload: lower command line options print from error to info
` [PATCH 045/112] efi: payload: init: warn if /boot FS is unknown
` [PATCH 047/112] string: reduce strjoin runtime, drop trailing separator
` [PATCH 051/112] efi: don't hide structs, enums or unions behind _t
` [PATCH 052/112] efi: make headers self-contained
` [PATCH 053/112] efi: unify whitespace for GUIDs
` [PATCH 054/112] efi: efi-guid: add more GUIDs
` [PATCH 055/112] ARM64: cpu: setupc: rewrite to be fully PIC
` [PATCH 057/112] pbl: introduce CONFIG_PBL_FULLY_PIC
` [PATCH 058/112] efi: payload: fix ARM build
` [PATCH 059/112] efi: payload: init: restrict barebox mem to first 1G only on x86
` [PATCH 060/112] ARM: pbl: add 64K segment alignment for PE/COFF
` [PATCH 063/112] ARM: make board data definitions accessible to other architectures
` [PATCH 066/112] efi: use efi_handle_t where appropriate
` [PATCH 068/112] efi: define efi_handle_t as opaque pointer
` [PATCH 071/112] efi: add EFI_WARN constants
` [PATCH 072/112] efi-stdio: fix wait_for_event argument
` [PATCH 074/112] efi: flesh out EFI definitions in header
` [PATCH 076/112] efi: improve usability of EFI_PAGE_* macros
` [PATCH 077/112] fs: efi: move definitions into header
` [PATCH 080/112] video: mark EFI_GOP driver x86-only for now
` [PATCH 082/112] efi: payload: register handler for EFI-stubbed ARM64 kernel
` [PATCH 083/112] efi: payload: factor C efi_main into dedicated file
` [PATCH 084/112] efi: payload: early-mem: simplify error message reporting
` [PATCH 089/112] efi: devicepath: implement device_path_to_str_buf variant
` [PATCH 092/112] efi: payload: dynamically determine bootloader file name
` [PATCH 096/112] commands: add cpuinfo -s option for stacktrace
` [PATCH 098/112] efi: devicepath: pretty print BBS BEV DeviceType
` [PATCH 099/112] efi: devicepath: format GUIDs as little endian
` [PATCH 100/112] efi: devicepath: move END device node definitions into header
` [PATCH 103/112] efi: devicepath: use flexible array members for trailing strings
` [PATCH 104/112] efi: devicepath: drop unused macro
` [PATCH 105/112] efi: devicepath: let compiler worry about unaligned unpacking
` [PATCH 106/112] efi: devicepath: correct formatting of BBS
` [PATCH 107/112] commands: provide efi_handle_dump in both payload and loader
` [PATCH 112/112] commands: efi_handle_dump: don't ignore failure to parse GUID

[PATCH 0/2] uImage fixes
 2024-01-03 17:07 UTC  (3+ messages)
` [PATCH 1/2] uImage: use IS_ENABLED(CONFIG_TIMESTAMP)
` [PATCH 2/2] common: Kconfig: TIMESTAMP: fix help

[PATCH 1/2] net/phy: sync phy_interface_t types with Linux
 2024-01-03 15:16 UTC  (3+ messages)
` [PATCH 2/2] net: Add fsl_enetc network driver support

[PATCH master] ARM: kasan: reserve shadow memory region
 2024-01-03 14:57 UTC  (3+ messages)

[PATCH master] virtio: pci: don't re-enable with 0 as argument
 2024-01-03 14:12 UTC  (2+ messages)

[PATCH master 1/3] test: self: ramfs: fix null pointer dereference on error
 2024-01-03 14:10 UTC  (4+ messages)
` [PATCH master 2/3] test: self: regulator: depend on REGULATOR_FIXED for test
` [PATCH master 3/3] test: self: mmu: fix message on skipping tests

[PATCH master] lib: stackprotector: adjust Kconfig text for barebox
 2024-01-03 14:09 UTC  (2+ messages)

[PATCH master] crypto: caam - remove overly verbose debug print
 2024-01-03 11:20 UTC  (2+ messages)

[PATCH 1/4] ARM: boards: i.MX8M: add HAB support
 2024-01-03 11:19 UTC  (6+ messages)
` [PATCH 2/4] ARM: boars: i.MX8MQ: align SPDX header with other imxcfg files
` [PATCH 3/4] images: Makefile.imx: add i.MX9 comment
` [PATCH 4/4] ARM: boards: polyhex-debix: fix file mode for 8g-lpddr4-timing.c

[PATCH] MIPS: qemu-malta*_defconfig: enable e1000 network driver
 2024-01-03 10:52 UTC 

[PATCH 1/2] cdev: simplify loop in cdev_by_device_node
 2024-01-03 10:20 UTC  (2+ messages)
` [PATCH 2/2] cdev: add cdev_alloc helper for creating cdevs

[PATCH 1/2] list: rename debugging hooks
 2024-01-03 10:19 UTC  (2+ messages)
` [PATCH 2/2] lib: add optional linked list debugging

[PATCH 0/2] compiler: fix clang and address sanitizer coexistance
 2024-01-03 10:17 UTC  (3+ messages)
` [PATCH 1/2] compiler: define __ll_elem for linker list elements
` [PATCH 2/2] treewide: mark linker list elements with __ll_elem

[PATCH 0/6] cdev: delete partitions when deleting master cdev
 2024-01-03 10:16 UTC  (7+ messages)
` [PATCH 1/6] cdev: make __devfs_add_partition's last argument optional
` [PATCH 2/6] driver.h: move devfs_add/del_partition later in file
` [PATCH 3/6] cdev: export cdevfs_add_partition for general use
` [PATCH 4/6] partition: switch to using cdevfs_add_partition
` [PATCH 5/6] cdev: export and use cdevfs_del_partition
` [PATCH 6/6] cdev: delete partitions when deleting master cdev

[PATCH v2] nvmem: regmap: Fix nvmem size
 2024-01-02 17:03 UTC  (7+ messages)

[PATCH master 0/7] regmap: fix size of regmap-backed cdev and nvmem
 2024-01-02 17:01 UTC  (8+ messages)
` [PATCH master 1/7] regmap: fix calculation of regmap size when reg_stride != 1
` [PATCH master 2/7] nvmem: bsec: correct regmap's max_register
` [PATCH master 3/7] nvmem: startfive-otp: "
` [PATCH master 4/7] nvmem: imx-ocotp-ele: "
` [PATCH master 5/7] nvmem: ocotp: "
` [PATCH master 6/7] nvmem: ocotp: align OCOTP bank count with Linux
` [PATCH master 7/7] nvmem: regmap: Fix nvmem size

[PATCH] doc: user: barebox: add missing empty lines
 2024-01-02 11:51 UTC  (2+ messages)

[PATCH] habv4: Fix parsing of unresonable events
 2024-01-02 11:46 UTC  (2+ messages)

[PATCH] mtd: spi-nor: add support for Winbond w25q256jwm
 2024-01-02 11:33 UTC  (2+ messages)

[PATCH v2] i2c: add pmic_reg_read() for PBL use
 2024-01-02 11:32 UTC  (4+ messages)

[PATCH] i2c: add pmic_reg_read8() for PBL use
 2024-01-02 11:26 UTC 

[PATCH] pbl/pmic.h: rename pmic_reg_write() to pmic_reg_write8()
 2024-01-02 11:21 UTC 

[PATCH v2] mfd: rn5t568: add complete register map to header and use it
 2024-01-02  9:17 UTC  (3+ messages)

[PATCH] MIPS: asm/pbl_nmon.h: add guard macro
 2024-01-02  9:16 UTC  (2+ messages)

[PATCH] i2c: add pmic_reg_read() for PBL use
 2024-01-02  9:13 UTC  (4+ messages)

[PATCH 0/4] fix barebox support for MDIO-connected Realtek Ethernet switches
 2024-01-02  9:01 UTC  (7+ messages)
` [PATCH 1/4] net: fec_imx: reverse registration order of mdiobus and edev
` [PATCH 2/4] net: dsa: realtek: fix support for MDIO-connected switches
` [PATCH 3/4] net: dsa: realtek: unify ds_ops
` [PATCH 4/4] net: mdio_bus: associate OF nodes with their devices

barebox.org browser demo uses barebox-v2022.02
 2024-01-02  8:48 UTC  (6+ messages)

[PATCH] i2c-mux-pca954x: use OF match table
 2023-12-22 13:23 UTC  (3+ messages)

[PATCH 1/2] ARM: boards: polyhex-debix: enable HAB support
 2023-12-20 16:00 UTC  (5+ messages)
` [PATCH 2/2] ARM: boards: polyhex-debix: fix file mode for 8g-lpddr4-timing.c

[PATCH] nvmem: regmap: Fix nvmem size
 2023-12-20  7:56 UTC  (2+ messages)

[PATCH] mfd: rn5t568: add complete register map to header and use it
 2023-12-19 17:10 UTC  (2+ messages)

[PATCH] net: remove unused field from struct eth_device
 2023-12-19 13:24 UTC 

[PATCH] mci: imx-esdhc: add ls1028a support
 2023-12-19 13:22 UTC 

[PATCH 0/2] Layerscape LS1028a: add clk support
 2023-12-19 13:21 UTC  (3+ messages)
` [PATCH 1/2] clk: layerscape: move chipinfo_ls1012a further up
` [PATCH 2/2] clk: layerscape: add support for ls1028a

[PATCH 0/2] Layerscape LS1028a: add DDR support
 2023-12-19 13:18 UTC  (3+ messages)
` [PATCH 1/2] fsl-ddr: remove duplicate prototype
` [PATCH 2/2] fsl-ddr: make endianess runtime decision

[PATCH] net: fsl_fman: gracefully exit of_fixup()
 2023-12-19 13:15 UTC 

[PATCH] ARM: fix dmb on ARMv8
 2023-12-19 13:07 UTC 

[PATCH 0/4] Layerscape LS1028a pblimage support
 2023-12-19 13:00 UTC  (5+ messages)
` [PATCH 1/4] pblimage: drop PowerPC support
` [PATCH 2/4] pblimage: simplify a bit
` [PATCH 3/4] pblimage: use roundup() from kernel.h
` [PATCH 4/4] pblimage: Add LS1028a support

[PATCH 0/6] PCI patches
 2023-12-19 12:56 UTC  (7+ messages)
` [PATCH 1/6] pci: remove duplicate definition of pci_resource_start
` [PATCH 2/6] pci: Do not register device tree disabled devices
` [PATCH 3/6] pci: layerscape: limit fixup to layerscape controllers
` [PATCH 4/6] pci: fix __pci_bus_find_cap_start
` [PATCH 5/6] pci: implement Enhanced Allocation support
` [PATCH 6/6] pci: implement function level reset

[PATCH v1] ARM64: mmu: fix mmu_early_enable VA->PA mapping
 2023-12-18 14:12 UTC 

[PATCH] ARM64: mmu: fix mmu_early_enable VA->PA mapping
 2023-12-18 14:00 UTC  (4+ messages)
` [PATCH] fixup! "

ARM: mmu_early_enable
 2023-12-18 11:06 UTC  (10+ messages)
            ` [PATCH] [ARM64][MMU] Fix mmu_early_enable VA->PA mapping

v2023.12.0
 2023-12-18  8:01 UTC 

[PATCH] ARM: rpi: add CM4S device id
 2023-12-18  6:53 UTC  (4+ messages)

[PATCH v2 0/2] doc: user: barebox: add method for fit image chainloading
 2023-12-18  6:49 UTC  (4+ messages)
` [PATCH v2 1/2] doc: user: barebox: bootz instead of bootm
` [PATCH v2 2/2] doc: user: barebox: add chainloading of fit images

[PATCH 0/2] doc: user: barebox: add method for fit image chainloading
 2023-12-15 12:15 UTC  (5+ messages)
` [PATCH 1/2] doc: user: barebox: bootz instead of bootm
` [PATCH 2/2] doc: user: barebox: add chainloading of fit images

[PATCH] arm: mach-socfpga: detect workaround for dram controller erratum
 2023-12-15 11:07 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: rpi4: drop disabling of SDHCI node used for WiFi
 2023-12-15 11:06 UTC  (2+ messages)

[PATCH] Documentation: bcm283x: be clearer about Raspberry Pi 4 support
 2023-12-15 11:04 UTC  (2+ messages)

[PATCH master] mci: stm32_sdmmc2: fix warnings when building for 64-bit
 2023-12-15 11:01 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