messages from 2021-02-01 07:26:40 to 2021-02-02 11:56:07 UTC [more...]
[PATCH v4 1/3] sysboot: add zboot support to boot x86 Linux kernel image
2021-02-02 11:56 UTC (3+ messages)
` [PATCH v4 2/3] command.h: Clean-up patch, remove extern from the header
` [PATCH v4 3/3] pxe_utils: clean-up, replace ifdef by IS_ENABLED
[PATCH V2] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y
2021-02-02 10:48 UTC (2+ messages)
[PATCH 1/5] arm: dts: r8a774a1: Import DTS queued for Linux 5.12-rc1
2021-02-02 10:11 UTC (7+ messages)
[PATCH v3] sysboot: add zboot support to boot x86 Linux kernel image
2021-02-02 9:37 UTC (4+ messages)
[PATCH v3 1/1] env: sf: single function env_sf_save()
2021-02-02 9:30 UTC (2+ messages)
[PATCH] nvme: Fix cache alignment
2021-02-02 9:12 UTC (6+ messages)
Subject:[PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x
2021-02-02 9:06 UTC
[PATCH] mmc: mv_sdhci: parse device-tree entry
2021-02-02 9:01 UTC (2+ messages)
[PATCH] clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"
2021-02-02 8:47 UTC
[QUESTION] Kernel 5.10 image might be too big to be loaded by U-Boot on RPi 4B
2021-02-02 8:28 UTC (3+ messages)
[v4 00/33] gpio: layerscape: fix gpio and enable gpio
2021-02-02 8:26 UTC (34+ messages)
` [v4 01/33] gpio: mpc8xxx_gpio: Fix for litte endian
` [v4 02/33] arm: dts: ls1021a: add gpio node
` [v4 03/33] arm64: dts: ls1012a: "
` [v4 04/33] arm64: dts: ls1028a: "
` [v4 05/33] arm64: dts: ls1043a: "
` [v4 06/33] arm64: dts: ls1046a: "
` [v4 07/33] arm64: dts: ls1088a: "
` [v4 08/33] arm64: dts: ls208xa: "
` [v4 09/33] configs: ls1012a: enable CONFIG_MPC8XXX_GPIO
` [v4 10/33] configs: ls1043a: "
` [v4 11/33] configs: ls1028a: "
` [v4 12/33] configs: ls1088a: "
` [v4 13/33] configs: ls208xa: "
` [v4 14/33] configs: lx2160a: "
` [v4 15/33] configs: ls1046a: enable MPC8XXX_GPIO
` [v4 16/33] configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO
` [v4 17/33] configs: ls1021aqds: "
` [v4 18/33] configs: ls1012afrwy: enable CMD_GPIO
` [v4 19/33] configs: ls1012ardb: "
` [v4 20/33] configs: ls1021aqds: "
` [v4 21/33] configs: ls1021atwr: "
` [v4 22/33] configs: ls1028aqds: "
` [v4 23/33] configs: ls1028ardb: "
` [v4 24/33] configs: ls1043aqds: "
` [v4 25/33] configs: ls1043ardb: "
` [v4 26/33] configs: ls1046ardb: "
` [v4 27/33] configs: ls1046aqds: "
` [v4 28/33] configs: ls2088ardb: enable DM_GPIO and CMD_GPIO
` [v4 29/33] configs: ls2088aqds: enable CMD_GPIO
` [v4 30/33] configs: ls1088aqds: enable DM_GPIO and CMD_GPIO
` [v4 31/33] configs: ls1088ardb: "
` [v4 32/33] configs: lx2160ardb: enable CMD_GPIO
` [v4 33/33] configs: lx2160aqds: "
[v3 00/33] gpio: layerscape: fix gpio and enable gpio
2021-02-02 8:19 UTC (4+ messages)
` [v3 16/33] configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO
[PATCH] x86: qemu: Fix broken multi-core boot
2021-02-02 7:04 UTC
[PATCH 0/4] fs: fat: code clean up
2021-02-02 6:52 UTC (8+ messages)
` [PATCH 4/4] fs: fat: remove trailing periods from long name
Subject: [PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x
2021-02-02 6:32 UTC (2+ messages)
Intermittent failure with test_efi_selftest_text_input
2021-02-02 4:11 UTC (5+ messages)
[PATCH] spi: imx: Implement set_speed
2021-02-02 3:10 UTC (2+ messages)
[PATCH v2 0/3] mmc: mmc_spi: Fix potential spec violation in receiving card response
2021-02-02 2:48 UTC (4+ messages)
` [PATCH v2 1/3] mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()
` [PATCH v2 2/3] mmc: mmc_spi: Fix potential spec violation in receiving card response
` [PATCH v2 3/3] mmc: mmc_spi: Document the 3 local functions
[PATCH v3] mmc: mmc_spi: Print verbose debug output when crc16 check fails
2021-02-02 2:32 UTC
IPv6 Support
2021-02-02 0:28 UTC
[PATCH v3 0/9] fastboot: Add better support for specifying partitions
2021-02-01 22:38 UTC (12+ messages)
` [PATCH v3 1/9] mmc: sandbox: Add support for writing
` [PATCH v3 2/9] test: dm: Add test for fastboot mmc partition naming
` [PATCH v3 3/9] part: Give several functions more useful return values
` [PATCH v3 4/9] part: Support getting whole disk from part_get_info_by_dev_and_name_or_num
` [PATCH v3 5/9] part: Support string block devices in part_get_info_by_dev_and_name
` [PATCH v3 6/9] fastboot: Remove mmcpart argument from raw_part_get_info_by_name
` [PATCH v3 7/9] fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
` [PATCH v3 8/9] fastboot: Allow u-boot-style partitions
` [PATCH v3 9/9] fastboot: Partition specification
[PATCH v5] net: tftp: Add client support for RFC 7440
2021-02-01 22:27 UTC (5+ messages)
[PATCH v5 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
2021-02-01 22:10 UTC (3+ messages)
` [PATCH v5 01/20] mmc: sdhci: Add helper functions for UHS modes
[PATCH 0/3] mmc: mmc_spi: Fix potential spec violation in receiving card response
2021-02-01 21:58 UTC (3+ messages)
` [PATCH 2/3] "
[PATCH 1/1] sandbox: host bind must close file descriptor
2021-02-01 21:50 UTC (4+ messages)
[PATCH] tools: Remove #include <version.h>
2021-02-01 21:20 UTC (3+ messages)
[PATCH] env: increment redund flag on read fail
2021-02-01 20:54 UTC (2+ messages)
[ANN] U-Boot v2021.04-rc1 released
2021-02-01 20:44 UTC (2+ messages)
[PATCH 1/1] firmware: smci: possible NULL dereference
2021-02-01 20:44 UTC (2+ messages)
[PATCH v2 1/1] sandbox: mark os_abort() as noreturn
2021-02-01 20:44 UTC (2+ messages)
[PATCH v2 00/10] Allow booting a 32-bit system with a top memory address beyond 4 GiB
2021-02-01 20:44 UTC (3+ messages)
` [PATCH v2 10/10] bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit
[PATCH 1/1] doc: dm: describe end of life of plat_auto
2021-02-01 20:44 UTC (2+ messages)
[PATCH] azure: Add -E back for the world build script
2021-02-01 20:44 UTC (2+ messages)
[PATCH v2] test/py: fix runtest wrapper for pytest 6
2021-02-01 20:44 UTC (2+ messages)
[PATCH 1/1] fs: fat: usage basename in file_fat_write_at, fat_mkdir
2021-02-01 20:44 UTC (2+ messages)
[PATCH v1] fix patman --limit-cc option
2021-02-01 20:44 UTC (2+ messages)
[PATCH v2 00/12] Add support for pinmux status command on beaglebone
2021-02-01 20:44 UTC (7+ messages)
` [PATCH v2 07/12] pinctrl: single: change function mask default value
` [PATCH v2 08/12] pinctrl: single: add register access functions
` [PATCH v2 11/12] pinctrl: single: add get_pin_muxing operation
[PATCH 0/2] power: remove non-DM max8997/8 files
2021-02-01 20:44 UTC (5+ messages)
` [PATCH 1/2] board: samsung: covert to driver model about power_key_pressed
` [PATCH 2/2] power: pmic: remove pmic_max8997/8 files
[PATCH v4 0/6] Add support for ECDSA image signing (with test)
2021-02-01 20:44 UTC (4+ messages)
[PATCH v1 1/7] command sf: help text format
2021-02-01 20:44 UTC (4+ messages)
` [PATCH v1 7/7] provide "sf protect check" command
[PATCH v1 0/7] fix and improve Micron/SST26* SPI NOR protection handling
2021-02-01 20:43 UTC (7+ messages)
` [PATCH v1 1/7] command sf: help text format
` [PATCH v1 2/7] sf protect: warn about failed (un)lock operation
` [PATCH v1 7/7] provide "sf protect check" command
[PATCH v5 0/6] Add support for ECDSA image signing (with test)
2021-02-01 20:43 UTC (3+ messages)
` [PATCH v5 6/6] test/py: ecdsa: Add test for mkimage ECDSA signing
[PATCH v2 0/2] Console/stdio use after free
2021-02-01 20:43 UTC (8+ messages)
` [PATCH v2 1/2] stdio: Introduce stdio_valid()
` [PATCH v2 2/2] console: Don't start/stop console if stdio device invalid
[PATCH] version: Move version_string[] from version.h to version_string.h
2021-02-01 20:43 UTC (2+ messages)
[PATCH] arm: Remove #include <version.h> from armv8/fwcall.c
2021-02-01 20:43 UTC (2+ messages)
[PATCH v2 0/4] doc: update Kernel documentation build system
2021-02-01 20:43 UTC (9+ messages)
` [PATCH v2 1/4] doc: board: fix Microchip MPFS Icicle Kit doc
` [PATCH v2 2/4] doc: fix doc/develop/logging.rst
` [PATCH v2 3/4] .gitlab-ci: install doc/sphinx/requirements.txt
` [PATCH v2 4/4] doc: update Kernel documentation build system
[PATCH 1/1] doc: update Kernel documentation build system
2021-02-01 20:38 UTC (11+ messages)
[PATCH v5 0/4] VIM3: add support for checking 'Function' button state
2021-02-01 20:38 UTC (12+ messages)
` [PATCH v5 1/4] dt-bindings: input: adc-keys bindings documentation
` [PATCH v5 3/4] adc: meson-saradc: add support for getting reference voltage value
` [PATCH v5 4/4] configs: khadas-vim3(l): enable Function button support
` [PATCH v5 2/4] button: add a simple Analog to Digital Converter device based button driver
[PATCH 00/11] Add support for pinmux status command on beaglebone
2021-02-01 20:38 UTC (5+ messages)
` [PATCH 10/11] pinctrl: single: add get_pin_muxing operation
[PATCH 1/1] .gitlab-ci: install doc/sphinx/requirements.txt
2021-02-01 20:38 UTC (2+ messages)
[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
2021-02-01 19:51 UTC
[PATCH v4 0/9] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
2021-02-01 19:40 UTC (7+ messages)
` [PATCH v4 6/9] mtd: spi-nor-core: Add overlaid sector erase feature
` [PATCH v4 8/9] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t
` [PATCH v4 9/9] mtd: spi-nor-tiny: "
[PATCH] env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE
2021-02-01 19:31 UTC (5+ messages)
[PATCH 00/14] spi: dw: Add support for DUAL/QUAD/OCTAL modes
2021-02-01 18:00 UTC (16+ messages)
` [PATCH 01/14] cmd: sf: Display errno on erase failure
` [PATCH 02/14] cmd: sf: Print error on test failure
` [PATCH 03/14] mtd: spi-nor-core: Fix typo in documentation
` [PATCH 04/14] mtd: spi-mem: Export spi_mem_default_supports_op
` [PATCH 05/14] spi: spi-mem: Add debug message for spi-mem ops
` [PATCH 10/14] spi: dw: Add DUAL/QUAD/OCTAL caps
[PATCH v2 0/8] Various minor fixes
2021-02-01 17:46 UTC (3+ messages)
` [PATCH v2 1/8] spl: Drop duplicate 'Jumping to U-Boot' message
MX6sabresd broken since v2019.04
2021-02-01 17:40 UTC (16+ messages)
[PATCH v2] sunxi: spl: Fix H616 clock initialization
2021-02-01 17:25 UTC
[PATCH] MAINTAINERS: Add maintainer to network subsystem
2021-02-01 17:19 UTC (2+ messages)
[PATCH v2 00/40] test: Refactor tests to have a single test runner
2021-02-01 16:47 UTC (5+ messages)
` [PATCH v2 05/40] doc: Document how sandbox_spl_tests are run
` [PATCH v2 26/40] test: Use a local variable for test state
[PATCH v2 0/9] fastboot: Add better support for specifying partitions
2021-02-01 16:47 UTC (4+ messages)
` [PATCH v2 1/9] mmc: sandbox: Add support for writing
Please pull u-boot-x86
2021-02-01 16:05 UTC (2+ messages)
Pull request: u-boot-sunxi/master for v2021.04 (part 3)
2021-02-01 16:05 UTC (2+ messages)
[PATCH v2 0/4] fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
2021-02-01 15:55 UTC (3+ messages)
[PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it
2021-02-01 15:30 UTC (3+ messages)
[PATCH 0/3] arm: mvebu: Espressobin: Set default env values at runtime
2021-02-01 15:24 UTC (2+ messages)
[PATCH] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y
2021-02-01 14:58 UTC
[PATCH v2 1/1] env: sf: single function env_sf_save()
2021-02-01 12:16 UTC (3+ messages)
[PATCH 04/11] dm: Remove uses of device_bind_offset()
2021-02-01 12:14 UTC (8+ messages)
` [PATCH 00/11] dm: Simplify livetree handling
[PATCH] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
2021-02-01 11:40 UTC (4+ messages)
[PATCH] rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE
2021-02-01 11:16 UTC
[PATCH] env: sf: single function env_sf_save()
2021-02-01 10:46 UTC (3+ messages)
[PATCH 0/3] Add mmc-pwrseq file to use common function
2021-02-01 9:28 UTC (4+ messages)
` [PATCH 1/3] mmc: pwrseq: add mmc-pwrseq file to provide a generic interface
` [PATCH 2/3] mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq
` [PATCH 3/3] mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseq
[PATCH v2] fastboot: add UUU command UCmd and ACmd support
2021-02-01 8:23 UTC
[PATCH] fastboot: add UUU command UCmd and ACmd support
2021-02-01 8:21 UTC (5+ messages)
Xilinx ZynqMP SPL boot: psu_init_gpl.c code corrupts U-Boot memory
2021-02-01 7:52 UTC (4+ messages)
[PATCH] x86: Reduce size of samus image
2021-02-01 7:26 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox