public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-03-20 18:18:53 to 2021-03-23 13:30:10 UTC [more...]

[PATCH v2 0/2] riscv: simplify longjmp
 2021-03-23 13:30 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: unit test for longjmp

SAMA5D3 Xplained: SPL broken after panic added to /lib/time.c:94
 2021-03-23 13:20 UTC  (5+ messages)

[PATCH] mtd: spi-nor-ids: Add Macronix MX66UW2G345G
 2021-03-23 13:16 UTC 

[PATCH] common: board_f: Restore 85xx watchdog support
 2021-03-23 12:35 UTC  (2+ messages)

[PATCH 1/1] sandbox: define __dyn_sym_start, dyn_sym_end
 2021-03-23 11:37 UTC 

Help needed with uboot for CHIP
 2021-03-23 11:30 UTC  (7+ messages)

[v1 0/2] Store QSPI reference clock in kHz for SOCFPGA SOC64
 2021-03-23 10:49 UTC  (5+ messages)
` [v1 1/2] arm: socfpga: Move Stratix10 and Agilex clock manager common code
` [v1 2/2] arm: socfpga: Changed to store QSPI reference clock in kHz

[v1 0/5] Restructure Stratix10 and Agilex handoff code
 2021-03-23 10:03 UTC  (11+ messages)
` [v1 1/5] arm: socfpga: Rename Stratix10 and Agilex handoff common macros
` [v1 2/5] arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.c
` [v1 3/5] arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.c
` [v1 4/5] arm: socfpga: Rearrange sequence of macros in handoff_soc64.h
` [v1 5/5] arm: socfpga: Restructure Stratix10 and Agilex handoff code

[PATCH] x86: mtrr: Fix function descriptions
 2021-03-23  9:39 UTC 

[PATCH] dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings
 2021-03-23  8:54 UTC 

[RFC PATCH v2 1/2] arch: riscv: cpu: Add callback to init each core
 2021-03-23  8:35 UTC  (2+ messages)
` [RFC PATCH v2 2/2] board: sifive: unmatched: clear feature disable CSR

[PATCH] arm: socfpga: Move Stratix10 and Agilex SPL common code
 2021-03-23  8:29 UTC  (2+ messages)

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

[GIT PULL] SoCFPGA changes for v2021.04-rc5
 2021-03-23  7:38 UTC 

[RFC PATCH] arch: riscv: cpu: Add callback to init each core
 2021-03-23  7:31 UTC  (5+ messages)

[PATCH 00/16] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-03-23  7:16 UTC  (9+ messages)
` [PATCH 01/16] dm: core: Add helper to compare node names
` [PATCH 02/16] drivers: reset: Handle gracefully NULL pointers

[PATCH] arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabled
 2021-03-23  5:55 UTC  (2+ messages)

[PATCH v2 0/9] Use -ENOSYS consistently
 2021-03-23  5:40 UTC  (14+ messages)
` [PATCH v2 1/9] dm: core: Document the common error codes
` [PATCH v2 2/9] dm: core: Use -ENOSPC in acpi_get_path()
` [PATCH v2 3/9] usb: Return -ENOSYS when system call is not available
` [PATCH v2 4/9] spi: "
` [PATCH v2 5/9] tlv_eeprom: "
` [PATCH v2 6/9] clk: Update drivers to use -EINVAL
` [PATCH v2 7/9] clk: Return -ENOSYS when system call is not available
` [PATCH v2 8/9] simple-pm-bus: Use -ENOSYS for checking missing system call
` [PATCH v2 9/9] pinctrl: Return -ENOSYS when system call is not available

[PATCH 0/6] Use -ENOSYS consistently
 2021-03-23  4:08 UTC  (14+ messages)
` [PATCH 1/6] usb: Return -ENOSYS when system call is not available
` [PATCH 2/6] spi: "
` [PATCH 3/6] tlv_eeprom: "
` [PATCH 4/6] clk: "
` [PATCH 5/6] simple-pm-bus: Use -ENOSYS for checking missing system call
` [PATCH 6/6] pinctrl: Return -ENOSYS when system call is not available

[PATCH] Revert "mmc: sdhci: set to INT_DATA_END when there are data"
 2021-03-23  2:06 UTC  (5+ messages)

[PATCH v7 0/2] gpio: Update and simplify the uclass API
 2021-03-23  1:52 UTC  (3+ messages)
` [PATCH v7 1/2] gpio: i2c-gpio: Drop use of dm_gpio_set_dir()
` [PATCH v7 2/2] gpio: Drop dm_gpio_set_dir()

[BUG] sandbox error handling broken on origin/next
 2021-03-23  1:22 UTC  (4+ messages)

[PATCH] spl: Add callback for preprocessing loaded FIT header before parsing
 2021-03-23  0:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v5 00/41] test: Refactor tests to have a single test runner
 2021-03-23  0:56 UTC  (4+ messages)
` [PATCH v5 22/41] test: Move dm_test_init() into test-main.c

[PATCH] sandbox: Support signal handling only when requested
 2021-03-23  0:56 UTC  (3+ messages)

[PATCH] Support building on macOS/arm64
 2021-03-22 20:35 UTC  (2+ messages)

Please pull u-boot-dm/next (take 3)
 2021-03-22 18:12 UTC 

[PATCH] Add support for stack-protector
 2021-03-22 17:37 UTC  (3+ messages)
` [PATCH v9] "

[PATCH] driver: spi: renesas_rpc_spi: Add mem_ops
 2021-03-22 17:21 UTC 

[PATCH] dm: test: Always include command.h for print_ut
 2021-03-22 17:09 UTC  (2+ messages)

[PATCH] azure: Use --board flag with sandbox_spl
 2021-03-22 17:07 UTC  (3+ messages)

[PATCH v2 1/2] mx23_olinuxino: enable device tree
 2021-03-22 15:31 UTC  (2+ messages)
` [PATCH v2 2/2] mx23_olinuxino: convert MMC to driver model

[PATCH 0/3] ARM: bitmain: Extend bitmain S9 board
 2021-03-22 14:48 UTC  (4+ messages)
` [PATCH 1/3] ARM: bitmain: Enable nand and smcc drivers
` [PATCH 2/3] ARM: bitmain: Enable legacy u-boot format
` [PATCH 3/3] ARM: bitmain: Enable saving variables to SD card

[PATCH] lib: Move selection of SPL hash algorithms from common/
 2021-03-22 13:33 UTC 

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

[PATCH] ARM: pcm058: Match mainline Linux NAND ECC layout/behaviour
 2021-03-22 13:05 UTC 

[PATCH 1/2] mmc: fsl_esdhc_imx: remove redundant cmd11 related code
 2021-03-22 12:48 UTC  (4+ messages)
` [PATCH 2/2] mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessary

[PATCH 1/2] mx23_olinuxino: enable device tree
 2021-03-22 11:57 UTC  (4+ messages)
` [PATCH 2/2] mx23_olinuxino: convert MMC to driver model

[PATCH v6 0/2] gpio: Update and simplify the uclass API
 2021-03-22 10:32 UTC  (4+ messages)
` [PATCH v6 1/2] gpio: i2c-gpio: Drop use of dm_gpio_set_dir()
` [PATCH v6 2/2] gpio: Drop dm_gpio_set_dir()

[PATCH 0/2] riscv: simply longjmp()
 2021-03-22 10:03 UTC  (5+ messages)
` [PATCH 1/2] riscv: simply longjmp
` [PATCH 2/2] test: unit test for longjmp

[PATCH RFT 0/4] pci: add common Designware PCIe functions and support Amlogic Meson PCIe controller
 2021-03-22  9:41 UTC  (8+ messages)
` [PATCH RFT 1/4] pci: add common Designware PCIe functions
` [PATCH RFT 2/4] pci: pcie_dw_ti: migrate to "
` [PATCH RFT 3/4] pci: pcie_dw_rockchip: "
` [PATCH RFT 4/4] pci: add Amlogic Meson Designware PCIe controller

[PATCH] Fix data abort in startup for at91 machines based on ARM926EJS
 2021-03-22  8:56 UTC  (8+ messages)

[PATCH 0/4] Add rt-thread art-pi board support
 2021-03-22  8:28 UTC  (2+ messages)

[PATCH v3 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-03-22  7:11 UTC  (3+ messages)
` [PATCH v3 6/7] board: sifive: add "

[PATCH 1/2] spi: nxp-fspi: Add support for IP read only
 2021-03-22  6:35 UTC  (3+ messages)
` [PATCH 2/2] spi: nxp_fspi: Implement errata workaround for LS1028A

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

[PATCH] patman: Continue on if warnings are found outside a commit
 2021-03-22  5:01 UTC 

[PATCH] imx8mn_ddr4_evk: Allow booting the kernel by default
 2021-03-22  1:40 UTC  (5+ messages)

[ANN] U-Boot v2021.04-rc4 released
 2021-03-22  1:37 UTC  (8+ messages)

[PATCH 1/2] of: addr: Abort address translation for parent nodes missing 'ranges'
 2021-03-22  1:25 UTC  (13+ messages)

[PATCH v4 0/2] x86: Minor improvements mostly for image loading
 2021-03-22  1:17 UTC  (6+ messages)
` [PATCH v4 2/2] x86: coral: Show memory config and SKU ID on startup

[PATCH 00/26] imx: update for i.MX8M
 2021-03-21 22:41 UTC  (3+ messages)
  ` [PATCH 14/26] power: pca9450: add a new parameter for power_pca9450_init

Please pull u-boot-dm/next take 2
 2021-03-21 14:48 UTC  (2+ messages)

[PATCH 00/11] binman: Enhancements to expanded entries
 2021-03-21  5:24 UTC  (12+ 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 v5 0/2] x86: Minor improvements mostly for image loading
 2021-03-21  3:50 UTC  (3+ 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

Please pull u-boot-dm/next into -next
 2021-03-21  1:20 UTC  (6+ messages)

[PATCH] tools: mtk_image: add an option to set device header offset
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] configs: mt7622: enable debug uart for mt7622_rfb_defconfig
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] board: mt7629: enable compression of u-boot to reduce the size of final image
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] serial: mtk: rewrite the setbrg function
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] dts: mt7629: enable JTAG pins by default
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH 0/4] Minor fixes for MediaTek pinctrl driver
 2021-03-20 23:37 UTC  (9+ messages)
` [PATCH 1/4] pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name
` [PATCH 2/4] pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl
` [PATCH 3/4] pinctrl: mediatek: do not probe gpio driver if not enabled
` [PATCH 4/4] pinctrl: mt7629: add jtag function and pin group

[PATCH 1/2] ARM: mediatek: Add MT8183 support
 2021-03-20 23:36 UTC  (4+ messages)
` [PATCH 2/2] board: Add MT8183 pumpkin board support

[PATCH 1/3] board: mediatek: rename pumpkin board into mt8516
 2021-03-20 23:36 UTC  (6+ messages)
` [PATCH 2/3] board: mediatek: mt8516: init USB Ether for pumpkin board
` [PATCH 3/3] configs: mt8516: use bootcmd from config_distro_bootcmd.h


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