public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-08-20 03:15:44 to 2021-08-23 11:00:10 UTC [more...]

[PATCH v1 0/7] board: toradex: verdin-imx8mm: target refresh
 2021-08-23 10:59 UTC  (16+ messages)
` [PATCH v1 1/7] imx: mkimage_fit_atf: fix legacy image generation
` [PATCH v1 2/7] imx8m: clean-up kconfig indentation
` [PATCH v1 3/7] verdin-imx8mm: fix ethernet
` [PATCH v1 4/7] ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation
` [PATCH v1 5/7] verdin-imx8mm: switch to use binman to pack images
` [PATCH v1 6/7] verdin-imx8mm: enable sleep_moci output
` [PATCH v1 7/7] verdin-imx8mm: drop support for v1.0 hardware

[PATCH] mailmap: Update e-mail for Jernej Skrabec
 2021-08-23  9:09 UTC  (2+ messages)

pull request of u-boot-fsl-qoriq for v2021.10
 2021-08-23  8:22 UTC 

[PATCH 0/4] sunxi: TOC0 image type support
 2021-08-23  7:43 UTC  (8+ messages)

[PATCH] ARM: mach-at91: fix multiple cpu_reset definition when enabling SYSRESET
 2021-08-23  7:42 UTC  (2+ messages)

[PATCH 00/10] xilinx: Add support for DTB reselection
 2021-08-23  7:37 UTC  (11+ messages)
` [PATCH 01/10] xilinx: fru: Replace spaces with \0 in detected name
` [PATCH 02/10] xilinx: Use variable for passing board_name
` [PATCH 03/10] xilinx: common: Change board_info[] handling
` [PATCH 04/10] xilinx: common: Free allocated structure
` [PATCH 05/10] xilinx: Add support for generic board detection
` [PATCH 06/10] xilinx: zynqmp: Check that DT is 64bit aligned
` [PATCH 07/10] Makefile: Align fit-dtb.blob and u-boot.itb by 64bits
` [PATCH 08/10] arm64: dts: Make sure that all DTBs are 64bit aligned
` [PATCH 09/10] xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FIT
` [PATCH 10/10] xilinx: common: Enabling generic function for DT reselection

[PATCH V3] arm: add initial support for the Phytium Pomelo Board
 2021-08-23  7:32 UTC 

[PATCH] arm64: zynqmp: Enable sha1sum command
 2021-08-23  6:53 UTC  (2+ messages)

[PATCH] watchdog: versal: Include header file needed for dev_ functions
 2021-08-23  6:53 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Add debug messages for boot mode
 2021-08-23  6:53 UTC  (2+ messages)

[PATCH] cmd: boot: Update reset usage message
 2021-08-23  6:52 UTC  (2+ messages)

[PATCH] cmd: pwm: Remove additional pwm description
 2021-08-23  6:51 UTC  (2+ messages)

[PATCH 0/4] xilinx: Add SoC Xilinx driver for zynqmp & versal
 2021-08-23  6:51 UTC  (2+ messages)

[PATCH] fdt_support: Add kernel-doc for fdt_fixup_memory_banks()
 2021-08-23  6:50 UTC  (2+ messages)

[PATCH] xilinx: Disable ARCH_FIXUP_FDT_MEMORY
 2021-08-23  6:49 UTC  (2+ messages)

[PATCH] ARM: zynq: Enable smcc and nor for zc770-xm012
 2021-08-23  6:49 UTC  (2+ messages)

[PATCH] ARM: zynq: Wire single qspi on couple of boards
 2021-08-23  6:49 UTC  (2+ messages)

[PATCH] ARM: zynq: Replace 'io-standard' with 'power-source' property
 2021-08-23  6:48 UTC  (2+ messages)

[PATCH] xilinx: Add jedec compatible string for QSPI (Zynq/ZynqMP)
 2021-08-23  6:48 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Update comment style sm-k26
 2021-08-23  6:47 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix header alignment on kv260 boards
 2021-08-23  6:47 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix node name for ds35/36 leds
 2021-08-23  6:45 UTC  (2+ messages)

[PATCH v2] xilinx: zynqmp: Initialize usb and scsi via preboot
 2021-08-23  6:45 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Disable WDT_CDNS driver by default
 2021-08-23  6:44 UTC  (2+ messages)

[PATCH] ARM: dts: Fix node status to "okay" on TI boards
 2021-08-23  6:44 UTC  (4+ messages)

[PATCH] xilinx: zynqmp: Update descriptions for u-boot.its
 2021-08-23  6:43 UTC 

binman should create a list of output files
 2021-08-23  6:38 UTC  (3+ messages)

[PATCH] i2c: i2c-gpio: Support the named GPIO binding
 2021-08-23  4:34 UTC  (3+ messages)

[PATCH v2 1/1] bootcount: add a new driver with syscon as backend
 2021-08-23  4:33 UTC  (2+ messages)

[PATCHv2 0/2] Introduce mcp230xx support
 2021-08-23  4:31 UTC  (5+ messages)
` [PATCHv2 1/2] i2c: add dm_i2c_reg_clrset
` [PATCHv2 2/2] gpio: mcp230xx: Introduce new driver

[PATCH 00/11] sunxi: Migrate to DM_I2C
 2021-08-23  4:26 UTC  (18+ messages)
` [PATCH 01/11] i2c: Add a DM_I2C wrapper for the sun6i_p2wi controller
` [PATCH 02/11] i2c: Add a DM_I2C wrapper for the sun8i_rsb controller
` [PATCH 03/11] power: pmic: Consistently depend on DM_PMIC
` [PATCH 04/11] power: pmic: Make the uclass optional in SPL
` [PATCH 05/11] power: pmic: Add a driver for X-Powers AXP PMICs
` [PATCH 06/11] sunxi: Select SUN8I_RSB more carefully
` [PATCH 07/11] sunxi: pmic_bus: Fix Kconfig dependencies
` [PATCH 08/11] sunxi: pmic_bus: Clean up preprocessor conditions
` [PATCH 09/11] sunxi: pmic_bus: Use the DM PMIC interface when possible
` [PATCH 10/11] sunxi: video: Convert panel I2C to use DM_I2C
` [PATCH 11/11] sunxi: Enable DM_I2C for all sunxi boards

[PATCH 1/3] fs/erofs: new filesystem
 2021-08-23  4:24 UTC  (4+ messages)
` [PATCH 2/3] fs/erofs: add lz4 1.8.3 decompressor
` [PATCH 3/3] fs/erofs: add lz4 decompression support

[PATCH] configs: Layerscape: Remove the 'fdt_addr' env
 2021-08-23  3:37 UTC  (3+ messages)

[PATCH 0/1] arm: imx8m: imx8mm-cl-iot-gate: Add support for detect memory size
 2021-08-23  2:49 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] imx8m: Restrict usable memory based on rom_pointer[0]
 2021-08-23  2:43 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 00/28] Initial implementation of bootmethod/bootflow
 2021-08-23  0:46 UTC  (6+ messages)

[PATCH 0/4] power: axp: Move poweroff to DM_PMIC/SYSRESET driver
 2021-08-22 23:18 UTC  (5+ messages)
` [PATCH 1/4] include: axp_pmic: Add missing header guard definition
` [PATCH 2/4] include: axp_pmic: Include headers for all variants
` [PATCH 3/4] power: axp: Avoid do_poweroff conflict with sysreset
` [PATCH 4/4] power: pmic: axp: Implement poweroff via sysreset

[PATCH] display_options: Do not use %llu in print_size
 2021-08-22 20:54 UTC  (2+ messages)

[PATCH] tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabled
 2021-08-22 20:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V4] clk: clk_versaclock: Add support for versaclock driver
 2021-08-22 20:54 UTC  (6+ messages)

[PATCH v4] Fix flashing of eMMC user area with Fastboot
 2021-08-22 20:54 UTC  (2+ messages)

[PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot
 2021-08-22 20:54 UTC  (2+ messages)

[PATCH] sunxi: Avoid duplicate reset_cpu with SYSRESET enabled
 2021-08-22 20:49 UTC 

[PATCH 0/4] Improved sysreset/watchdog uclass integration
 2021-08-22 20:41 UTC  (5+ messages)
` [PATCH 1/4] sysreset: Add uclass Kconfig dependency to drivers
` [PATCH 2/4] sysreset: Mark driver probe functions as static
` [PATCH 3/4] sysreset: watchdog: Move watchdog reference to plat data
` [PATCH 4/4] watchdog: Automatically register device with sysreset

[PATCH 1/3] watchdog: Add a driver for the sunxi watchdog
 2021-08-22 18:53 UTC  (3+ messages)
` [PATCH 2/3] sunxi: Enable watchdog timer support by default
` [PATCH 3/3] sunxi: dts: H616: Enable the watchdog

[PATCH] sunxi: Select SPL_SEPARATE_BSS
 2021-08-22 18:23 UTC 

[PATCH v2 0/4] sunxi: TOC0 image type support
 2021-08-22 17:51 UTC  (10+ messages)
` [PATCH v2 1/4] tools: Separate image types which depend on OpenSSL
` [PATCH v2 2/4] tools: mkimage: Add Allwinner TOC0 support
` [PATCH v2 3/4] sunxi: Support SPL in both eGON and TOC0 images
` [PATCH v2 4/4] sunxi: Support building a SPL as a TOC0 image

SPL SPI boot problem after commit "spi: Update speed/mode on change"
 2021-08-22 15:22 UTC  (3+ messages)

[PATCH] rpi: Copy properties from firmware dtb to the loaded dtb
 2021-08-22 14:36 UTC 

[PATCH 1/9] Kconfig: Use spaces not tabs in Kconfig entires
 2021-08-22 11:40 UTC  (11+ messages)
` [PATCH 2/9] global: Remove unused or unnecessary CONFIG symbols related to DDR
` [PATCH 3/9] mvebu: Migrate CONFIG_DDR_32BIT/64BIT to Kconfig
` [PATCH 4/9] mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE
` [PATCH 5/9] mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig
` [PATCH 6/9] ddr: Migrate DDR_SPD "
` [PATCH 7/9] nxp: Migrate CONFIG_DDR_CLK_FREQ "
` [PATCH 8/9] nxp: Migrate a number of DDR related symbols "
` [PATCH 9/9] Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT "

[PATCH] tools: kwbimage: Remove comment about unimplemented register headers in v1 images
 2021-08-22 10:31 UTC 

[PATCH] cmd: ubi: add a command to swap volumes
 2021-08-22  8:24 UTC  (2+ messages)

[u-boot-test-hooks PATCH] travis-ci: Add SiFive Unleashed QEMU targets
 2021-08-22  5:01 UTC 

[PATCH v2 0/4] mkimage: sunxi_egon: add riscv support
 2021-08-22  1:15 UTC  (2+ messages)

[PATCH v2] ARM: Prevent the compiler from using NEON registers
 2021-08-22  0:54 UTC 

[u-boot-test-hooks PATCH] travis-ci: Correct the memory size for Xilinx Zynq QEMU
 2021-08-21 15:01 UTC 

[u-boot-test-hooks PATCH] Update Contributing.md with up-to-date information
 2021-08-21  9:45 UTC 

[PATCH] rockchip: px30: sync serial flash controller bindings with mainline
 2021-08-21  1:46 UTC 

Pull request for efi-2021-10-rc3
 2021-08-20 19:28 UTC  (2+ messages)

How should we deal with actual hush odd behavior?
 2021-08-20 18:22 UTC  (2+ messages)

[PATCH v6 00/12] handling all DM watchdogs in watchdog_reset()
 2021-08-20 18:22 UTC  (14+ messages)
` [PATCH v6 10/12] watchdog: add gpio watchdog driver

[PATCH v2 01/16] sandbox: net: Ensure host name is always a valid string
 2021-08-20 18:18 UTC  (4+ messages)
` [PATCH v2 15/16] clk: Detect failure to set defaults

[PATCH 1/2] doc: rockchip: sort rockchip support list for rk3188
 2021-08-20 17:27 UTC  (2+ messages)
` [PATCH 2/2] doc: rockchip: write all brand names with a capital

[PATCH v2 0/6] Armv8r64 + BASER_FVP board support
 2021-08-20 17:05 UTC  (9+ messages)
` [PATCH v2 1/6] armv8: Disable pointer authentication traps for EL1
` [PATCH v2 3/6] armv8: Add ARMv8 MPU configuration logic
` [PATCH v2 5/6] arm: Use armv8_switch_to_el1 env to switch to EL1

[v6 00/17] Add Intel N5X SoC support
 2021-08-20 16:31 UTC  (3+ messages)
` [v6 15/17] arm: dts: Add base dtsi and devkit dts for Intel N5X device

[RFC PATCH 0/6] Add C tests for hush
 2021-08-20 15:48 UTC  (7+ messages)
` [RFC PATCH 1/6] test: Add framework to test hush behavior
` [RFC PATCH 2/6] test: hush: Test hush if/else
` [RFC PATCH 3/6] test/py: hush_if_test: Remove the test file
` [RFC PATCH 4/6] test: hush: Test hush variable expansion
` [RFC PATCH 5/6] test: hush: Test hush commands list
` [RFC PATCH 6/6] test: hush: Test hush loops

[PATCH v3 1/2] imx8mm-evk: Generate a single bootable flash.bin again
 2021-08-20 14:21 UTC  (9+ messages)
` [PATCH v3 2/2] Makefile: Clean the i.MX8MM artifacts

[PATCH] global: Remove dead code that starts with CONFIG_[0-9A]
 2021-08-20 13:57 UTC  (3+ messages)

[PATCH 1/7] tools: imx8mimage: not abort when mmap fail
 2021-08-20 13:45 UTC  (4+ messages)
` [PATCH 5/7] imx: makefile: drop the use of imx8mimage.sh

[PATCH v2 0/4] Add octal DTR support for Macronix flash
 2021-08-20  6:58 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: spi-nor: macronix: add support for Macronix Octal flash
` [PATCH v2 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v2 3/4] mtd: spi-nor-core: set 4byte opcode when possible
` [PATCH v2 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash

[PATCH] ARM: meson: Add S905Y2 SOC ID
 2021-08-20  2:18 UTC 

[PATCH] configs: ls1046aqds: Configure environment related configs
 2021-08-20 12:02 UTC 

Remove the gitlab-ci-runner on source.denx.de?
 2021-08-20 11:02 UTC 

status="ok" treated as disabled by DM
 2021-08-20 10:01 UTC  (3+ messages)

[PATCH] nand: vf610_nfc: Do not abuse CONFIG namespace
 2021-08-20  9:34 UTC  (2+ messages)

[PATCH] spi: altera_spi: Do not abuse CONFIG namespace
 2021-08-20  9:33 UTC  (2+ messages)

[PATCH] video: Remove ati_radeon_fb
 2021-08-20  9:32 UTC  (2+ messages)

[PATCH] mpc83xx: Update comment
 2021-08-20  9:32 UTC  (2+ messages)

[PATCH] i8042: Do not abuse CONFIG namespace
 2021-08-20  9:31 UTC  (2+ messages)

[PATCH 1/4] ARM: dts: at91: sama5d2_icp: add QSPI1 device
 2021-08-20  6:25 UTC  (3+ messages)
` [PATCH 3/4] ARM: dts: at91: sama5d2: fix dtc warning for ohci and ehci


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