mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/27] ARM: MMU rework
 2023-05-16 10:55 UTC  (41+ messages)
` [PATCH 01/27] ARM: fix scratch mem position with OP-TEE
` [PATCH 02/27] ARM: drop cache function initialization
` [PATCH 03/27] ARM: Add _32 suffix to aarch32 specific filenames
` [PATCH 04/27] ARM: cpu.c: remove unused include
` [PATCH 05/27] ARM: mmu-common.c: use common mmu include
` [PATCH 06/27] ARM: mmu32: rename mmu.h to mmu_32.h
` [PATCH 07/27] ARM: mmu: implement MAP_FAULT
` [PATCH 08/27] ARM: mmu64: Use arch_remap_range where possible
` [PATCH 09/27] ARM: mmu32: implement zero_page_*()
` [PATCH 10/27] ARM: i.MX: Drop HAB workaround
` [PATCH 11/27] ARM: Move early MMU after malloc initialization
` [PATCH 12/27] ARM: mmu: move dma_sync_single_for_device to extra file
` [PATCH 13/27] ARM: mmu: merge mmu-early_xx.c into mmu_xx.c
` [PATCH 14/27] ARM: mmu: alloc 64k for early page tables
` [PATCH 15/27] ARM: mmu32: create alloc_pte()
` [PATCH 16/27] ARM: mmu64: "
` [PATCH 17/27] ARM: mmu: drop ttb argument
` [PATCH 18/27] ARM: mmu: always do MMU initialization early when MMU is enabled
` [PATCH 19/27] ARM: mmu32: Assume MMU is on
` [PATCH 20/27] ARM: mmu32: Fix pmd_flags_to_pte() for ARMv4/5/6
` [PATCH 21/27] ARM: mmu32: Add pte_flags_to_pmd()
` [PATCH 22/27] ARM: mmu32: add get_pte_flags, get_pmd_flags
` [PATCH 23/27] ARM: mmu32: move functions into c file
` [PATCH 24/27] ARM: mmu32: read TTB value from register
` [PATCH 25/27] ARM: mmu32: Use pages for early MMU setup
` [PATCH 26/27] ARM: mmu32: Skip reserved ranges during initialization
` [PATCH 27/27] ARM: mmu64: Use two level pagetables in early code

[PATCH] i.MX: HABv4: Hide NULL pointers from optimizer
 2023-05-16  8:22 UTC 

[RFT][PATCH 0/3] TQMa6x cleanup
 2023-05-12 11:27 UTC  (5+ messages)
` [RFT][PATCH 1/3] ARM: i.MX6: tqma6x: make use of ENTRY_FUNCTION_WITHSTACK
` [RFT][PATCH 2/3] ARM: i.MX: TQMa6x: migrate flash partitions to device tree
` [RFT][PATCH 3/3] ARM: i.MX6: TQMa6x: make tqma6x_env_init reusable

[PATCH] crypto: imx-scc: Kconfig: drop references to unknown symbols
 2023-05-12 11:17 UTC  (2+ messages)

[PATCH] powerpc: Kconfig: fix reference to unknown symbol
 2023-05-12 11:16 UTC  (2+ messages)

[PATCH] video: bochs: fix IOMEM usage
 2023-05-12 11:15 UTC  (3+ messages)

[RFC PATCH 00/11] Add support for Allwinner (sunxi) A64 SoC
 2023-05-11 20:14 UTC  (16+ messages)
` [RFC PATCH 01/11] scripts: Add Allwinner eGON image support
` [RFC PATCH 02/11] sunxi: introduce mach-sunxi
` [RFC PATCH 03/11] ARM: dls: Add ENTRY_HEADER macro to add .text section
` [RFC PATCH 04/11] sunxi: Add lowlevel switch to aarch64
` [RFC PATCH 05/11] arm: sunxi: Add debug_ll
` [RFC PATCH 06/11] clk: Add clock driver for sun50i-a64
` [RFC PATCH 07/11] pinctrl: Add sun50i-a64 pinctrl driver
` [RFC PATCH 08/11] mci: Add sunxi-mmc driver
` [RFC PATCH 09/11] arm: sunxi: Add sun50i SDRAM init
` [RFC PATCH 10/11] arm: boards: sunxi: Add initial support for the pinephone
` [RFC PATCH 11/11] arm: boards: sunxi: Add pine64 board

[PATCH] mfd: syscon: Remove unused helper syscon_base_lookup_by_pdevname
 2023-05-09  7:24 UTC  (2+ messages)

[PATCH] net: dsa: realtek: fix Kconfig selects
 2023-05-09  7:23 UTC  (2+ messages)

[PATCH v2 0/3] Add displaying a version number in imx-usb-loader
 2023-05-09  7:22 UTC  (5+ messages)
` [PATCH v2 1/3] imx-usb-loader: exit with success when displaying help on purpose
` [PATCH v2 2/3] imx-usb-loader: use proper return code macros
` [PATCH v2 3/3] imx-usb-loader: add commandline option for displaying version number

[PATCH v2] net: phy: print error messages to log
 2023-05-09  7:21 UTC  (2+ messages)

[PATCH] clk: zynq: eval ps-clock-frequency from DT
 2023-05-09  6:09 UTC  (3+ messages)

[PATCH] ARM: rockchip: bbu: Fix getting active boot slot
 2023-05-09  4:50 UTC 

[PATCH v1] net: phy: print error messages to log
 2023-05-08 14:00 UTC  (2+ messages)

[PATCH] fixup! of: add function to read a file as unflattened device tree
 2023-05-08 13:19 UTC  (2+ messages)

[PATCH master 1/2] fs: fail gracefully in get_mounted_path/get_cdev_by_mountpath
 2023-05-08 13:18 UTC  (3+ messages)
` [PATCH master 2/2] block: refuse registering block devices with absurdly large blocks

[PATCH v1 0/3] Add displaying a version number in
 2023-05-05  8:32 UTC  (9+ messages)
` [PATCH v1 1/3] imx-usb-loader: error with success when displaying help on purpose
` [PATCH v1 2/3] imx-usb-loader: use proper return code macros
` [PATCH v1 3/3] imx-usb-loader: add commandline option for displaying version number

[PATCH v1 0/4] Improve USB FIFO handling and enable UMS mode on PRTT1L boards
 2023-05-05  6:39 UTC  (8+ messages)
` [PATCH v1 1/4] usb: dwc2: Port support for USB FIFO devicetree properties from Linux v6.3
` [PATCH v1 2/4] usb: dwc2: Port FIFO configuration sync "
` [PATCH v1 3/4] usb: dwc2: fix multiplier handling in endpoint setup
` [PATCH v1 4/4] arm: dts: stm32mp151-prtt1l: Configure USB gadget FIFOs for multiple gadgets support

[PATCH 00/18] Add Rockchip RK3588 support
 2023-05-04 10:08 UTC  (21+ messages)
` [PATCH 01/18] firmware: make drivers/firmware/ obj-y
` [PATCH 02/18] stddef: add sizeof_field()
` [PATCH 03/18] pci: add pci_select_bars() helper
` [PATCH 04/18] pci: set upper word for 64bit base addresses
` [PATCH 05/18] ARM: SCMI: Use correct smc/hvc instructions on ARM64
` [PATCH 06/18] clk: rockchip: Add rk3588 support
` [PATCH 07/18] pinctrl: rockchip: Move struct definitions to separate header file
` [PATCH 08/18] pinctrl/gpio: rockchip: separate gpio from pinctrl driver
` [PATCH 09/18] pinctrl: Update pinctrl-rockchip from kernel
` [PATCH 10/18] phy: rockchip: naneng-combphy: add rk3588 support
` [PATCH 11/18] reset: Implement reset array support
` [PATCH 12/18] pci: designware: add rockchip support
` [PATCH 13/18] phy: realtek: Add RTL8125 internal phy support
` [PATCH 14/18] net: Update Realtek r8169 driver
` [PATCH 15/18] ARM: rockchip: Add rk3588 support
` [PATCH 16/18] ARM: dts: Add rk3588 device trees
` [PATCH 17/18] ARM: rockchip: rk3588: add memsize detection
` [PATCH 18/18] ARM: rockchip: Add Radxa ROCK 5B support

[PATCH] ARM: dts: am335x-myirtech: Cosmetic: Remove empty extra line
 2023-05-04  9:49 UTC  (2+ messages)

[PATCH] ARM: i.MX: Use postcore_platform_driver() macro for imx src driver
 2023-05-04  9:49 UTC  (2+ messages)

[PATCH] ARM: clps711x: Remove unused file
 2023-05-04  9:49 UTC  (2+ messages)

[PATCH 0/1] GitHub actions for barebox
 2023-05-04  8:58 UTC  (2+ messages)
` [PATCH 1/1] Add GitHub CI

rn5t618 vs. rn5t568
 2023-05-04  7:10 UTC  (4+ messages)

[PATCH] pcie-designware: Fix dev_get_resource_by_name error check
 2023-05-03 12:27 UTC 

[PATCH] ARM: rockchip: bootm: move image to 4k alignment
 2023-05-03 12:26 UTC 

[PATCH] ARM: NXP i.MX8MN EVK: Drop unnecessary IMD_USED_OF
 2023-05-02 16:11 UTC  (3+ messages)

[PATCH] scripts: rkimage: Use non-deprecated functions for sha256/512
 2023-05-02 15:10 UTC  (3+ messages)

[PATCH master] lib: genalloc: drop reliance on mmio-sram driver
 2023-05-02 12:06 UTC  (2+ messages)

[PATCH 1/3] ARM: arm64virt: move to multiarch
 2023-05-02 11:59 UTC  (3+ messages)
` [PATCH 2/3] ARM: multi_v8_defconfig: Enable ARM64 QEMU Virt board
` [PATCH 3/3] ARM: Remove qemu_virt64_defconfig

[PATCH] ARM: i.MX: bbu: fix compilation without CONFIG_BAREBOX_UPDATE
 2023-05-02 11:48 UTC  (2+ messages)

[PATCH v2] commands: add new of_fixup command to list and disable DT fixups
 2023-05-02 11:47 UTC  (2+ messages)

[PATCH 0/2] ARM: at91: usb-a9g20: make it work out of the box again
 2023-05-02 11:43 UTC  (5+ messages)
` [PATCH 1/2] ARM: at91: usb-a926x: remove nand partitions from config
` [PATCH 2/2] defconfigs: usb-a9g20: update to a working version

[PATCH 00/12] ARM Versatile updates
 2023-05-02 11:41 UTC  (15+ messages)
` [PATCH 01/12] ARM: versatile: Enable CONFIG_RELOCATABLE
` [PATCH 02/12] ARM: versatile: Use common clk framework
` [PATCH 03/12] ARM: versatile: drop platform code to register UART
` [PATCH 04/12] ARM: versatile: drop platform code to register GPIOs
` [PATCH 05/12] ARM: versatile: Use flash from device tree
` [PATCH 06/12] ARM: versatile: Use smc91c111 "
` [PATCH 07/12] ARM: versatile: make sure to run initcalls on versatile only
` [PATCH 08/12] ARM: versatile: simplify ARM1176 support
` [PATCH 09/12] ARM: versatile: move over to multi image support
` [PATCH 10/12] ARM: versatile: move over to multi arch support
` [PATCH 11/12] ARM: versatile: Use existing clocksource driver
` [PATCH 12/12] ARM: Merge imx_defconfig and versatilepb_defconfig into multi_v5_v6_defconfig

[PATCH] ARM: configs: multi_v7_defconfig: enable CONFIG_USB_ONBOARD_HUB
 2023-05-02 11:36 UTC  (2+ messages)

[PATCH 0/5] ARM: stm32mp: enable UBS hubs on DKx
 2023-05-02 11:36 UTC  (2+ messages)

[PATCH 1/2] regulator: core: add debug print for regulator_resolve_supply
 2023-05-02 11:22 UTC  (6+ messages)
` [PATCH 2/2] test: self: add basic regulator selftest
  ` [PATCH] fixup! "

[PATCH] commands: implement of_compatible command
 2023-05-02 11:17 UTC  (2+ messages)

[PATCH] of: add function to read a file as unflattened device tree
 2023-05-02 11:15 UTC 

[PATCH] net: ifup: pass hostname and linuxdevname to linux with DHCP
 2023-05-02  9:44 UTC  (2+ messages)

[PATCH 1/7] sandbox: watchdog: handle missing stickypage gracefully
 2023-05-02  9:34 UTC  (2+ messages)

[PATCH] clk: implement clk_to_clk_hw using container_of_safe
 2023-05-02  9:24 UTC  (2+ messages)

[ANN] github.com/saschahauer/barebox is now github.com/barebox/barebox
 2023-05-02  9:22 UTC 

[PATCH 1/2] test: self: printf: compile test with -Wno-format-security
 2023-05-02  9:17 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: Enable BCM283X Pinctrl/GPIO driver
 2023-05-02  7:43 UTC 

[PATCH 00/10] MAKEALL updates
 2023-05-02  7:39 UTC  (11+ messages)
` [PATCH 01/10] MAKEALL: Configure before setting up CROSS_COMPILE
` [PATCH 02/10] MAKEALL: Select arm64 toolchain for 64bit ARM configs
` [PATCH 03/10] MAKEALL: order configs alphabetically
` [PATCH 04/10] MAKEALL: Do not print sizes
` [PATCH 05/10] MAKEALL: Do not trap
` [PATCH 06/10] MAKEALL: fix printing number of compiled configs
` [PATCH 07/10] MAKEALL: support Kconfig fragments
` [PATCH 08/10] MAKEALL: rename variables
` [PATCH 09/10] MAKEALL: separate errors and warnings
` [PATCH 10/10] MAKEALL: allow multiple defconfigs as arguments

[PATCH 0/3] mtd: nand: atmel: legacy: fix boot on USB-A9G20
 2023-04-27 17:26 UTC  (5+ 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