public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-01-18 00:38:55 to 2022-01-19 11:28:43 UTC [more...]

[PATCH v3 00/31] Initial implementation of standard boot
 2022-01-19 11:28 UTC  (39+ messages)
` [PATCH v3 01/31] str: Move string tests to the string module
` [PATCH v3 02/31] test: Add tests for trailing_strtol()
` [PATCH v3 03/31] str: Fix a few bugs in trailing_strtoln()
` [PATCH v3 04/31] lib: Add a way to find the postiion of a trailing number
` [PATCH v3 05/31] dm: core: Rename uclass_get_by_name_len()
` [PATCH v3 06/31] dm: core: Allow finding a uclass device by partial name
` [PATCH v3 07/31] test: fastboot: Avoid using mmc1
` [PATCH v3 08/31] test: dm: Restart USB before assuming it is stopped
` [PATCH v3 09/31] dm: blk: Add a function to return the device type
` [PATCH v3 10/31] bootstd: Add the concept of a bootflow
` [PATCH v3 11/31] bootstd: Add the bootstd uclass and core implementation
` [PATCH v3 12/31] bootstd: Add the bootdev uclass
` [PATCH v3 13/31] bootstd: Add the bootmeth uclass and helpers
` [PATCH v3 14/31] bootstd: Add support for bootflows
` [PATCH v3 15/31] bootstd: Add a bootdev command
` [PATCH v3 16/31] bootstd: Add a bootflow command
` [PATCH v3 17/31] bootstd: Add a bootmeth command
` [PATCH v3 18/31] bootstd: Add an implementation of distro boot
` [PATCH v3 19/31] bootstd: mmc: Add a bootdev driver
` [PATCH v3 20/31] bootstd: ethernet: "
` [PATCH v3 21/31] bootstd: Add an implementation of distro PXE boot
` [PATCH v3 22/31] bootstd: Add an implementation of EFI boot
` [PATCH v3 23/31] bootstd: Add a system bootdev for strange boot methods
` [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr
` [PATCH v3 25/31] bootstd: Add a sandbox bootmeth driver
` [PATCH v3 26/31] bootstd: Add an implementation of script boot
` [PATCH v3 27/31] bootstd: usb: Add a bootdev driver
` [PATCH v3 28/31] bootstd: Add tests for bootstd including all uclasses
` [PATCH v3 29/31] bootstd: Add setup for the bootflow tests
` [PATCH v3 30/31] bootstd: doc: Add documentation
` [PATCH v3 31/31] RFC: Switch rpi over to use bootstd

[PATCH] power: zynqmp: Add power domain driver for ZynqMP
 2022-01-19 11:04 UTC 

[PATCH v2] zynqmp: Use the same style for macro definitions
 2022-01-19 11:03 UTC 

[PATCH] arm64: zynqmp: Remove SOM *u-boot.dtsi
 2022-01-19 11:01 UTC 

[PATCH] zynqmp: Use the same style for macro definitions
 2022-01-19 10:40 UTC  (2+ messages)

[PATCH 0/4] zynqmp: Add support for sending pmufw config object overlay
 2022-01-19 10:38 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Change firmware dependency
 2022-01-19 10:36 UTC  (2+ messages)

Pull request: u-boot-samsung master
 2022-01-19 10:27 UTC 

[PATCH] arm64: xilinx: dts: Add dma properties to fix dtbs_check warnings
 2022-01-19 10:34 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb
 2022-01-19 10:33 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Change compatible strings for cadence uart
 2022-01-19 10:32 UTC  (2+ messages)

[PATCH v2 1/1] doc: printf() codes
 2022-01-19  9:21 UTC 

[PATCH v3 0/1] rsa: adds rsa3072 algorithm
 2022-01-19  8:28 UTC  (6+ messages)
` [PATCH v3 1/1] "

[PATCH v4 0/1] rsa: adds rsa3072 algorithm
 2022-01-19  8:23 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH] lib/crypto: Enable more algorithms in cert verification
 2022-01-19  7:07 UTC  (9+ messages)

[PATCH 1/1] doc: printf() codes
 2022-01-19  3:09 UTC  (2+ messages)

[PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
 2022-01-19  1:31 UTC  (7+ messages)
` [PATCH v3 1/4] arm: kirkwood: Pogoplug-V4 : Add DTS files
` [PATCH v3 2/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files
` [PATCH v3 3/4] arm: kirkwood: Pogoplug-V4 : Add Kconfig files
` [PATCH v3 4/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files

[PATCH 1/1] bootcount: fix printf() code
 2022-01-19  0:33 UTC 

[PATCH 1/1] miiphy.h: Remove CONFIG_DM_xxx guards
 2022-01-18 22:24 UTC 

[PATCH V3] usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn
 2022-01-18 21:48 UTC  (5+ messages)

[next 0/5] Add support of Ethernet for Aspeed AST2600 SoC
 2022-01-18 21:10 UTC  (11+ messages)
` [next 1/5] net: ftgmac100: Add DM_MDIO support
` [next 2/5] net: ftgmac100: Add Aspeed AST2600 support
` [next 3/5] ARM: dts: ast2600: Add MDIO devices
` [next 4/5] configs: ast2600: enable DM_MDIO and MDIO driver
` [next 5/5] clk: ast2600: Revise MII interface delay

[PATCH v4 0/6] Add MMC/SD support for S700/S900
 2022-01-18 21:09 UTC  (11+ messages)
` [PATCH v4 1/6] clk: actions: Introduce dummy get/set_rate callbacks
` [PATCH v4 2/6] clk: actions: Add SD/MMC clocks
` [PATCH v4 4/6] ARM: dts: s700: add MMC/SD controller node
` [PATCH v4 5/6] mmc: actions: add MMC driver for Actions OWL S700/S900
` [PATCH v4 6/6] configs: Enable mmc support

[PATCH v4 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7
 2022-01-18 21:09 UTC  (3+ messages)
` [PATCH v4 3/6] ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3

[PATCH] smegw01: Update DDR initialization
 2022-01-18 20:39 UTC 

[PATCH v4 00/13] kconfig: Add some new macros
 2022-01-18 19:47 UTC  (3+ messages)
` [PATCH v4 02/13] mips: Avoid using config_enabled() directly

[PATCH] mtd: nand: pxa3xx: set mtd->dev
 2022-01-18 18:41 UTC  (2+ messages)

[PATCH v2] arm: dts: Aspeed: add Bletchley dts
 2022-01-18 17:48 UTC  (2+ messages)

[PATCH v2 1/7] common: spl: move armv7m-specific code to spl_perform_fixups()
 2022-01-18 17:40 UTC  (14+ messages)
` [PATCH v2 2/7] common: remove bedbug debugger support
` [PATCH v2 3/7] common: board_r: drop initr_kgdb wrapper
` [PATCH v2 4/7] common: board_r: drop initr_addr_map wrapper
` [PATCH v2 5/7] common: board_r: move init_addr_map() to init.h
` [PATCH v2 6/7] common: board_r: include asm-generic/gpio.h
` [PATCH v2 7/7] common: board_r: drop ifdefs around header includes

[PATCH 1/2] lib: add BLAKE2 hash support
 2022-01-18 17:39 UTC  (4+ messages)
` [PATCH 2/2] fs/btrfs: add dependency on BLAKE2 hash

[PATCH] fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOLE feature correctly
 2022-01-18 17:39 UTC  (2+ messages)

[PATCH] pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2
 2022-01-18 17:39 UTC  (2+ messages)

[PATCH] drivers: musb_gadget: Save endpoint desc to usb_ep->desc
 2022-01-18 17:39 UTC  (2+ messages)

[PATCH] mxc_gpio: on imx8m read the DR instead of the PSR
 2022-01-18 16:59 UTC  (6+ messages)

[PATCH] gpio: mxc_gpio: Fix i.MX8M GPIO output status read
 2022-01-18 16:41 UTC  (6+ messages)

[PATCH] imx: ventana: correct splashimage load address
 2022-01-18 16:40 UTC  (3+ messages)

[PATCH u-boot-dm v3] fdt_support: Add fdt_for_each_node_by_compatible() helper macro
 2022-01-18 16:29 UTC  (3+ messages)

[PATCH 1/2] lmb: Fix lmb property's defination under struct lmb
 2022-01-18 16:17 UTC  (4+ messages)

[PATCH v2 00/20] J721S2: Add initial support
 2022-01-18 14:17 UTC  (11+ messages)
` [PATCH v2 01/20] remoteproc: k3_system_controller: Support optional boot_notification channel

[PATCH u-boot-dm v2] fdt_support: Add fdt_for_each_node_by_compatible() helper macro
 2022-01-18 14:16 UTC  (3+ messages)

[PATCH v2 1/2] cmd: source: Use script from default config
 2022-01-18 13:29 UTC  (2+ messages)

[PATCH v3 00/20] J721S2: Add initial support
 2022-01-18  7:28 UTC  (21+ messages)
` [PATCH v3 01/20] remoteproc: k3_system_controller: Support optional boot_notification channel
` [PATCH v3 02/20] ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instance
` [PATCH v3 03/20] ram: k3-ddrss: Add support for multiple instances of DDR subsystems
` [PATCH v3 04/20] ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple "
` [PATCH v3 05/20] arm: K3: Add basic support for J721S2 SoC definition
` [PATCH v3 06/20] drivers: dma: Add support for J721S2
` [PATCH v3 07/20] clk: clk-k3: Add support for J721S2 SoC
` [PATCH v3 08/20] power: domain: ti: "
` [PATCH v3 09/20] ram: k3-ddrss: "
` [PATCH v3 10/20] soc: ti: k3-socinfo: Add entry "
` [PATCH v3 11/20] board: ti: j721s2: Add board support for J721S2
` [PATCH v3 12/20] dt-bindings: ti-serdes-mux: Add defines for J721S2 SoC
` [PATCH v3 13/20] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721S2
` [PATCH v3 14/20] arm: dts: Add initial support for J721S2 SoC
` [PATCH v3 15/20] arm: dts: Add initial support for J721S2 System on Module
` [PATCH v3 16/20] arm: dts: Add support for A72 specific J721S2 Common Processor Board
` [PATCH v3 17/20] arm: dts: k3-j721s2: Add r5 specific dt support
` [PATCH v3 18/20] arm: dts: k3-j721s2-ddr: Add DDR support
` [PATCH v3 19/20] configs: j721s2_evm_r5_defconfig: Add R5 SPL specific defconfig
` [PATCH v3 20/20] configs: j721s2_evm_a72_defconfig: Add A72 "

imx8mm-evk does not boot kernel 5.16
 2022-01-18  1:44 UTC  (6+ messages)

[PATCH] imx8mn-ddr4-evk: generate single bootable image
 2022-01-18 11:52 UTC  (2+ messages)

[PATCH v2] ARM: mvebu: x530: Add option for ECC
 2022-01-18 11:19 UTC  (4+ messages)

[PATCH 0/2] arm: mvebu: Remove comphy_update_map()
 2022-01-18 11:18 UTC  (5+ messages)
` [PATCH 1/2] arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt()
` [PATCH 2/2] phy: marvell: Remove unused function comphy_update_map()

[PATCH] arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCE
 2022-01-18 11:17 UTC  (2+ messages)

[PATCH 0/3] QEMU spike machine support for U-Boot
 2022-01-18 10:56 UTC  (3+ messages)

[PATCH v3 00/11] dra7: bring up and support IPU load/start
 2022-01-18 10:12 UTC  (12+ messages)
` [PATCH v3 01/11] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT
` [PATCH v3 02/11] reset: dra7: Add a reset driver
` [PATCH v3 03/11] arm: mach-omap2: load/start remoteproc IPU1/IPU2
` [PATCH v3 04/11] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level
` [PATCH v3 05/11] linux: bitmap.h: Add find_next_zero_area function
` [PATCH v3 06/11] remoteproc: uclass: Add remoteproc resource handling helpers
` [PATCH v3 07/11] remoteproc: ipu: Add driver to bring up ipu
` [PATCH v3 08/11] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes
` [PATCH v3 09/11] arm: dts: dra7: Add ipu and "
` [PATCH v3 10/11] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes
` [PATCH v3 11/11] dts: am57xx*: "

[PATCH] stm32prog: add partition name in treat_partition_list error messages
 2022-01-18  9:33 UTC 

[PATCH] dfu: mtd: skip empty pages when writing page for UBI partition
 2022-01-18  9:26 UTC 

[PATCH v2] image-board: fix wrong implementation ram disk address setup from cmdline
 2022-01-18  7:28 UTC  (3+ messages)

[PATCH v9 00/11] efi_loader: capsule: improve capsule authentication support
 2022-01-18  4:39 UTC  (12+ messages)
` [PATCH v9 01/11] tools: mkeficapsule: output messages to stderr instead of stdout
` [PATCH v9 02/11] tools: mkeficapsule: rework the code a little bit
` [PATCH v9 03/11] tools: build mkeficapsule with tools-only_defconfig
` [PATCH v9 04/11] tools: mkeficapsule: add firmware image signing
` [PATCH v9 05/11] tools: mkeficapsule: add man page
` [PATCH v9 06/11] doc: update UEFI document for usage of mkeficapsule
` [PATCH v9 07/11] test/py: efi_capsule: add image authentication test
` [PATCH v9 08/11] tools: mkeficapsule: allow for specifying GUID explicitly
` [PATCH v9 09/11] test/py: efi_capsule: align with the syntax change of mkeficapsule
` [PATCH v9 10/11] test/py: efi_capsule: add a test for "--guid" option
` [PATCH v9 11/11] test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE

[PATCH 0/8] efi_loader: simplify printing GUIDs
 2022-01-18  2:48 UTC  (3+ messages)
` [PATCH 2/8] lib: printf code %pUs for GUID text representation

Raw Kernel Image Support for Falcon Mode Boot Via SPI Devices
 2022-01-18  1:02 UTC 

Falcon Mode Support For Uncompressed Kernel Images
 2022-01-18  0:58 UTC 

[PATCH] efidebug: avoid 'dfu_alt_info not defined' message
 2022-01-18  1:08 UTC  (4+ messages)

[PATCH v8 00/15] Add Rikomagic MK808 board
 2022-01-18  0:37 UTC  (11+ messages)
` [PATCH v8 05/15] rockchip: rk3066: add sdram driver
` [PATCH v8 07/15] arm: dts: rockchip: add rk3066a.dtsi
` [PATCH v8 08/15] arm: dts: rockchip: add rk3066a-mk808.dts
` [PATCH v8 09/15] rockchip: rk3066: add include
` [PATCH v8 10/15] rockchip: rk3066: add rk3066_common.h include
` [PATCH v8 11/15] rockchip: rk3066: add core support
` [PATCH v8 12/15] rockchip: rk3066: add Rikomagic MK808 board
` [PATCH v8 13/15] rockchip: rk3066: add mk808_defconfig
` [PATCH v8 14/15] rockchip: tools: add rk3066 support to rkcommon.c
` [PATCH v8 15/15] doc: rockchip: add rk3066 Rikomagic MK808


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