public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-12-29 03:35:24 to 2020-12-31 22:48:45 UTC [more...]

[PATCH 0/9] This series adds support for flashing eMMC boot partitions, and for
 2020-12-31 22:48 UTC  (3+ messages)
` [PATCH 1/9] mmc: sandbox: Add support for writing
` [PATCH 2/9] test: dm: Add test for fastboot mmc partition naming

[PATCH 1/5] tpm: cr50: Check for valid locality
 2020-12-31 16:52 UTC  (5+ messages)
` [PATCH 2/5] tpm: cr50: Add a better description and more debug
` [PATCH 3/5] tpm: cr50: Rename driver to work with of-platdata
` [PATCH 4/5] x86: coral: Update an unused pin to reduce power
` [PATCH 5/5] x86: coral: Enable CONFIG_BOOTARGS_SUBST

Pull request for UEFI sub-system for next
 2020-12-31 16:25 UTC 

[PATCH 1/1] doc: move README.fdt-overlays to HTML documentation
 2020-12-31 15:48 UTC 

[PATCH 1/1] doc: add synopsis for pstore command
 2020-12-31 15:01 UTC 

[PATCH 1/1] doc: man-page base command
 2020-12-31 14:46 UTC 

[PATCH] efi_loader: Add size checks to efi_create_indexed_name()
 2020-12-31 12:04 UTC  (2+ messages)

[PATCH] efi_loader: Remove unused headers from efi_load_initrd.c
 2020-12-31 11:52 UTC  (2+ messages)

[PATCH 00/30] dm: Implement OF_PLATDATA_INST in driver model (part E)
 2020-12-31  4:10 UTC  (31+ messages)
` [PATCH 01/30] sandbox: Drop debug message in os_spl_to_uboot()
` [PATCH 02/30] linker_lists: Allow use in data structures
` [PATCH 03/30] dm: core: Add macros to access the new linker lists
` [PATCH 04/30] dm: core: Allow dropping run-time binding of devices
` [PATCH 05/30] dm: core: Adjust uclass setup with of-platdata
` [PATCH 06/30] dm: core: Set up driver model for OF_PLATDATA_INST
` [PATCH 07/30] dm: core: Skip adding uclasses with OF_PLATDATA_INST
` [PATCH 08/30] dm: Add the new dtoc-generated files to the build
` [PATCH 09/30] dm: core: Include dt-decl.h automatically
` [PATCH 10/30] dm: test: Avoid destroying uclasses with of-platdata-inst
` [PATCH 11/30] clk: sandbox: Move priv/plat data to a header file
` [PATCH 12/30] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
` [PATCH 13/30] clk: sandbox: Create a special fixed-rate driver
` [PATCH 14/30] sandbox: Create a new sandbox_noinst build
` [PATCH 15/30] test: Run sandbox_spl tests on sandbox_noinst
` [PATCH 16/30] azure/gitlab: Add tests for sandbox_noinst
` [PATCH 17/30] dm: core: Add an option to support SPL in read-only memory
` [PATCH 18/30] dm: core: Create a struct for device runtime info
` [PATCH 19/30] dm: core: Move flags to device-runtime info
` [PATCH 20/30] dm: core: Allow storing priv/plat data separately
` [PATCH 21/30] sandbox: Define a region for device priv/plat data
` [PATCH 22/30] dm: core: Use separate priv/plat data region
` [PATCH 23/30] x86: Define a region for device priv/plat data
` [PATCH 24/30] x86: apl: Fix the header order in pmc
` [PATCH 25/30] x86: apl: Tell of-platdata about a required header file
` [PATCH 26/30] x86: itss: Tidy up bind() for of-platdata-inst
` [PATCH 27/30] x86: Support a fake PCI device with of-platdata-inst
` [PATCH 28/30] x86: Don't include reset driver in SPL
` [PATCH 29/30] x86: coral: Drop ACPI properties from of-platdata
` [PATCH 30/30] x86: apl: Use read-only SPL and new of-platdata

[PATCH 0/8] spl: fit: Play nicely with OP-TEE and Linux
 2020-12-31  2:57 UTC  (10+ messages)
` [PATCH 2/8] spl: fit: Factor out FIT parsing and use a context struct

[RFC] VIDEO_MXS in Kconfig and SUNXI video DM
 2020-12-31  1:29 UTC 

[PATCH 1/1] fs/fat: implement fsuuid command
 2020-12-30 23:52 UTC 

[PATCH 0/8 v2] Change logic of EFI LoadFile2 protocol for initrd loading
 2020-12-30 21:23 UTC  (21+ messages)
` [PATCH 1/8 v2] efi_loader: Remove unused headers from efi_load_initrd.c
` [PATCH 2/8 v2] efi_loader: Remove unconditional installation of file2 protocol for initrd
` [PATCH 3/8 v2] efi_loader: Add size checks to efi_create_indexed_name()
` [PATCH 4/8 v2] efi_loader: Introduce helper functions for EFI
` [PATCH 5/8 v2] efi_loader: bootmgr: Use get_var from efi_helper file
` [PATCH 6/8 v2] efi_loader: Replace config option with EFI variable for initrd loading
` [PATCH 7/8 v2] efi_selftest: Modify self-tests for initrd loading via Loadfile2
` [PATCH 8/8 v2] doc: uefi: Add instruction for initrd loading

[PATCH RFC v2 0/5] Add support for ECDSA image signing (with test)
 2020-12-30 21:00 UTC  (6+ messages)
` [PATCH RFC v2 1/5] lib: Rename rsa-checksum.c to hash-checksum.c
` [PATCH RFC v2 2/5] lib/rsa: Make fdt_add_bignum() available outside of RSA code
` [PATCH RFC v2 3/5] lib: Add support for ECDSA image signing
` [PATCH RFC v2 4/5] doc: signature.txt: Document devicetree format for ECDSA keys
` [PATCH RFC v2 5/5] test/py: ecdsa: Add test for mkimage ECDSA signing

IMX8MM SD UHS support
 2020-12-30 21:00 UTC  (10+ messages)

[PATCH] Nokia RX-51: Do not try calling both ext2load and ext4load
 2020-12-30 18:55 UTC  (2+ messages)
` [maemo-leste] "

[PATCH v8 00/28] Add DM support for omap PWM backlight
 2020-12-30 18:14 UTC  (15+ messages)
` [PATCH v8 01/28] clk: export generic routines
` [PATCH v8 02/28] dt-bindings: bus: ti-sysc: resync with Linux 5.9-rc7
` [PATCH v8 03/28] bus: ti: add minimal sysc interconnect target driver
` [PATCH v8 04/28] arm: dts: sync am33xx with Linux 5.9-rc7
` [PATCH v8 05/28] clk: add clk_round_rate()
` [PATCH v8 06/28] clk: ti: add mux clock driver
` [PATCH v8 07/28] arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro
` [PATCH v8 08/28] clk: ti: am33xx: add DPLL clock drivers
` [PATCH v8 09/28] clk: ti: add divider clock driver
` [PATCH v8 10/28] clk: ti: add gate "
` [PATCH v8 11/28] arm: dts: am335x: include am33xx-u-boot.dtsi
` [PATCH v8 12/28] ti: am33xx: fix do_enable_clocks() to accept NULL parameters
` [PATCH v8 13/28] clk: ti: add support for clkctrl clocks

[PATCH v1] mailmap: Update mail address for Igor Opaniuk
 2020-12-30 18:13 UTC  (2+ messages)

[PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL
 2020-12-30 17:47 UTC  (9+ messages)
` [PATCH 2/2] ARM: dts: imx8mm-beacon: add UHS and HS400/HS400ES properties

[RFC] mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps
 2020-12-30 17:39 UTC 

[PATCH] doc/sandbox: improve formatting of command line options
 2020-12-30 17:10 UTC 

[PATCH 1/1] sandbox: keep time offset when resetting
 2020-12-30 17:07 UTC 

[PATCH 1/1] doc: android/boot-image: invalid C declaration
 2020-12-30 16:55 UTC 

[PATCH] imx: imx8mm-beacon: Remove relocation restrictions
 2020-12-30 15:15 UTC 

[PATCH v4 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm platform
 2020-12-30 13:57 UTC  (15+ messages)
` [PATCH v4 01/14] mkeficapsule: Add support for embedding public key in a dtb
` [PATCH v4 02/14] qemu: arm: Initialise virtio devices in board_late_init
` [PATCH v4 03/14] crypto: Fix the logic to calculate hash with authattributes set
` [PATCH v4 04/14] qemu: common: Add support for dynamic mtdparts for the platform
` [PATCH v4 05/14] qemu: common: Set dfu_alt_info variable "
` [PATCH v4 06/14] fsp: Move and rename fsp_types.h file
` [PATCH v4 07/14] efi_loader: Add logic to parse EDKII specific fmp payload header
` [PATCH v4 08/14] dfu_mtd: Add provision to unlock mtd device
` [PATCH v4 09/14] efi_loader: Make the pkcs7 header parsing function an extern
` [PATCH v4 10/14] efi_loader: Re-factor code to build the signature store from efi signature list
` [PATCH v4 11/14] efi: capsule: Add support for uefi capsule authentication
` [PATCH v4 12/14] efi_loader: Enable "
` [PATCH v4 13/14] efidebug: capsule: Add a command to update capsule on disk
` [PATCH v4 14/14] qemu: arm64: Add documentation for capsule update

[PATCH v2] nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq
 2020-12-30 12:16 UTC 

[PATCH] usb: xhci: Use only 32-bit accesses in nvme_writeq/nvme_readq
 2020-12-30 12:10 UTC  (4+ messages)

[PATCH] doc: qemu-riscv: Fix opensbi build instructions
 2020-12-30  6:45 UTC  (2+ messages)

[PATCH v2 1/2] trace: select TIMER_EARLY to avoid infinite recursion
 2020-12-30  6:40 UTC  (4+ messages)
` [PATCH v2 2/2] riscv: timer: Add support for an early timer

[PATCH v2] riscv: Add support for SPI on Kendryte K210
 2020-12-30  6:29 UTC  (2+ messages)

[PATCH 1/2] video: eliminate unused drivers/video/mb862xx.c
 2020-12-30  3:39 UTC  (4+ messages)
` [PATCH 2/2] video: remove unused include/mb862xx.h

[PATCH 01/13] imx: imx8mp_evk: enable eth support
 2020-12-30  0:55 UTC  (4+ messages)
` [PATCH 05/13] imx: imx8mn_evk: correct stack/malloc adress

[PATCH] common: board_f: fix to display wrong memory information
 2020-12-30  0:05 UTC  (3+ messages)

[PATCH v8 14/28] clk: ti: omap4: add clock manager driver
 2020-12-29 23:16 UTC  (15+ messages)
` [PATCH v8 15/28] arm: dts: am335x: enable prcm_clocks auto binding
` [PATCH v8 16/28] clk: move clk-ti-sci driver to 'ti' directory
` [PATCH v8 17/28] fdt: translate address if #size-cells = <0>
` [PATCH v8 18/28] omap: timer: fix the rate setting
` [PATCH v8 19/28] arm: dts: am335x: enable scm_clocks auto binding
` [PATCH v8 20/28] pwm: ti: am33xx: add enhanced pwm driver
` [PATCH v8 21/28] bus: ti: am33xx: add pwm subsystem driver
` [PATCH v8 22/28] dm: core: add a function to decode display timings
` [PATCH v8 23/28] video: omap: add panel driver
` [PATCH v8 24/28] video: omap: drop domain clock enabling by SOC api
` [PATCH v8 25/28] video: omap: set LCD clock rate through DM API
` [PATCH v8 26/28] video: omap: split the legacy code from the DM code
` [PATCH v8 27/28] video: omap: move drivers to 'ti' directory
` [PATCH v8 28/28] board: ti: am335x-ice: get CDCE913 clock device

[PATCH] drivers: tee: i2c trampoline driver
 2020-12-29 15:32 UTC  (5+ messages)

Pull request for UEFI sub-system for efi-2021-01-rc5 (2)
 2020-12-29 15:17 UTC 

[PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function
 2020-12-29 13:59 UTC  (5+ messages)
` [PATCH 1/4] phy: dphy: Add configuration helpers
` [PATCH 2/4] generic-phy: add configure op
` [PATCH 3/4] phy: Add Amlogic AXG MIPI D-PHY driver
` [PATCH 4/4] phy: Add Amlogic AXG MIPI PCIe Analog PHY driver

u-boot: rk3308 added support rock pi s
 2020-12-29 12:53 UTC  (2+ messages)

[PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE
 2020-12-29 11:26 UTC  (4+ messages)

[PATCH v5 00/13] Raspberry Pi 400/Compute Module 4 support
 2020-12-29 10:58 UTC  (2+ messages)

U-Boot statistics update
 2020-12-29  8:56 UTC  (2+ messages)

[PATCH] board: amlogic: add MMC boot device detection for environment load
 2020-12-29  8:25 UTC  (2+ messages)

[PATCH] adc: meson-saradc: use correct printf code
 2020-12-29  8:23 UTC  (2+ messages)

[PATCH v7 14/28] clk: ti: omap4: add clock manager driver
 2020-12-29  6:10 UTC  (3+ messages)
` [PATCH v7 23/28] video: omap: add panel driver

[PATCH v3 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm platform
 2020-12-29  4:42 UTC  (3+ messages)

[PATCH 00/49] dm: Add dtoc implementation of device instantiation (part D)
 2020-12-29  3:35 UTC  (13+ messages)
` [PATCH 38/49] dtoc: Process driver aliases along with drivers
` [PATCH 39/49] dtoc: Warn of duplicate drivers
` [PATCH 40/49] dtoc: Read aliases for uclasses
` [PATCH 41/49] dtoc: Assign a sequence number to each node
` [PATCH 42/49] dtoc: Set up the uclasses that are used
` [PATCH 43/49] dtoc: Support processing the root node
` [PATCH 44/49] dtoc: Add an option for device instantiation
` [PATCH 45/49] dm: of-platadata: Add "
` [PATCH 46/49] dtoc: Add support for decl file
` [PATCH 47/49] dtoc: Don't generate platform data with instantiation
` [PATCH 48/49] dtoc: Generate uclass devices
` [PATCH 49/49] dtoc: Generate device instances


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