public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-12-19 16:40:15 to 2020-12-21 20:23:41 UTC [more...]

[PATCH 0/8] spl: fit: Play nicely with OP-TEE and Linux
 2020-12-21 20:23 UTC  (8+ messages)
` [PATCH 2/8] spl: fit: Factor out FIT parsing and use a context struct
` [PATCH 7/8] spl: fit: Replace #ifdef blocks with more readable constructs

[ANN] U-Boot v2021.01-rc4 released
 2020-12-21 20:23 UTC 

[PATCH] i2c: mxc_i2c: improve error message readability
 2020-12-21 20:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/12] Raspberry Pi 400/Compute Module 4 support
 2020-12-21 19:52 UTC  (20+ messages)
` [PATCH v3 04/12] dm: Introduce xxx_get_dma_range()
` [PATCH v3 07/12] dm: test: Add test case for dev->dma_offset
` [PATCH v3 09/12] dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()
` [PATCH v3 10/12] xhci: translate virtual addresses into the bus's address space
` [PATCH v3 11/12] mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()

[PATCH] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN
 2020-12-21 18:40 UTC 

imx8mp_evk: boot error "alloc space exhausted"
 2020-12-21 18:39 UTC  (4+ messages)

[PATCH] drivers: tee: i2c trampoline driver
 2020-12-21 18:15 UTC 

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

[PATCH v2 1/7] console: Introduce console_start() and console_stop()
 2020-12-21 17:33 UTC  (11+ messages)
` [PATCH v2 4/7] IOMUX: Preserve console list if realloc() fails
` [PATCH v2 5/7] IOMUX: Refactor iomux_doenv() in order to increase readability

[PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd
 2020-12-21 17:31 UTC 

[PATCH] imx: ahab: allow to bypass confirmation for ahab_close cmd
 2020-12-21 17:19 UTC 

[v5 00/18] Enable ARM Trusted Firmware for U-Boot
 2020-12-21 16:49 UTC  (19+ messages)
` [v5 01/18] arm: socfpga: Add function for checking description from FIT image
` [v5 02/18] arm: socfpga: soc64: Load FIT image with ATF support
` [v5 03/18] arm: socfpga: soc64: Override 'lowlevel_init' to support ATF
` [v5 04/18] arm: socfpga: Disable "spin-table" method for booting Linux
` [v5 05/18] arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits)
` [v5 06/18] arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP services
` [v5 07/18] arm: socfpga: Add secure register access helper functions for SoC 64bits
` [v5 08/18] mmc: dwmmc: Change designware MMC 'clksel' callback function to return status
` [v5 09/18] mmc: dwmmc: socfpga: Add ATF support for MMC driver
` [v5 10/18] net: designware: socfpga: Add ATF support for MAC driver
` [v5 11/18] arm: socfpga: soc64: Add ATF support for Reset Manager driver
` [v5 12/18] arm: socfpga: soc64: Add ATF support for FPGA reconfig driver
` [v5 13/18] arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()
` [v5 14/18] arm: socfpga: soc64: SSBL shall not setup stack on OCRAM
` [v5 15/18] arm: socfpga: soc64: Skip handoff data access in SSBL
` [v5 16/18] arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support
` [v5 17/18] arm: socfpga: soc64: Enable FIT image generation using binman
` [v5 18/18] configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support

[PATCH v3 1/9] console: Introduce console_start() and console_stop()
 2020-12-21 16:47 UTC  (11+ messages)
` [PATCH v3 2/9] console: Keep ->start() and ->stop() balanced
` [PATCH v3 3/9] console: move search_device() from iomux.h to console.h
` [PATCH v3 4/9] console: rename search_device() to console_search_dev()
` [PATCH v3 5/9] console: Provide a documentation for console_search_dev()
` [PATCH v3 6/9] IOMUX: Preserve console list if realloc() fails
` [PATCH v3 7/9] IOMUX: Refactor iomux_doenv() in order to increase readability
` [PATCH v3 8/9] IOMUX: Drop indentation level by removing redundant 'else'
` [PATCH v3 9/9] IOMUX: Stop dropped consoles

[PATCH 0/6] VIM3: add support for checking 'Function' button state
 2020-12-21 16:46 UTC  (5+ messages)
  ` [PATCH 4/6] button: add a simple ADC-based button driver

[PATCH] power: pmic: add driver for Monolithic Power mp5416
 2020-12-21 16:19 UTC 

[PATCH] fs: squasfs: fix a possible NULL pointer dereference in sqfs_opendir()
 2020-12-21 16:17 UTC  (10+ messages)

[PATCH 0/3] usb: am654: Add support for host mode to the USB port on overlay board
 2020-12-21 15:48 UTC  (4+ messages)
` [PATCH 2/3] dts: am654-base-board-uboot: Set USB0 dr_mode to host

u-boot support Android header v3 schedule
 2020-12-21 15:25 UTC 

[PATCH] sunxi: Add arm64 FEL support
 2020-12-21 14:48 UTC  (2+ messages)
` [linux-sunxi] "

[BUG]odroid-c2 does not hotplug usb-devices
 2020-12-21 14:15 UTC  (13+ messages)

[PATCH] doc: Add basic information about running CI tests
 2020-12-21 13:42 UTC  (6+ messages)

[PATCH v2] doc: edison: Update information about xFSTK
 2020-12-21 12:43 UTC  (4+ messages)

[PATCH 00/26] dm: Preparation for enhanced of-platdata (part C)
 2020-12-21 11:41 UTC  (31+ messages)
` [PATCH 01/26] sandbox: serial: Move priv into a header file
` [PATCH 02/26] sandbox: i2c: "
` [PATCH 03/26] sandbox: Add a compatible string for spltest
` [PATCH 04/26] sandbox: Update dts files to reduce SPL size
` [PATCH 05/26] x86: apl: Move priv/plat structs to headers
` [PATCH 06/26] x86: Move priv/plat structs for intel_common "
` [PATCH 07/26] x86: spl: Move priv/plat structs "
` [PATCH 08/26] spi: Tidy up get/set of device node
` [PATCH 09/26] spi: Tweak a few strange SPI NOR features for of-platdata
` [PATCH 10/26] x86: apl: Use struct spi_nor instead of struct spi_flash
` [PATCH 11/26] dm: core: Move priv/plat structs for simple_bus to headers
` [PATCH 12/26] x86: sysreset: Move priv/plat structs "
` [PATCH 13/26] x86: apl: Adjust how the UART gets its platform data
` [PATCH 14/26] x86: coral: Remove unwanted nodes from SPL/TPL
` [PATCH 15/26] x86: Drop rtc from SPL
` [PATCH 16/26] dm: core: Split out alloc code into a new function
` [PATCH 17/26] dm: core: Rename sqq to seq_
` [PATCH 18/26] dm: core: Access device flags through functions
` [PATCH 19/26] dm: core: Rename device flags to indicate it is private
` [PATCH 20/26] dm: core: Rename dev_has_of_node() to dev_has_ofnode()
` [PATCH 21/26] dm: core: Use dev_has_ofnode() instead of dev_of_valid()
` [PATCH 22/26] dm: core: Access device ofnode through functions
` [PATCH 23/26] dm: core: Rename device node to indicate it is private
` [PATCH 24/26] dm: core: Split out scanning code to dm_scan()
` [PATCH 25/26] dm: core: Allow the uclass list to move
` [PATCH 26/26] dm: core: Add logging when lists_bind_fdt() fails

[PATCH] riscv: timer: Add support for an early timer
 2020-12-21 11:15 UTC  (10+ messages)

[PATCH] arm: mvebu: Espressobin: Disable slot when emmc is not present
 2020-12-21 10:09 UTC 

[PATCH 0/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc
 2020-12-21  8:19 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: device-tree-bindings: rtc: "

[PATCH 0/5] DFU: new entity types and minor improvements
 2020-12-21  7:29 UTC  (3+ messages)

[PATCH] net: fix ping in netconsole
 2020-12-21  3:44 UTC 

[PATCH v6 0/7] Microchip PolarFire SoC support
 2020-12-21  3:08 UTC  (4+ messages)
` [PATCH v6 4/7] clk: Add Microchip PolarFire SoC clock driver

[v4 00/17] Enable ARM Trusted Firmware for U-Boot
 2020-12-21  2:42 UTC  (11+ messages)
` [v4 07/17] arm: socfpga: Add secure register access helper functions for SoC 64bits
` [v4 16/17] arm: socfpga: soc64: Enable FIT image generation using binman

[PATCH 0/4] Remove addr parameter from reset_cpu()
 2020-12-21  0:33 UTC  (3+ messages)
` [PATCH 1/4] nds32: Remove dead reset_cpu() implementation

[PATCH] board: kontron: sl28: reorder mmc devices
 2020-12-20 23:06 UTC  (3+ messages)

Pull request for UEFI sub-system for efi-2021-01-rc4
 2020-12-20 23:06 UTC  (2+ messages)

Pull request: u-boot-spi/master
 2020-12-20 23:06 UTC  (2+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20201218
 2020-12-20 23:06 UTC  (2+ messages)

[PATCH] board: amlogic: add MMC boot device detection for environment load
 2020-12-20 22:18 UTC  (2+ messages)

[PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
 2020-12-20 21:14 UTC  (6+ messages)
    ` FW: "

[PATCH v2 0/2] Use RNG to get random behaviour
 2020-12-20 18:17 UTC  (5+ messages)
` [PATCH v2 1/2] lib: uuid: use RNG device if present

Support for Mediatek MT7621 (mipsel)?
 2020-12-20 17:26 UTC 

AXP803 Driver
 2020-12-20 16:40 UTC  (5+ messages)

[PATCH v2 1/1] doc: man-page for bootefi command
 2020-12-20 16:11 UTC 

[PATCH v2 1/1] doc: button command
 2020-12-20 16:10 UTC 

[PATCH v2] efi_loader: make variable store size customizable
 2020-12-20 16:05 UTC 

[PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH
 2020-12-20 13:21 UTC 

[PATCH 1/1] MAINTAINERS: add tools/efivar.py to EFI PAYLOAD
 2020-12-20 11:01 UTC 

[PATCH v3] tools: add a simple script to generate EFI variables
 2020-12-20 10:52 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 1/1] efi_loader: make memory store size customizable
 2020-12-20 10:33 UTC  (2+ messages)

[PATCH] lib/efi_loader: dynamically determine var store size
 2020-12-20  9:30 UTC  (2+ messages)

[PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it
 2020-12-19 23:46 UTC  (4+ messages)

[PATCH v3 00/28] dm: Change the way sequence numbers are implemented
 2020-12-19 16:40 UTC  (41+ messages)
` [PATCH v3 01/28] linker_lists: Fix alignment issue
` [PATCH v3 02/28] dm: Avoid accessing seq directly
` [PATCH v3 03/28] dm: core: Update uclass_find_next_free_req_seq() args
` [PATCH v3 04/28] dm: core: Add a new sequence number for devices
` [PATCH v3 05/28] dm: test: Check all devices have a sequence numbers
` [PATCH v3 06/28] dm: core: Switch binding to use new "
` [PATCH v3 07/28] dm: Fix return value in dev_read_alias_seq()
` [PATCH v3 08/28] dm: test: Drop assumptions of no sequence numbers
` [PATCH v3 09/28] octeon: Don't attempt to set the sequence number
` [PATCH v3 10/28] i2c: Update for new sequence numbers
` [PATCH v3 11/28] net: Update to use "
` [PATCH v3 12/28] dm: core: Allow manual sequence numbering
` [PATCH v3 13/28] pci: Update to use new sequence numbers
` [PATCH v3 14/28] spi: Update for "
` [PATCH v3 15/28] usb: ehci-mx6: Drop assignment of sequence number
` [PATCH v3 16/28] usb: Update for new sequence numbers
` [PATCH v3 17/28] x86: Drop unnecessary mp_init logic
` [PATCH v3 18/28] x86: Simplify acpi_device_infer_name()
` [PATCH v3 19/28] gpio: Update for new sequence numbers
` [PATCH v3 20/28] pinctrl: "


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