public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-12-24 08:32:36 to 2020-12-28 16:26:10 UTC [more...]

[PATCH v2 00/18] dm: Preparation for enhanced of-platdata
 2020-12-28 16:26 UTC  (35+ messages)
` [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 01/13] imx: imx8mp_evk: enable eth support
 2020-12-28 14:01 UTC  (15+ 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 v5 00/13] Raspberry Pi 400/Compute Module 4 support
 2020-12-28 13:04 UTC  (5+ messages)
` [PATCH v5 01/13] rpi: Add identifier for the new RPi400
` [PATCH v5 10/13] xhci: translate virtual addresses into the bus's address space

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

[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 v1] doc: README.distro: Special case with Windows formatted disk
 2020-12-27  9:08 UTC  (3+ messages)

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

[PATCH] mx6sabresd: Remove unneeded checkboard()
 2020-12-26 15:53 UTC  (2+ messages)

[PATCH 1/2] arm: dart6ul: change compatible string for eeprom
 2020-12-26 15:53 UTC  (6+ messages)
` [PATCH 2/2] arm: dart6ul: read and print SoM info from eeprom on startup

[PATCH 1/1] imx: mx7: clock: use correct format strings
 2020-12-26 15:53 UTC  (3+ messages)

[PATCH v1 0/3] arm: xea: Regression fixes for i.MX28 based XEA board
 2020-12-26  0:09 UTC  (4+ messages)
` [PATCH v1 1/3] xea: spl: Disable pull UP for GPIO0_2{35}
` [PATCH v1 2/3] xea: config: Use CONFIG_PREBOOT from Kconfig
` [PATCH v1 3/3] xea: config: Disable CONFIG_SPL_OF_PLATDATA_PARENT on XEA (imx28)

[PATCH v2] sysboot: add zboot support to boot x86 Linux kernel image
 2020-12-25 21:25 UTC 

[PATCH 1/1] sandbox: fix sandbox_cmdline_cb_test_fdt()
 2020-12-25 15:04 UTC 

[PATCH] fs: fat: eliminate DIRENTSPERBLOCK() macro
 2020-12-25 14:11 UTC 

[PATCH 1/1] fs: btrfs: simplify close_ctree_fs_info()
 2020-12-25 13:08 UTC  (2+ messages)

Please pull u-boot-dm/next into -next
 2020-12-24 14:12 UTC  (2+ messages)

About t1042 fsl sata driver
 2020-12-24 10:47 UTC 

[PATCH v2 0/6] Add MMC/SD support for S700
 2020-12-24  8:32 UTC  (6+ messages)
` [PATCH v2 5/6] mmc: actions: add MMC driver for Actions OWL S700


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