public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-02-01 21:20:18 to 2021-02-03 12:44:32 UTC [more...]

[PATCH v3 00/41] test: Refactor tests to have a single test runner
 2021-02-03 12:44 UTC  (27+ messages)
` [PATCH v3 01/41] doc: Tidy up testing section
` [PATCH v3 02/41] doc: Document make tcheck
` [PATCH v3 03/41] sandbox: Drop the 'starting...' message unless testing
` [PATCH v3 04/41] test: Re-enable test_ofplatdata
` [PATCH v3 05/41] doc: Explain how to run tests without pytest
` [PATCH v3 06/41] doc: Document how sandbox_spl_tests are run
` [PATCH v3 07/41] test: Correct setexpr test prefix
` [PATCH v3 08/41] test: Mark all driver model tests with a flag
` [PATCH v3 09/41] test: Rename test-main.c to test-dm.c
` [PATCH v3 10/41] test: Add an overall test runner
` [PATCH v3 11/41] test: Create pre/post-run functions
` [PATCH v3 12/41] test: Call test_pre/post_run() from driver model tests
` [PATCH v3 13/41] test: Move dm_extended_scan() to test_pre_run()
` [PATCH v3 14/41] test: Move do_autoprobe() "
` [PATCH v3 15/41] test: Move dm_scan_plat() "
` [PATCH v3 16/41] test: Drop mallinfo() work-around
` [PATCH v3 17/41] test: Move console silencing to test_pre_run()
` [PATCH v3 18/41] test: Move delay skipping "
` [PATCH v3 19/41] test: Handle driver model reinit in test_pre_run()
` [PATCH v3 20/41] test: Drop struct dm_test_state
` [PATCH v3 21/41] test: Move dm_test_init() into test-main.c
` [PATCH v3 22/41] test: Move dm_test_destroy() "
` [PATCH v3 23/41] test: Move test running into a separate function
` [PATCH v3 24/41] test: Use ut_run_test() to run driver model tests
` [PATCH v3 25/41] test: Drop dm_do_test()
` [PATCH v3 26/41] test: Add ut_run_test_live_flat() to run tests twice

[PATCH v2] spi: zynqmp_gqspi: support dual and quad mode
 2021-02-03 12:36 UTC  (5+ messages)

[PATCH v1] usb: kbd: destroy device after console is stopped
 2021-02-03 12:25 UTC  (5+ messages)

[PATCH] rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE
 2021-02-03 12:20 UTC  (2+ messages)

[PATCH 0/4] clk: Add support to enable clocks
 2021-02-03 12:18 UTC  (5+ messages)
` [PATCH 1/4] clk: zynqmp: "
` [PATCH 2/4] i2c: i2c_cdns: Enable i2c clock
` [PATCH 3/4] clk: versal: Add support to enable clocks
` [PATCH 4/4] net: gem: Enable ethernet rx clock for versal

[PATCH] tools: Remove #include <version.h>
 2021-02-03 11:10 UTC  (4+ messages)

[PATCH] nvme: Fix cache alignment
 2021-02-03 10:42 UTC  (12+ messages)

[PATCH v2 0/2] Console/stdio use after free
 2021-02-03  9:50 UTC  (6+ messages)
` [PATCH v2 2/2] console: Don't start/stop console if stdio device invalid

Subject:[PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x
 2021-02-03  8:15 UTC  (2+ messages)

[PATCH] net: tftp: Avoid sending extra ack on completion
 2021-02-03  8:07 UTC 

[PATCH v5] net: tftp: Add client support for RFC 7440
 2021-02-03  8:01 UTC  (9+ messages)

[PATCH v5 1/3] command.h: Clean-up patch, remove extern from the header
 2021-02-03  6:28 UTC  (6+ messages)
` [PATCH v5 2/3] pxe_utils: clean-up, replace ifdef by IS_ENABLED
` [PATCH v5 3/3] sysboot: add zboot support to boot x86 Linux kernel image

[PATCH v5 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2021-02-03  6:19 UTC  (5+ messages)
  ` [PATCH v5 01/20] mmc: sdhci: Add helper functions for UHS modes

[PATCH v3 1/1] env: sf: single function env_sf_save()
 2021-02-03  6:10 UTC  (6+ messages)

[PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()
 2021-02-02 23:32 UTC  (4+ messages)

[PATCH v2 1/1] sandbox: host bind must close file descriptor
 2021-02-02 23:21 UTC 

[PATCH 1/1] efi_selftest: use GUID to find ESP in dtbdump
 2021-02-02 20:12 UTC 

[PATCH 1/1] efi_loader: install UEFI System Partition GUID
 2021-02-02 20:05 UTC 

[PATCH 1/1] efi_loader: only check size if EFI_DT_APPLY_FIXUPS
 2021-02-02 20:04 UTC 

[PATCH 0/3] arm: mvebu: Espressobin: Set default env values at runtime
 2021-02-02 17:24 UTC  (9+ messages)

[PATCH] xilinx: Show silicon version in SPL
 2021-02-02 15:51 UTC 

[PATCH 1/5] arm: dts: r8a774a1: Import DTS queued for Linux 5.12-rc1
 2021-02-02 15:34 UTC  (9+ messages)

[PATCH v4 0/9] fastboot: Add better support for specifying partitions
 2021-02-02 15:23 UTC  (10+ messages)
` [PATCH v4 1/9] mmc: sandbox: Add support for writing
` [PATCH v4 2/9] test: dm: Add test for fastboot mmc partition naming
` [PATCH v4 3/9] part: Give several functions more useful return values
` [PATCH v4 4/9] part: Support getting whole disk from part_get_info_by_dev_and_name_or_num
` [PATCH v4 5/9] part: Support string block devices in part_get_info_by_dev_and_name
` [PATCH v4 6/9] fastboot: Remove mmcpart argument from raw_part_get_info_by_name
` [PATCH v4 7/9] fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
` [PATCH v4 8/9] fastboot: Allow u-boot-style partitions
` [PATCH v4 9/9] fastboot: Partition specification

[PATCH] arm: mvebu: Espressobin: Set the maximum slave SPI speed to 40MHz
 2021-02-02 14:56 UTC  (2+ messages)

[PATCH] version: Move version_string[] from version.h to version_string.h
 2021-02-02 14:56 UTC  (2+ messages)

[PATCH] cmd: mvebu/bubt: Fix default options in help
 2021-02-02 14:55 UTC  (2+ messages)

[PATCH] azure: Add -E back for the world build script
 2021-02-02 14:31 UTC  (2+ messages)

[PATCH v2] test/py: fix runtest wrapper for pytest 6
 2021-02-02 14:31 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add maintainer to network subsystem
 2021-02-02 14:31 UTC  (2+ messages)

[PATCH] disk: part_dos: update partition table entries after write
 2021-02-02 14:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] common: Kconfig.boot: Add FIT_PRINT config option
 2021-02-02 14:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] cmd: load, emit error message for invalid block device
 2021-02-02 14:31 UTC  (2+ messages)

[PATCH] arm: Remove #include <version.h> from armv8/fwcall.c
 2021-02-02 14:31 UTC  (2+ messages)

[PATCH] tools/fit_check_sign.c: Update usage function
 2021-02-02 14:31 UTC 

MX6sabresd broken since v2019.04
 2021-02-02 14:22 UTC  (19+ messages)

Documentation page shows "The Linux Kernel"
 2021-02-02 14:19 UTC 

ext4 metadata checksums
 2021-02-02 14:16 UTC 

[QUESTION] Kernel 5.10 image might be too big to be loaded by U-Boot on RPi 4B
 2021-02-02 13:55 UTC  (3+ messages)

[PATCH V2 1/6] dt-bindings: Sync versaclock.h with upcoming 5.12-rc1
 2021-02-02 13:55 UTC  (6+ messages)
` [PATCH V2 2/6] arm: dts: r8a774a1: Import DTS queued for Linux 5.12-rc1
` [PATCH V2 3/6] arm: dts: r8a774e1: "
` [PATCH V2 4/6] arm: dts: r8a774b1: "
` [PATCH V2 5/6] ARM: rmobile: Add Beacon EmbeddedWorks RZG2N Dev Kit
` [PATCH V2 6/6] ARM: rmobile: Add Beacon EmbeddedWorks RZG2H "

[PATCH v4 1/3] sysboot: add zboot support to boot x86 Linux kernel image
 2021-02-02 13:22 UTC  (6+ 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 0/5] lmb: Add config for the number of memory and reserved regions
 2021-02-02 12:59 UTC  (6+ messages)
` [PATCH 1/5] lmb: move CONFIG_LMB in Kconfig
` [PATCH 2/5] lmb: remove lmb_region.size
` [PATCH 3/5] lmb: Move lmb property arrays in struct lmb
` [PATCH 4/5] lmb: Add 2 config to define the max number of regions
` [PATCH 5/5] configs: stm32mp15: increase the number of reserved memory region in lmb

[PATCH] xilinx: common: Fix CONFIG_XILINX_OF_BOARD_DTB_ADDR handling for ZynqMP
 2021-02-02 12:40 UTC 

[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 v3] sysboot: add zboot support to boot x86 Linux kernel image
 2021-02-02  9:37 UTC  (4+ messages)

[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 

[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  (4+ messages)
` [PATCH v3 9/9] fastboot: Partition specification

[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)


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