public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-03-25 16:37:15 to 2021-03-27 05:20:05 UTC [more...]

[PATCH v5 0/2] x86: Minor improvements mostly for image loading
 2021-03-27  5:20 UTC  (5+ messages)
` [PATCH v5 1/2] sysinfo: Allow showing model info from sysinfo
` [PATCH v5 2/2] x86: coral: Show memory config and SKU ID on startup

[PATCH 00/11] binman: Enhancements to expanded entries
 2021-03-27  5:20 UTC  (23+ messages)
` [PATCH 01/11] binman: Use a unique number for the symbols test file
` [PATCH 02/11] binman: Allow disabling expanding an entry
` [PATCH 03/11] binman: Add support for a collection of entries
` [PATCH 04/11] binman: Support obtaining section contents immediately
` [PATCH 05/11] binman: Support default alignment for sections
` [PATCH 06/11] dtoc: Improve internal error for Refresh()
` [PATCH 07/11] dtoc: Tidy up property-offset handling
` [PATCH 08/11] dtoc: Tweak ordering of fdt-offsets refreshing
` [PATCH 09/11] dtoc: Add a subnode test for multiple nodes
` [PATCH 10/11] dtoc: Support adding subnodes alongside existing ones
` [PATCH 11/11] dtoc: Add new check that offsets are correct

[PATCH 1/1] sandbox: define __dyn_sym_start, dyn_sym_end
 2021-03-27  5:19 UTC  (3+ messages)

[PATCH v2 0/6] Add rt-thread art-pi board support
 2021-03-27  5:10 UTC  (9+ messages)
` [PATCH v2 1/6] ARM: dts: stm32: split sdram pin & timing parameter into specific board dts
` [PATCH v2 2/6] ARM: dts: stm32: Add RT-Thread art-pi board support
` [PATCH v2 3/6] board: Add rt-thread "
` [PATCH v2 4/6] ram: stm32: fix strsep failed on read only memory
` [PATCH v2 5/6] dt-bindings: pinctrl: stm32: Add st, stm32h750-pinctrl for stm32h750 soc
` [PATCH v2 6/6] pinctrl: stm32: Add st, stm32h750-pinctrl compatible string

[PATCH 00/19] sandbox: Preparation for running vboot from coreboot
 2021-03-27  3:20 UTC  (37+ messages)
` [PATCH 01/19] sandbox: Only call timer_timebase_fallback() if present
` [PATCH 02/19] sandbox: Only delete the executable if requested
` [PATCH 03/19] sandbox: cros_ec: Only write EC state when the EC is probed
` [PATCH 04/19] sandbox: Disintangle declarations in do_host_bind()
` [PATCH 05/19] sandbox: Update do_host_bind() argument counting
` [PATCH 06/19] sandbox: Provide a way to bind fixed/removeable devices
` [PATCH 07/19] sandbox: image: Allow sandbox to load any image
` [PATCH 08/19] test: Silenece the echo and print tests
` [PATCH 09/19] binman: Show a message when changing subnodes
` [PATCH 11/19] bootstage: Warning if space is exhausted
` [PATCH 12/19] sf: Support querying write-protect
` [PATCH 14/19] malloc: Export malloc_simple_info()
` [PATCH 15/19] doc: Convert Chromium OS docs to rst
` [PATCH 16/19] command: Fix operation of !CONFIG_CMDLINE
` [PATCH 17/19] bloblist: Make BLOBLIST_TABLES depend on BLOBLIST
` [PATCH 19/19] sandbox: Correct uninit conflict

[PATCH] sandbox: dtsi: add rng
 2021-03-27  3:18 UTC  (3+ messages)

[PATCH 1/1] mtd: spi_flash_free()
 2021-03-27  3:18 UTC  (2+ messages)

[PATCH 00/34] x86: Enhancements for booting from coreboot
 2021-03-27  3:18 UTC  (63+ messages)
` [PATCH 01/34] x86: coral: Free the ACPI GPIOs after using them
` [PATCH 02/34] x86: coral: Add information about building / running
` [PATCH 03/34] x86: p2sb: Drop LOG_DEBUG
` [PATCH 04/34] x86: Probe device if needed in intel_gpio_xlate()
` [PATCH 07/34] tegra: i2c: Drop LOG_DEBUG
` [PATCH 08/34] mmc: pci_mmc: Set up the card detect
` [PATCH 10/34] cbfs: Rename new_node to node
` [PATCH 11/34] smbios: Allow writing to the coreboot version string
` [PATCH 14/34] cbfs: Factor out filling a cache node into a new function
` [PATCH 15/34] cbfs: Simplify file iteration
` [PATCH 17/34] cbfs: Drop unnecessary cast in file_cbfs_fill_cache()
` [PATCH 18/34] x86: Make coreboot sysinfo available to any x86 board
` [PATCH 19/34] x86: Move coreboot timestamp info into coreboot_tables.h
` [PATCH 20/34] x86: coreboot: Sync up timestamp codes
` [PATCH 21/34] x86: Move coreboot sysinfo parsing into generic x86 code
` [PATCH 22/34] x86: coreboot: Update parsing of the latest sysinfo
` [PATCH 23/34] x86: Allow installing an e820 when booting from coreboot
` [PATCH 24/34] x86: Add a command to display coreboot sysinfo
` [PATCH 25/34] cmd: Add missing check for CONFIG_SYS_LONGHELP
` [PATCH 26/34] video: Fix video on coreboot with the copy buffer
` [PATCH 27/34] x86: video: Allow coreboot video to be used on any x86 board
` [PATCH 28/34] x86: fsp: Don't enable FSP graphics if booted from coreboot
` [PATCH 29/34] dm: core: Add CBFS support to flashmap
` [PATCH 30/34] x86: coral: Avoid build error with !CONFIG_ACPIGEN
` [PATCH 31/34] x86: coral: Allow init of debug UART in U-Boot proper
` [PATCH 32/34] x86: coral: Fall back to coreboot video when FSP missing
` [PATCH 33/34] x86: fsp: Don't notify if booted from coreboot
` [PATCH 34/34] x86: coreboot: Don't setup MTRR when booting "
  ` [PATCH 06/34] x86: coral: Update the SD card-detect GPIO
  ` [PATCH 05/34] x86: coral: Put the eMMC first

[RFC PATCH v3 0/2] arch: riscv: cpu: Add callback to init each core
 2021-03-27  2:18 UTC  (3+ messages)
` [RFC PATCH v3 1/2] "
` [RFC PATCH v3 2/2] board: sifive: unmatched: clear feature disable CSR

Locking down U-Boot env with ENV_WRITEABLE_LIST
 2021-03-26 20:41 UTC  (3+ messages)

[PATCH] Add support for an owned buffer
 2021-03-26 19:37 UTC 

Please pull u-boot-dm/next into -next
 2021-03-26 19:14 UTC  (2+ messages)

[PATCH] Azure: Use "pacman -Sy" to install the toolchain
 2021-03-26 19:14 UTC 

[PATCH 0/5] board: sl28: enable DM_SERIAL and lpuart support
 2021-03-26 18:40 UTC  (6+ messages)
` [PATCH 1/5] armv8: fsl-layerscape: spl: add debug UART support
` [PATCH 2/5] armv8: fsl-layerscape: spl: call spl_early_init()
` [PATCH 3/5] board: sl28: move DM_* configs to Kconfig
` [PATCH 4/5] board: sl28: enable DM_SERIAL
` [PATCH 5/5] board: sl28: add config to enable console output on SER0

[PATCH 0/6] octeontx cleanup and fixes
 2021-03-26 16:39 UTC  (20+ messages)
` [PATCH 1/6] arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs
` [PATCH 2/6] arm: octeontx: support generic distro config
` [PATCH 3/6] arm: octeontx: enable WDT_SBSA
` [PATCH 4/6] drivers: net: octeontx: fix QSGMII
` [PATCH 5/6] drivers: ata: ahci: update max id if it is more than available ports
` [PATCH 6/6] net: octeontx: smi: fix mii probe

[PATCH v4 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-03-26 15:54 UTC  (8+ messages)
` [PATCH v4 1/7] riscv: dts: add fu740 support
` [PATCH v4 2/7] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v4 3/7] drivers: clk: add fu740 support
` [PATCH v4 4/7] drivers: ram: sifive: rename fu540_ddr and "
` [PATCH v4 5/7] drivers: pci: add pcie support for fu740
` [PATCH v4 6/7] board: sifive: add HiFive Unmatched board support
` [PATCH v4 7/7] drivers: net: macb: add fu740 support

[PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size
 2021-03-26 15:14 UTC  (6+ messages)
` [PATCH 2/3] configs: stm32mp1: Remove misleading CONFIG_SPL_BSS_START_ADDR
` [PATCH 3/3] configs: stm32mp1: Fix misleading SPL size limitations

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-03-26 14:58 UTC 

[PATCH RFT v2 0/4] pci: add common Designware PCIe functions and support Amlogic Meson PCIe controller
 2021-03-26 14:23 UTC  (5+ messages)
` [PATCH RFT v2 1/4] pci: add common Designware PCIe functions

[PATCH v4 0/2] power: regulator: add driver for ANATOP regulator
 2021-03-26 14:20 UTC  (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] doc: device-tree-bindings: regulator: anatop regulator

Pull request for efi-next
 2021-03-26 13:55 UTC  (2+ messages)

[PATCH] board: dts: rockchip: Add NanoPi M4B
 2021-03-26 12:37 UTC 

[PATCH 0/4] Add rt-thread art-pi board support
 2021-03-26 10:26 UTC  (3+ messages)

[PATCH 7/8] mmc: mvebu: convert to driver model
 2021-03-26 10:15 UTC  (5+ messages)

[PATCH] arm: socfpga: Enable FIT signature with crc32 for SOC64 devices
 2021-03-26  9:41 UTC  (2+ messages)

[v2 0/5] Restructure Stratix10 and Agilex handoff code
 2021-03-26  9:34 UTC  (3+ messages)
` [v2 5/5] arm: socfpga: "

[v3 0/2] Store QSPI reference clock in kHz for SOCFPGA SOC64
 2021-03-26  9:14 UTC  (3+ messages)
` [v3 1/2] arm: socfpga: Move Stratix10 and Agilex clock manager common code

[RFC PATCH v2 1/2] arch: riscv: cpu: Add callback to init each core
 2021-03-26  9:03 UTC  (4+ messages)

[PATCH] riscv: assembler versions of memcpy, memmove, memset
 2021-03-26  8:24 UTC  (2+ messages)

[PATCH] usb: eth: add print of device name on usb_ether registration
 2021-03-26  6:25 UTC  (6+ messages)

[PATCH 8/8] configs: sheevaplug: enable driver-model based MMC
 2021-03-26  6:13 UTC  (2+ messages)

[PATCH v3 1/6] libfdt: Tidy up pylibfdt build rule
 2021-03-26  6:08 UTC  (2+ messages)

[PATCH v2] dm: test: Always include command.h for print_ut
 2021-03-26  6:08 UTC  (2+ messages)

[PATCH 1/2] freescale: ls1021atwr: Drop use of CONFIG_RESET
 2021-03-26  6:07 UTC  (4+ messages)
` [PATCH 2/2] Rename CONFIG_DM_RESET to CONFIG_RESET

[PATCH 4/8] ARM: kirkwood: remove non-dm MMC driver init
 2021-03-26  6:02 UTC  (2+ messages)

[PATCH 3/8] configs: sheevaplug: remove non-dm MMC driver
 2021-03-26  6:02 UTC  (2+ messages)

[PATCH 2/8] configs: openrd: remove non-dm MMC driver
 2021-03-26  6:01 UTC  (2+ messages)

[PATCH 1/8] configs: remove unused CONFIG_SYS_MMC_BASE defs
 2021-03-26  5:57 UTC  (2+ messages)

[PATCH v2 0/6] Makefile: Tidy up of-platdata file generation rules
 2021-03-26  3:18 UTC  (13+ messages)
` [PATCH v2 1/6] libfdt: Tidy up pylibfdt build rule
` [PATCH v2 2/6] Makefile: Avoid running dtoc every time
` [PATCH v2 3/6] Makefile: Depend only on required of-platdata files
` [PATCH v2 4/6] dtoc: Only generate the required files
` [PATCH v2 5/6] Makefile: Use a variable for generated of-platdata headers
` [PATCH v2 6/6] Makefile: Remove old of-platdata files before regenerating

[PATCH v2 0/6] misc: Various misc patches
 2021-03-26  3:17 UTC  (7+ messages)
` [PATCH v2 1/6] dtoc: Show driver warnings once at the end
` [PATCH v2 2/6] dtoc: Adjust detection of 64-bit properties
` [PATCH v2 3/6] dtoc: Improve handling of reg properties
` [PATCH v2 4/6] log: Fix up debug_cond() when LOG is enabled
` [PATCH v2 5/6] moveconfig: Handle binary files cleanly
` [PATCH v2 6/6] Convert CONFIG_MISC_INIT_F to Kconfig

[PATCH 1/3] samsung: exynos: Convert SROMC interface to a driver
 2021-03-26  1:46 UTC  (6+ messages)
  ` [PATCH 2/3] test: Allow tests to run on any board
    ` [PATCH 3/3] snow: Enable unit tests

[PATCH v4 0/2] riscv: simplify longjmp
 2021-03-26  1:45 UTC  (3+ messages)
` [PATCH v4 2/2] test: unit test for longjmp

[PATCH] buildman: Add an encoding to the out-env file
 2021-03-26  1:39 UTC 

[PATCH v3] dm: i2c: Add a migration method for I2C
 2021-03-26  0:29 UTC  (10+ messages)

[PATCH 6/8] configs: remove obsolete CONFIG_MVEBU_MMC
 2021-03-25 23:10 UTC  (2+ messages)

[PATCH 5/8] configs: remove obsolete CONFIG_SYS_MMC_BASE
 2021-03-25 23:10 UTC  (2+ messages)

[PATCH v2 0/2] mmc: Add support for checking device number against alias index
 2021-03-25 22:51 UTC  (3+ messages)
  ` [PATCH v2 2/2] mmc: mmc-uclass: Use dev_seq() to read aliases node's index

[PATCH v3 0/2] power: regulator: add driver for ANATOP regulator
 2021-03-25 22:46 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] doc: device-tree-bindings: regulator: anatop regulator

[PATCH] efi_loader: Clean up file size calculations
 2021-03-25 20:03 UTC  (2+ messages)

Bug tracking
 2021-03-25 19:38 UTC  (2+ messages)

[PATCH V2] spi: Update speed/mode on change
 2021-03-25 17:41 UTC  (2+ messages)

[PATCH] dfu: dfu_sf: avoid double free of SPI device
 2021-03-25 16:37 UTC  (3+ messages)


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