u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 03:59:54 to 2021-12-18 13:50:17 UTC [more...]

[PATCH] arm: mvebu: Use printf for printing fatal errors
 2021-12-18 13:50 UTC  (3+ messages)

[PATCH] arm: mvebu: Remove commented example code
 2021-12-18 13:49 UTC  (3+ messages)

[PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers
 2021-12-18 13:49 UTC  (2+ messages)

[PATCH 0/2] arm: mvebu: a38x: improve USB3 serdes configuration
 2021-12-18 13:48 UTC  (6+ messages)
` [PATCH 1/2] arm: mvebu: a38x: serdes: fix serdes config for USB3
` [PATCH 2/2] arm: mvebu: a38x: serdes: improve USB3 electrical configuration

[PATCH u-boot-marvell RESEND 00/11] Some mvebu comphy + mox + fdt_support changes
 2021-12-18 13:46 UTC  (2+ messages)

[PATCH 1/9] arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C
 2021-12-18 13:45 UTC  (18+ messages)
` [PATCH 2/9] arm: mvebu: db-mv784mp-gp_defconfig: "
` [PATCH 3/9] arm: mvebu: ds414_defconfig: "
` [PATCH 4/9] arm: mvebu: maxbcm_defconfig: "
` [PATCH 5/9] arm: mvebu: theadorable: Switch to using DM I2C API
` [PATCH 6/9] arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API
` [PATCH 7/9] arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
` [PATCH 8/9] arm: mvebu: axp: ddr: Switch to using DM I2C API
` [PATCH 9/9] arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes

[PATCH] i2c: mvtwsi: Swab the register address if its size is > 1
 2021-12-18 13:42 UTC  (2+ messages)

[PATCH 0/8] arm: kirkwood: Add support for Pogoplug V4
 2021-12-18 13:17 UTC  (12+ messages)
` [PATCH 1/8] arm: kirkwood: Pogoplug-V4 : Add DTS files
` [PATCH 2/8] arm: kirkwood: Pogoplug V4 : Add board defconfig file
` [PATCH 3/8] arm: kirkwood: Pogoplug-V4 : Add Kconfig files
` [PATCH 4/8] arm: kirkwood: Pogoplug-V4 : Add board include configs file
` [PATCH 5/8] arm: kirkwood: Pogoplug-V4 : Add board kwbimage file
` [PATCH 6/8] arm: kirkwood: Pogoplug-V4 : Add board implementation header
` [PATCH 7/8] arm: kirkwood: Pogoplug-V4 : Add board implementation
` [PATCH 8/8] arm: kirkwood: Pogoplug-V4 : Add board maintainer

[PATCH] efi_loader: Bump the number of shared pages with StandAloneMM
 2021-12-18 11:03 UTC  (2+ messages)

[RFC v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2021-12-18 10:55 UTC  (8+ messages)
` [RFC v2 02/20] blk: add a helper function, blk_probe_or_unbind()
` [RFC v2 05/20] mmc: call device_probe() after scanning

[PATCH 1/1] tools: avoid OpenSSL deprecation warnings
 2021-12-18 10:32 UTC 

[PATCH 1/1] mmc: unconditionally define mmc_deinit()
 2021-12-18 10:00 UTC  (2+ messages)

[BUG] doc: building htmldocs with sphinx-rtd-theme 1.0.0 fails
 2021-12-18  9:33 UTC 

[PATCH u-boot-marvell v3 0/9] More verifications for kwbimage in SPL
 2021-12-18  9:16 UTC  (2+ messages)

[PATCH 0/2] Add more support for NXP's mfgtool
 2021-12-18  8:44 UTC  (6+ messages)
` [PATCH 1/2] fastboot: fb_getvar: Add getvar_logical_blocksize for MXP mfgtool
` [PATCH 2/2] fastboot: fb_mmc: Add mfgtool all partition size

[PATCH v6 00/27] efi: Improvements to U-Boot running on top of UEFI
 2021-12-18  8:13 UTC  (31+ messages)
` [PATCH v6 01/27] efi: Rename UCLASS_EFI and IF_TYPE_EFI
` [PATCH v6 02/27] efi: Add EFI uclass for media
` [PATCH v6 03/27] efi: Add a media/block driver for EFI block devices
` [PATCH v6 04/27] efi: Locate all block devices in the app
` [PATCH v6 05/27] efi: serial: Support arrow keys
` [PATCH v6 06/27] x86: Allow booting a kernel from the EFI app
` [PATCH v6 07/27] x86: Don't process the kernel command line unless enabled
` [PATCH v6 08/27] x86: efi: Add room for the binman definition in the dtb
` [PATCH v6 09/27] efi: Drop device_path from struct efi_priv
` [PATCH v6 10/27] efi: Add comments to "
` [PATCH v6 11/27] efi: Fix ll_boot_init() operation with the app
` [PATCH v6 12/27] efi: Add a few comments to the stub
` [PATCH v6 13/27] efi: Share struct efi_priv between the app and stub code
` [PATCH v6 14/27] efi: Move exit_boot_services into a function
` [PATCH v6 15/27] efi: Check for failure when initing the app
` [PATCH v6 16/27] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v6 17/27] efi: Show when allocated pages are used
` [PATCH v6 18/27] efi: Allow easy selection of serial-only operation
` [PATCH v6 19/27] x86: efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v6 20/27] efi: Support the efi command in the app
` [PATCH v6 21/27] x86: efi: Show the system-table revision
` [PATCH v6 22/27] x86: efi: Don't set up global_data again with EFI
` [PATCH v6 23/27] x86: efi: Tweak the code used for the 64-bit EFI app
` [PATCH v6 24/27] x86: efi: Round out the link script for 64-bit EFI
` [PATCH v6 25/27] x86: efi: Don't use the 64-bit link script for the EFI app
` [PATCH v6 26/27] x86: efi: Set the correct link flags for the 64-bit "
` [PATCH v6 27/27] efi: Build the 64-bit app properly

[BUG] patman: refused to send patches because of warnings
 2021-12-18  4:29 UTC  (3+ messages)

[PATCH v8 00/32] fdt: Make OF_BOARD a boolean option
 2021-12-18  3:30 UTC  (34+ messages)
` [PATCH v8 01/32] arm: qemu: Mention -nographic in the docs
` [PATCH v8 02/32] arm: riscv: qemu: Explain how to extract the generated dt
` [PATCH v8 03/32] arm: qemu: Add a devicetree file for qemu_arm
` [PATCH v8 04/32] arm: qemu: Add a devicetree file for qemu_arm64 virt
` [PATCH v8 05/32] riscv: qemu: Split devicetree files for qemu_riscv32/64
` [PATCH v8 06/32] arm: rpi: Sync rpi dts files from Linux
` [PATCH v8 07/32] arm: vexpress: Add a devicetree files for juno
` [PATCH v8 08/32] arm: xenguest_arm64: Add a empty devicetree file
` [PATCH v8 09/32] arm: octeontx: Add an "
` [PATCH v8 10/32] arm: xilinx_versal_virt: Add a "
` [PATCH v8 11/32] arm: bcm7xxx: "
` [PATCH v8 12/32] arm: qemu-ppce500: "
` [PATCH v8 13/32] arm: highbank: Add devicetree files
` [PATCH v8 14/32] fdt: Make OF_BOARD a bool option
` [PATCH v8 15/32] fdt: Drop CONFIG_BINMAN_STANDALONE_FDT
` [PATCH v8 16/32] fdt: Make it easier to debug u-boot.dtsi files
` [PATCH v8 17/32] fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()
` [PATCH v8 18/32] fdt: Drop #ifdefs with MULTI_DTB_FIT
` [PATCH v8 19/32] fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()
` [PATCH v8 20/32] fdt: Drop #ifdef around board_fdt_blob_setup()
` [PATCH v8 21/32] fdt: Use if() for fdtcontroladdr check
` [PATCH v8 22/32] fdt: Drop OF_CONTROL check in fdtdec_setup()
` [PATCH v8 23/32] fdt: Drop remaining preprocessor macros "
` [PATCH v8 24/32] fdt: Don't call board_fdt_blob_setup() without OF_BOARD
` [PATCH v8 25/32] dm: core: Allow getting some basic stats
` [PATCH v8 26/32] fdt: Record where the devicetree came from
` [PATCH v8 27/32] fdt: Report the devicetree source
` [PATCH v8 28/32] fdt: Add a Kconfig for boards with a prior stage
` [PATCH v8 29/32] fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARD
` [PATCH v8 30/32] fdt: Makefile: Ensure that OF_BOARD is used when needed
` [PATCH v8 31/32] fdt: Avoid emitting an device tree when not needed
` [PATCH v8 32/32] fdt: Show a runtime warning based on devicetree source

Please pull u-boot-dm/next
 2021-12-18  3:00 UTC  (2+ messages)

[PATCH v3] timer: Add a migration message
 2021-12-17 23:23 UTC  (2+ messages)

[PATCH] fastboot: only look up real partition names when no alias exists
 2021-12-17 23:20 UTC  (2+ messages)

Broken arc toolchain
 2021-12-17 23:12 UTC  (2+ messages)

[PATCH 01/12] Convert CONFIG_83XX_PCICLK to Kconfig
 2021-12-17 23:08 UTC  (12+ messages)
` [PATCH 02/12] ppc: mpc83xx: Remove unused CONFIG symbols
` [PATCH 03/12] Convert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig
` [PATCH 04/12] serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8
` [PATCH 05/12] Convert CONFIG_CPU_PXA27X to Kconfig
` [PATCH 06/12] Convert CONFIG_CPU_SH7751 "
` [PATCH 07/12] Convert CONFIG_CPU_FREQ_HZ "
` [PATCH 08/12] Kconfig: Remove some symbols from the whitelist
` [PATCH 09/12] Convert CONFIG_88F5182 et al to Kconfig
` [PATCH 10/12] Convert CONFIG_SYS_KWD_CONFIG "
` [PATCH 11/12] Convert CONFIG_KIRKWOOD_GPIO "
` [PATCH 12/12] Convert CONFIG_JFFS2_DEV et al "

[PATCH v1 0/5] Move board specific files to board directory
 2021-12-17 23:01 UTC  (6+ messages)
` [PATCH v1 1/5] kconfig: allow defconfigs to live in "
` [PATCH v1 2/5] dts: allow dts files "
` [PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live "
` [PATCH v1 4/5] genboardcfg: allow defconfigs "
` [PATCH v1 5/5] nitrogen6x: move board specific files to nitrogen6x directory

Timer migration to driver model
 2021-12-17 21:43 UTC 

[PATCH v11] driver: spi: add bcm iproc qspi support
 2021-12-17 20:21 UTC 

[PATCH] arm: rmobile: rzg2_beacon: Migrate reset to SYSRESET_PSCI
 2021-12-17 19:47 UTC 

USB 2.0 Test Errors when XHCI driver is loaded on RZ/G2
 2021-12-17 19:19 UTC 

[PATCH 0/3] Conformance Profiles Table support in U-boot
 2021-12-17 18:07 UTC  (9+ messages)
` [PATCH 1/3] efi: Create ECPT table
` [PATCH 2/3] efi: ECPT add EBBRv2.0 conformance profile
` [PATCH 3/3] cmd: efi: efidebug print ECPT table

[PATCH 0/3] add some imx8m power and clock control
 2021-12-17 17:45 UTC  (8+ messages)
` [PATCH 1/3] imx8m: clock_imx8mq: Add the ecspi clocks
` [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs
` [PATCH 3/3] arch: imx8m: Add USB power control

[PATCH v5 00/28] efi: Improvements to U-Boot running on top of UEFI
 2021-12-17 17:42 UTC  (22+ messages)
` [PATCH v5 04/28] efi: Locate all block devices in the app
` [PATCH v5 05/28] efi: serial: Support arrow keys
` [PATCH v5 15/28] efi: Move exit_boot_services into a function
` [PATCH v5 18/28] efi: Show when allocated pages are used
` [PATCH v5 21/28] efi: Support the efi command in the app
` [PATCH v5 22/28] x86: efi: Show the system-table revision

[PATCH v5 00/29] image: Reduce #ifdefs and ad-hoc defines in image code (Part B)
 2021-12-17 17:40 UTC  (4+ messages)
` [PATCH v5 25/29] image: Remove #ifdefs from select_ramdisk()

[PATCH u-boot-next 00/12] Common U-Boot macros for PCI Configuration Mechanism #1
 2021-12-17 17:35 UTC  (2+ messages)

[PATCH v10] driver: spi: add bcm iproc qspi support
 2021-12-17 17:29 UTC 

[PATCH 2/2] fdtgrep: Handle an empty output tree
 2021-12-17 16:46 UTC  (4+ messages)
` [PATCH 1/2] fdtgrep: Correct alignment of struct section

[PATCH 0/2] Arm Juno board documentation
 2021-12-17 16:37 UTC  (5+ messages)
` [PATCH 1/2] doc: Add documentation for the Arm VExpress64 board configs
` [PATCH 2/2] doc: add Arm Juno board documentation

[PATCH] doc: board: Add Calxeda Highbank/Midway documentation
 2021-12-17 16:37 UTC  (2+ messages)

[PATCH] sunxi: add board documentation
 2021-12-17 16:37 UTC  (2+ messages)

[PATCH v2] phy: zynqmp: Add serdes/psgtr driver
 2021-12-17 16:37 UTC  (2+ messages)

Are dt-bindings headers part of the device tree spec?
 2021-12-17 16:37 UTC  (2+ messages)

[PATCH] spl: Provide more space to be used for storing SPL on imx28 OCRAM
 2021-12-17 15:41 UTC 

[PATCH] arm: dts: stm32mp15: alignment with v5.16
 2021-12-17 15:30 UTC 

[PATCH] drivers: spi-nor: Add JEDEC id for W25Q16JV
 2021-12-17 14:41 UTC  (2+ messages)

[PULL next] u-boot-at91-2022.04-a
 2021-12-17 14:15 UTC  (2+ messages)

Pull request: SoCFPGA changes for clk-2022.01-rc3
 2021-12-17 14:15 UTC  (2+ messages)

[PATCH v2] efi_loader: Get rid of kaslr-seed
 2021-12-17 11:33 UTC  (6+ messages)

[PATCH v2] ARM: dts: imx6ull: Use the correct name for ESAI_TX0
 2021-12-17 11:09 UTC 

[PATCH v2 0/4] mtd: spi-nor: Fix software reset; add mx66lm1g45g
 2021-12-17 10:40 UTC  (9+ messages)
` [PATCH v2 3/4] Revert "mtd: spi-nor-core: Perform a Soft Reset on boot"

[PATCH] dts: rockchip: rk3399: enable emmc phy for spl
 2021-12-17 10:13 UTC  (2+ messages)

[PATCH 1/2] fsl-layerscape: add dtb overlay feature
 2021-12-17  7:27 UTC  (11+ messages)

[Cubieboard2 PATCH v1] Enable early LED support
 2021-12-17  5:07 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).