public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-12-26 15:53:37 to 2020-12-28 22:00:43 UTC [more...]

[PATCH 01/13] imx: imx8mp_evk: enable eth support
 2020-12-28 22:00 UTC  (19+ messages)
` [PATCH 02/13] imx: imx8mn_ddr4_evk: Use CONFIG_TARGET_IMX8MN_DDR4_EVK for DDR4 EVK board
` [PATCH 03/13] imx: ddr: imx8m: add print for DRAM rate
` [PATCH 04/13] imx: ddr: imx8m: Move selfref_en after DDR scrub
` [PATCH 05/13] imx: imx8mn_evk: correct stack/malloc adress
` [PATCH 06/13] arm: dts: imx8mn: sync dts from Linux Kernel
` [PATCH 07/13] imx: imx8mn: add i.MX8MN LPDDR4 EVK support
` [PATCH 08/13] imx8m: clock: add type of set_clk_eqos
` [PATCH 09/13] arm: dts: imx8mp: sync dts from Linux Kernel
` [PATCH 10/13] arm: dts: imx8mm: "
` [PATCH 11/13] arm: dts: imx8mq: "
` [PATCH 12/13] imx8m: lowlevel_init: tune alignment
` [PATCH 13/13] imx: imx8m: move CONFIG_SPL_SYS_[I, D]CACHE_OFF to defconfig

[PATCH 1/1] efi_loader: describe struct efi_loaded_image_obj
 2020-12-28 21:45 UTC 

[PATCH] mx6ul(l)evk: Enable DM_ETH_PHY
 2020-12-28 20:45 UTC  (2+ messages)

[PATCH] lib: zlib: our putc() takes only one argument
 2020-12-28 20:41 UTC 

[PATCH 1/1] lib: zlib: include ctype.h
 2020-12-28 20:31 UTC 

[PATCH RFC v1 0/4] Add support for ECDSA image signing
 2020-12-28 19:17 UTC  (5+ messages)
` [PATCH RFC v1 1/4] lib: Rename rsa-checksum.c to hash-checksum.c
` [PATCH RFC v1 2/4] lib/rsa: Make fdt_add_bignum() available outside of RSA code
` [PATCH RFC v1 3/4] lib: Add support for ECDSA image signing
` [PATCH RFC v1 4/4] doc: signature.txt: Document devicetree format for ECDSA keys

[PATCH v1] doc: README.distro: Special case with Windows formatted disk
 2020-12-28 18:27 UTC  (5+ messages)

[PATCH 1/1] lib: aes: build failure with DEBUG=1
 2020-12-28 16:56 UTC 

[PATCH v5 00/13] Raspberry Pi 400/Compute Module 4 support
 2020-12-28 16:41 UTC  (5+ messages)
` [PATCH v5 01/13] rpi: Add identifier for the new RPi400
` [PATCH v5 02/13] rpi: Add identifier for the new CM4

[PATCH 00/26] dm: Preparation for enhanced of-platdata (part C)
 2020-12-28 16:26 UTC  (57+ 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 v2 00/18] dm: Preparation for enhanced of-platdata
 2020-12-28 16:26 UTC  (37+ messages)
` [PATCH v2 01/18] Makefile: Build a separate .dtb for TPL
` [PATCH v2 02/18] Makefile: Build SPL dtbs in the spl/ directory
` [PATCH v2 03/18] Makefile: Tidy up SPL dtb production
` [PATCH v2 04/18] Makefile: Use common args for dtoc
` [PATCH v2 05/18] buildman: Report sizes for TPL also
` [PATCH v2 06/18] serial: Update NS16550_t and struct NS16550
` [PATCH v2 07/18] serial: Rename ns16550 functions to lower case
` [PATCH v2 08/18] sandbox: Drop unnecessary test node
` [PATCH v2 09/18] spl: Drop bd_info in the data section
` [PATCH v2 10/18] dm: core: Support dm_dump_all() in SPL
` [PATCH v2 11/18] dm: core: Use 'uclass_driver' for the uclass linker_list
` [PATCH v2 12/18] dm: core: Only include simple-bus devicetree id when needed
` [PATCH v2 13/18] x86: apl: Drop support for !OF_PLATDATA_PARENT
` [PATCH v2 14/18] dm: core: Add function to access uclass priv
` [PATCH v2 15/18] dm: core: Add functions to set priv/plat
` [PATCH v2 16/18] dm: Use access methods for dev/uclass private data
` [PATCH v2 17/18] dm: core: "
` [PATCH v2 18/18] dm: core: Rename the priv/plat members

[PATCH v2 00/21] dm: Preparation for enhanced of-platdata (part B)
 2020-12-28 16:25 UTC  (37+ messages)
` [PATCH v2 01/21] pinctrl: Drop post_bind() method when not needed
` [PATCH v2 02/21] sysreset: Use a shorter error with SPL
` [PATCH v2 04/21] timer: Use a shorter error in TPL
` [PATCH v2 05/21] test: Use a simple variable to record removed device
` [PATCH v2 06/21] test: Move some test drivers into their own file
` [PATCH v2 07/21] dtoc: Fix a few pylint warnings in dtb_platdata
` [PATCH v2 08/21] dtoc: Make _output_list a top-level function
` [PATCH v2 09/21] dtoc: Output the device in a separate function
` [PATCH v2 10/21] dtoc: Output the struct values "
` [PATCH v2 11/21] dtoc: Convert _drivers to a dict
` [PATCH v2 14/21] x86: apl: Use const for driver operations
` [PATCH v2 15/21] x86: Move call64 into its own section
` [PATCH v2 16/21] x86: coral: Move fsp-m settings to a subnode
` [PATCH v2 17/21] x86: apl: Update hostbridge to remove unwanted TPL code
` [PATCH v2 18/21] x86: apl: Reduce size for TPL
` [PATCH v2 19/21] x86: pinctrl: Drop unlikely error messages from TPL
` [PATCH v2 20/21] x86: tpl: Remove unwanted devicetree string
` [PATCH v2 21/21] x86: Fix header guard in asm/pmu.h

[PATCH v2 1/2] rng: Add iProc RNG200 driver
 2020-12-28 15:56 UTC  (4+ messages)
` [PATCH v2 2/2] config: Enable iProc RNG200 driver in RPi4 configs

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20201227
 2020-12-28 15:31 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2020-12-28 15:31 UTC  (2+ messages)

Pull request for UEFI sub-system for efi-2021-01-rc5
 2020-12-28 15:31 UTC  (2+ messages)

[PATCH 0/6] Change logic of EFI LoadFile2 protocol for initrd loading
 2020-12-28 15:08 UTC  (12+ messages)
` [PATCH 1/6] efi_loader: remove unconditional initialization of file2 protocol for initrd
` [PATCH 2/6] efi_loader: Introduce helper functions for EFI
` [PATCH 3/6] efi_loader: Replace config option with EFI variable for initrd loading
` [PATCH 4/6] efi_loader: Remove unused headers from efi_load_initrd.c
  ` [PATCH] "
` [PATCH 5/6] efi_selftest: Modify self-tests for initrd loading
` [PATCH 6/6] efi_loader: bootmgr: use get_var from efi_helper file

[PATCH v3 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm platform
 2020-12-28 14:39 UTC  (2+ messages)

[PATCH] drivers: tee: i2c trampoline driver
 2020-12-28 12:35 UTC  (4+ messages)

[PATCHv2] drivers: tee: i2c trampoline driver
 2020-12-28 12:17 UTC 

[PATCH] net: eqos: Reduce the MDIO wait time
 2020-12-28 12:15 UTC 

[PATCH 1/3] common: Makefile: drop duplicated line
 2020-12-28 12:13 UTC  (3+ messages)
` [PATCH 2/3] cmd: Makefile: build nvedit.c when needed
` [PATCH 3/3] armv8: Makefile: build cache files "

[PATCHv2 0/5] GE Bx50v3 cleanups
 2020-12-28 11:39 UTC  (3+ messages)
` [PATCHv2 3/5] image: support board_fit_config_name_match

[PATCH 1/1] efi_loader: event queueing
 2020-12-28 11:38 UTC 

[PATCH] Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"
 2020-12-28  8:35 UTC  (2+ messages)

[v7 00/18] Enable ARM Trusted Firmware for U-Boot
 2020-12-28  2:40 UTC  (3+ messages)
` [v7 07/18] arm: socfpga: Add secure register access helper functions for SoC 64bits

[PATCH v2 1/1] pinctrl: mediatek: correct error handling
 2020-12-28  1:27 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_signal_event() fix comment typos
 2020-12-28  0:00 UTC 

[PATCH 1/1] mmc: fsl_esdhc_spl: remove superfluous free()
 2020-12-27 23:01 UTC  (2+ messages)

[PATCH] cmd: mmc: add mmcboot command
 2020-12-27 22:58 UTC  (2+ messages)

[PATCH] drivers: mmc: support secure erase
 2020-12-27 22:40 UTC  (4+ messages)

Setting DEVICE_TREE for xilinx_zynq_virt_defconfig?
 2020-12-27 20:37 UTC  (4+ messages)

[PATCH] dts: Log name of expected .dtb file
 2020-12-27 20:34 UTC 

[PATCH 1/2] ARM: zynq: add Digilent Zynq PYNQ Board(s)
 2020-12-27 20:34 UTC  (2+ messages)
` [PATCH 2/2] ARM: zynq-pynq: add ps7_init_gpl.c

[PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it
 2020-12-27 16:50 UTC  (7+ messages)
` [PATCH 13/13] Nokia RX-51: Enable usbtty serial console by default

[PATCH 1/1] pinctrl: mediatek: correct error handling
 2020-12-27 16:12 UTC  (2+ messages)

[PATCH] efi_loader: avoid invalid free
 2020-12-27 15:13 UTC 

[PATCH 1/1] efi_loader: missing parentheses after if
 2020-12-27 14:35 UTC 

[PATCH 1/1] efi_loader: escape key handling
 2020-12-27 14:04 UTC 

[PATCH] mtd: remove drivers/mtd/mw_eeprom.c
 2020-12-27 10:54 UTC 

[PATCH 1/1] dma: bcm6348: incorrect buffer allocation
 2020-12-27 10:51 UTC  (3+ messages)

[PATCH 1/1] drivers: qe: avoid double free()
 2020-12-27 10:48 UTC 

[PATCH 1/1] zynq: mtd: nand: remove superfluous if
 2020-12-27 10:28 UTC 

[PATCH 1/1] dfu: dfu_sf: use correct print code
 2020-12-27  8:58 UTC 

[PATCH] adc: meson-saradc: use correct printf code
 2020-12-27  8:46 UTC 

[PATCH 1/1] ubifs: do not decide upon uninitialized variable
 2020-12-27  7:38 UTC  (4+ messages)

[PATCH] bootmenu: Allow to quit it via CTRL+C
 2020-12-27  0:04 UTC  (15+ messages)
        ` [maemo-leste] "
` [PATCH v2] bootmenu: Allow to quit it via ESC/CTRL+C

[PATCH 1/1] cmd: conitrace: increase wait for next key
 2020-12-26 23:12 UTC 

[PATCH] bootmenu: Select CFB_CONSOLE_ANSI if CFB_CONSOLE
 2020-12-26 21:04 UTC 

[PATCH 0/4] usbtty/musb: Fix file transfers
 2020-12-26 18:28 UTC  (5+ messages)
` [PATCH 1/4] serial: usbtty: Send urb data in correct order
` [PATCH 2/4] usb: musb: Fix receiving of bigger buffers
` [PATCH 3/4] usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand
` [PATCH 4/4] usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint

[PATCH 07/13] usb: gadget: Do not export usbd_device_* arrays
 2020-12-26 18:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 04/13] usb: musb: Fix configuring FIFO for endpoints
 2020-12-26 18:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] Nokia RX-51: Enable usbtty serial console by default
 2020-12-26 17:01 UTC  (11+ messages)

[PATCHv2 5/5] board: ge: bx50v3: cleanup phy config
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH v2] i2c: mxc_i2c: improve error message readability
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH v1] toradex: hand over maintainership
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH] imx8mm_beacon: Enable HS400 on MMC controller
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH v3 2/3] ARM: dts: imx8m: add UHS or HS400/HS400ES properties
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH v1] ARM: dts: imx: imx8qm-rom7720: Fix AR8031 phy-mode
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH v3 1/3] ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator
 2020-12-26 15:54 UTC  (2+ messages)

[PATCH v3 3/3] configs: imx8m: enable eMMC HS400ES and SD UHS mode on EVK
 2020-12-26 15:54 UTC  (2+ messages)

[PATCHv2 1/5] compiler.h: add host_build()
 2020-12-26 15:53 UTC  (2+ messages)

[PATCH 3/3] arm64: dts: imx8mm-beacon: Re-sync dts file with Linux 5.10-rc6
 2020-12-26 15:53 UTC  (2+ messages)

[PATCHv2 4/5] board: ge: bx50v3: remove confidx magic numbers
 2020-12-26 15:53 UTC  (2+ messages)

[PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd
 2020-12-26 15:53 UTC  (2+ messages)

[PATCH 1/3] imx: imx8mm: Update clock bindings header
 2020-12-26 15:53 UTC  (2+ messages)

[PATCH 2/3] arm: dts: imx8mm: sync dts from Linux Kernel 5.10-rc6
 2020-12-26 15:53 UTC  (2+ messages)


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