mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/10] Add new feature controller framework
 2022-08-18  5:19 UTC  (9+ messages)
` [PATCH 02/10] driver: consult feature controller prior to device probe
` [PATCH 03/10] driver: featctrl: fixup kernel device tree
` [PATCH 04/10] dt-bindings: add i.MX8M feature controller bindings
` [PATCH 05/10] soc: imx: add i.MX8M feature controller driver
` [PATCH 07/10] nvmem: ocotp: add i.MX8M[MN] feature controller support
` [PATCH 08/10] ARM: dts: i.MX8MN: describe feature controller
` [PATCH 09/10] RFC: soc: imx: imx8m-featctrl: add i.MX8M[MN] stand-alone driver
` [PATCH 10/10] RFC: ARM: dts: i.MX8MM: describe standlone feature controller

[PATCH v2 1/4] kbuild: make sha256sum command available generally
 2022-08-18  5:04 UTC  (4+ messages)
` [PATCH v2 2/4] pbl: export pbl_barebox_verify
` [PATCH v2 3/4] firmware: add external firmware PBL support
` [PATCH v2 4/4] pbl: replace __piggydata_end with __image_end

[PATCH 1/3] kbuild: make sha256sum command available generally
 2022-08-17 12:08 UTC  (6+ messages)
` [PATCH 2/3] pbl: export pbl_barebox_verify
` [PATCH 3/3] firmware: add external firmware PBL support
  ` [PATCH 3/4] pbl: replace __piggydata_end with __image_end

[PATCH v2 00/10] ARM: mmu: inhibit speculation into secure memory
 2022-08-17 11:42 UTC  (11+ messages)
` [PATCH v2 01/10] resource: add flags parameter to __request_region
` [PATCH v2 02/10] common: allow requesting SDRAM regions with custom flags
` [PATCH v2 03/10] memory: define reserve_sdram_region helper
` [PATCH v2 04/10] init: define new postmem_initcall()
` [PATCH v2 05/10] of: reserved-mem: reserve regions prior to mmu_initcall()
` [PATCH v2 06/10] ARM: mmu64: map reserved regions uncached
` [PATCH v2 07/10] ARM: mmu: define attrs_uncached_mem() helper
` [PATCH v2 08/10] ARM: mmu: use reserve mem entries to modify maps
` [PATCH v2 09/10] ARM: early-mmu: don't cache/prefetch OPTEE_SIZE bytes from end of memory
` [PATCH v2 10/10] commands: iomem: point out [R]eserved regions

[PATCH] usbgadget: autostart: add usbgadget_autostart helper for board code
 2022-08-17  7:10 UTC  (4+ messages)

[PATCH v2 1/3] ARM: i.MX8M: atf: mark ATF start functions as __noreturn
 2022-08-17  4:37 UTC  (4+ messages)
` [PATCH v2 2/3] ARM: i.MX8M: rename imx8m_atf_load_bl31 for clarity
` [PATCH v2 3/3] ARM: i.MX8M: define imx8mX_load_bl33 and imx8mX_load_and_start_tfa

[PATCH v3 00/18] add "windowsize" (RFC 7440) support for tftp
 2022-08-16  9:40 UTC  (21+ messages)
` [PATCH v3 01/18] progress: add close_progress() to display some statistics
` [PATCH v3 02/18] libfile:copy_file: show statistics in verbose mode
` [PATCH v3 03/18] tftp: add some 'const' annotations
` [PATCH v3 04/18] tftp: allow to change tftp port
` [PATCH v3 05/18] cmd:tftp: add '-P' option to set tftp server port number
` [PATCH v3 06/18] tftp: minor refactoring of RRQ/WRQ packet generation code
` [PATCH v3 07/18] tftp: replace hardcoded blksize by global constant
` [PATCH v3 08/18] tftp: allocate buffers and fifo dynamically
` [PATCH v3 09/18] tftp: add sanity check for OACK response
` [PATCH v3 10/18] tftp: record whether tftp file is opened for lookup operation only
` [PATCH v3 11/18] tftp: reduce block size on lookup requests
` [PATCH v3 12/18] tftp: refactor data processing
` [PATCH v3 13/18] tftp: detect out-of-memory situations
` [PATCH v3 14/18] tftp: implement 'windowsize' (RFC 7440) support
` [PATCH v3 15/18] tftp: do not use 'priv->block' for RRQ
` [PATCH v3 16/18] tftp: add debug_assert() macro
` [PATCH v3 17/18] tftp: reorder tftp packets
` [PATCH v3 18/18] tftp: add selftest

[PATCH] reset: starfive: add dependency on CONFIG_COMMON_CLK
 2022-08-16  8:54 UTC  (2+ messages)

[PATCH] of: move of_get_node_by_reproducible_name() into common code
 2022-08-16  8:53 UTC  (2+ messages)

[PATCH 00/10] ARM: mmu: inhibit speculation into secure memory
 2022-08-16  8:46 UTC  (13+ messages)
` [PATCH 01/10] resource: add flags parameter to __request_region
` [PATCH 02/10] common: allow requesting SDRAM regions with custom flags
` [PATCH 03/10] memory: define reserve_sdram_region helper
` [PATCH 04/10] init: define new postmem_initcall()
` [PATCH 05/10] of: reserved-mem: reserve regions prior to mmu_initcall()
` [PATCH 06/10] ARM: mmu64: map reserved regions uncached
` [PATCH 07/10] ARM: mmu: define attrs_uncached_mem() helper
` [PATCH 08/10] ARM: mmu: use reserve mem entries to modify maps
` [PATCH 09/10] ARM: early-mmu: don't cache/prefetch OPTEE_SIZE bytes from end of memory
` [PATCH 10/10] commands: iomem: point out [R]eserved regions

[PATCH 1/2] fs: export cdev_get_linux_rootarg() for reuse
 2022-08-16  8:26 UTC  (3+ messages)
` [PATCH 2/2] common: bootm: reuse cdev_get_linux_rootarg()

[PATCH 1/2] of: add new of_fixup_reserved_memory() helper
 2022-08-16  8:18 UTC  (4+ messages)
` [PATCH 2/2] pstore: ram: use "
  ` [PATCH] fixup! "

[PATCH 1/3] ARM: i.MX8M: atf: mark ATF start functions as __noreturn
 2022-08-16  7:31 UTC  (5+ messages)
` [PATCH 2/3] ARM: i.MX8M: rename imx8m_atf_load_bl31 for clarity
` [PATCH 3/3] ARM: i.MX8M: define imx8mX_load_bl33 and imx8mX_load_and_start_tfa

[PATCH] ARM: i.MX8M: add TrustZone Address Space Controller 380 init function
 2022-08-16  6:39 UTC  (2+ messages)

[PATCH master] ARM: i.MX8M: HABv4: make barebox SHA256 embedding POSIX-shell compatible
 2022-08-16  6:34 UTC  (3+ messages)

[PATCH] pstore: disable double memory reservation fixup
 2022-08-16  6:33 UTC  (2+ messages)

[RFC PATCH 1/5] net: Add a function to retrieve UDP connection
 2022-08-12 16:17 UTC  (7+ messages)
` [RFC PATCH 2/5] net: Implement source port randomization
` [RFC PATCH 3/5] net: Add simple TCP support
` [RFC PATCH 4/5] Add irc command
` [RFC PATCH 5/5] Add tcpdump command

[PATCH master] ARM: dts: imx6: marsboard: fix flash node after upstream rename
 2022-08-12  7:22 UTC  (2+ messages)

[PATCH] fs: ubifs: remove always-false check
 2022-08-11 16:29 UTC  (2+ messages)

v2022.08.0
 2022-08-10  7:07 UTC 

[PATCH] fixup! FIT: add first support for compressed images
 2022-08-10  6:45 UTC  (2+ messages)

[PATCH] fs: Check if automount actually mounts something
 2022-08-10  6:44 UTC  (5+ messages)

[PATCH] arm: rockchip: switch to mainline dts for bpi-r2-pro
 2022-08-09 11:57 UTC  (2+ messages)

[PATCH 1/4] power: reset: reboot-mode: refactor to allow other mode- prefixes
 2022-08-09 11:34 UTC  (7+ messages)
` [PATCH 2/4] power: reset: reboot-mode: parse barebox,mode-* properties
` [PATCH 3/4] ARM: dts: stm32mp: reuse now upstream tamp node
` [PATCH 4/4] ARM: dts: stm32mp: add bootrom serial (DFU) reboot mode

[PATCH v2 1/2] of: implement of_append_property
 2022-08-09 11:29 UTC  (3+ messages)
` [PATCH v2 2/2] test: self: add tests for of_append_property

[PATCH 09/13] tftp: implement 'windowsize' (RFC 7440) support
 2022-08-09  9:52 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v2] FIT: add first support for compressed images
 2022-08-09  9:39 UTC  (2+ messages)

[PATCH 00/13] add "windowsize" (RFC 7440) support for tftp
 2022-08-09  9:35 UTC  (7+ messages)
` [PATCH 11/13] tftp: reorder tftp packets
` [PATCH 12/13] tftp: allow to change tftp port

[PATCH 1/4] net: designware: rework Kconfig text and menu structure
 2022-08-09  9:32 UTC  (5+ messages)
` [PATCH 2/4] net: designware: eqos: stm32: remove duplicate error message
` [PATCH 3/4] net: designware: eqos: replace double accounting of interface up status
` [PATCH 4/4] net: designware: eqos: remove undefined eqos_reset prototype

[PATCH 1/2] of: implement of_append_property
 2022-08-09  9:24 UTC  (5+ messages)
` [PATCH 2/2] test: self: add tests for of_append_property

[PATCH] FIT: add first support for compressed images
 2022-08-09  9:24 UTC  (7+ messages)

[RFT PATCH 0/3] ARM: Rockchip: align bootsource_instance
 2022-08-09  7:41 UTC  (2+ messages)

[PATCH] kbuild: make FIT public key overwritable
 2022-08-09  7:06 UTC  (2+ messages)

[PATCH] i2c: bcm283x: fix ending of transfer in case of NACK
 2022-08-09  6:50 UTC  (2+ messages)

[PATCH 0/7] e1000 and rtl8169 drivers fixes
 2022-08-09  6:48 UTC  (2+ messages)

[PATCH v2 1/2] test: self: add simple environment variable test
 2022-08-09  5:26 UTC  (2+ messages)

[PATCH] doc: bootchooser: fix typo
 2022-08-09  5:25 UTC  (2+ messages)

[PATCH] mci: add hint on how to resolve warning about vmmc-supply
 2022-08-09  5:24 UTC  (2+ messages)

[PATCH 1/3] blspec: refactor to prepare for booting by file path
 2022-08-09  5:13 UTC  (2+ messages)

[PATCH master 1/3] common: machine_id: simplify early exit
 2022-08-09  4:41 UTC  (7+ messages)
` [PATCH master 2/3] common: machine_id: guard against digest algo being unavailable

[PATCH master v3 1/4] soc: imx: gpcv2: associate PGC device tree node with platform device
 2022-08-09  4:35 UTC  (5+ messages)
` [PATCH master v3 2/4] drivers: power: ignore power domains with barebox,allow-dummy
` [PATCH master v3 3/4] ARM: i.MX8MM: assume USBOTG power domains to be powered
` [PATCH master v3 4/4] ARM: i.MX8MN: "

[PATCH v4 1/6] mfd: implement mfd_add_devices
 2022-08-08 14:22 UTC  (2+ messages)

[PATCH master 1/2] regulator: handle regulator_get_voltage(NULL) gracefully
 2022-08-08 14:21 UTC  (2+ messages)

[PATCH master v2 1/4] soc: imx: gpcv2: associate PGC device tree node with platform device
 2022-08-08 14:01 UTC  (4+ messages)
` [PATCH master v2 4/4] ARM: i.MX8MN: assume USBOTG power domains to be powered

[PATCH v2] mci: add new MCI_BROKEN_CD option for testing
 2022-08-08 13:55 UTC  (4+ messages)

[PATCH master] driver: disassociate dev from device_node on unregister_device
 2022-08-08 13:43 UTC  (2+ messages)

[PATCH] commands: boot: support preselecting boot entry in menu
 2022-08-08 13:30 UTC  (2+ messages)

[PATCH] asm-generic: provide phys_to_virt() and virt_to_phys()
 2022-08-08 13:23 UTC  (2+ messages)

[PATCH v2] image-fit: use real size of fit image
 2022-08-08 13:20 UTC  (2+ messages)

[PATCH master 1/2] file_list: factor out file_list_new
 2022-08-08 13:13 UTC  (2+ messages)

[PATCH] driver: probe: report power domain attach failure
 2022-08-08 13:12 UTC  (2+ messages)

[PATCH] ARM: i.MX8MP: remove select for unused ARC PBL USB gadget driver
 2022-08-08 13:11 UTC  (2+ messages)

[PATCH v4 1/8] scripts: socfgpa_xml_to_config: document pincfg
 2022-08-08 13:10 UTC  (2+ messages)

[PATCH 1/2] ARM: baltos: use GPIO names for DIP switches
 2022-08-08 13:08 UTC  (2+ messages)

[PATCH master] net: dsa: fix format string mismatch
 2022-08-08 13:07 UTC  (2+ messages)

[PATCH 1/2] Documentation: devel: project-ideas: update after DSA framework addition
 2022-08-08 13:07 UTC  (2+ messages)

[PATCH 1/3] RISC-V: asm: factor relocation related functions into asm/reloc.h
 2022-08-08 12:48 UTC  (2+ messages)

[PATCH] scripts: imx-usb-loader: add i.MX8MN support
 2022-08-08 12:46 UTC  (2+ messages)

[PATCH] pbl: factor out pbl_bio API into pbl/bio.h
 2022-08-08 12:45 UTC  (2+ messages)

[PATCH 1/2] gitignore: add device tree blobs to top-level .gitignore
 2022-08-08 12:36 UTC  (2+ messages)

[PATCH] mci: imx-esdhc-pbl: fix warning about unused static function
 2022-08-08 12:33 UTC  (2+ messages)

[PATCH 0/9] ARM: i.MX8MN: clean up and enable imx-usb-loader
 2022-08-08 12:32 UTC  (5+ messages)
` [PATCH 7/9] pbl: generalize fsl i2c_early API into pbl_i2c

[PATCH 00/12] imx-usb-loader support for i.MX8MP
 2022-08-08 12:20 UTC  (4+ messages)
` [PATCH 07/12] imx-usb-loader: Add i.MX8MP support

[PATCH 1/3] reset: Fix of_reset_control_get() for consistent return values
 2022-08-08 12:07 UTC  (2+ messages)

[PATCH] gpiolib: Add of_xlate support
 2022-08-08 12:05 UTC  (2+ messages)

[PATCH] booti: add debug prints for kernel header parsing
 2022-08-08 11:21 UTC  (2+ messages)

[PATCH] string: implement str_has_prefix
 2022-08-08 11:20 UTC  (2+ messages)

[PATCH 1/2] of: base: factor out duplication for property formatting
 2022-08-08 11:18 UTC  (3+ messages)
` [PATCH 2/2] commands: of_dump: support limiting size of printed properties

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox