public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-02-02 12:59:07 to 2021-02-03 15:21:11 UTC [more...]

[PATCH 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode
 2021-02-03 15:21 UTC  (5+ messages)
` [PATCH 2/5] spl: Introduce spl_board_prepare_for_optee() hook
` [PATCH 3/5] arm: stm32mp: Implement support for TZC 400 controller
` [PATCH 4/5] stm32mp1: spl: Configure TrustZone controller for OP-TEE
` [PATCH 5/5] ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb

[PATCH] x86: qemu: Fix broken multi-core boot
 2021-02-03 14:46 UTC  (3+ messages)

[PATCH] serial: ns16550: Handle zero <clock-frequency> value
 2021-02-03 14:42 UTC 

[PATCH v3 00/41] test: Refactor tests to have a single test runner
 2021-02-03 14:40 UTC  (43+ 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 v3 27/41] test: Use a local variable for test state
` [PATCH v3 28/41] test: Run driver-model tests using ut_run_list()
` [PATCH v3 29/41] test: Use return values in dm_test_run()
` [PATCH v3 30/41] test: Move the devicetree check into ut_run_list()
` [PATCH v3 31/41] test: Move restoring of driver model state to ut_run_list()
` [PATCH v3 32/41] test: log: Rename log main test file to log_ut.c
` [PATCH v3 33/41] test: Add a macros for finding tests in linker_lists
` [PATCH v3 34/41] test: Rename all linker lists to have a ut_ prefix
` [PATCH v3 35/41] test: Allow SPL to run any available test
` [PATCH v3 36/41] sandbox: Update os_find_u_boot() to find the .img file
` [PATCH v3 37/41] spl: Convert spl_fit to work with sandbox
` [PATCH v3 38/41] doc: Move coccinelle into its own section
` [PATCH v3 39/41] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v3 40/41] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v3 41/41] doc: Explain briefly how to write new tests

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

[PATCH 1/4] common: Drop asm/global_data.h from common header
 2021-02-03 14:19 UTC  (2+ messages)
` [PATCHv2] "

[PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()
 2021-02-03 13:41 UTC  (5+ messages)

[PATCH v5 1/3] command.h: Clean-up patch, remove extern from the header
 2021-02-03 13:37 UTC  (9+ 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] serial: ns16550: Correct the base address type
 2021-02-03 13:22 UTC 

[PATCH 1/2] lib: Fix BINMAN_FDT dependency
 2021-02-03 13:20 UTC  (2+ messages)
` [PATCH 2/2] dts: Fix OF_LIVE dependency

[PATCH] nvme: Fix cache alignment
 2021-02-03 13:08 UTC  (13+ messages)

[PATCH v2 00/33] dm: Add dtoc implementation of device instantiation (part D)
 2021-02-03 13:01 UTC  (34+ messages)
` [PATCH v2 01/33] bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
` [PATCH v2 02/33] dtoc: Scan drivers for available information
` [PATCH v2 03/33] dtoc: Save scan information across test runs
` [PATCH v2 04/33] dtoc: Ignore unwanted files when scanning for drivers
` [PATCH v2 05/33] dtoc: Collect priv/plat struct info from drivers
` [PATCH v2 06/33] dtoc: Support scanning of uclasses
` [PATCH v2 07/33] dtoc: Support scanning of structs in header files
` [PATCH v2 08/33] dtoc: Move test files into a test/ directory
` [PATCH v2 09/33] dtoc: Rename sandbox_i2c_test and sandbox_pmic_test
` [PATCH v2 10/33] dtoc: Add some extra properties to nodes
` [PATCH v2 11/33] dtoc: Make use of node properties
` [PATCH v2 12/33] dtoc: Process nodes to set up required properties
` [PATCH v2 13/33] dtoc: Track nodes which are actually used
` [PATCH v2 14/33] dtoc: Support tracking the phase of U-Boot
` [PATCH v2 15/33] Makefile: Pass the U-Boot phase to dtoc
` [PATCH v2 16/33] dtoc: Support headers needed for drivers
` [PATCH v2 17/33] dtoc: Process driver aliases along with drivers
` [PATCH v2 18/33] dtoc: Warn of duplicate drivers
` [PATCH v2 19/33] dtoc: Read aliases for uclasses
` [PATCH v2 20/33] dtoc: Detect drivers only at the start of start of line
` [PATCH v2 21/33] dtoc: Assign a sequence number to each node
` [PATCH v2 22/33] dtoc: Set up the uclasses that are used
` [PATCH v2 23/33] dtoc: Support processing the root node
` [PATCH v2 24/33] dtoc: Add an option for device instantiation
` [PATCH v2 25/33] dm: of-platadata: Add "
` [PATCH v2 26/33] dtoc: Add support for decl file
` [PATCH v2 27/33] dtoc: Don't generate platform data with instantiation
` [PATCH v2 28/33] sandbox: Make sandbox,emul more conventional
` [PATCH v2 29/33] sandbox: i2c: Rename driver names to work with of-platdata
` [PATCH v2 30/33] dtoc: Tidy up the list of supported phandle properties
` [PATCH v2 31/33] dtoc: Generate a summary in the dt-plat.c file
` [PATCH v2 32/33] dtoc: Generate uclass devices
` [PATCH v2 33/33] dtoc: Generate device instances

[PATCH] clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()"
 2021-02-03 12:59 UTC  (2+ messages)

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

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

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


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