public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-05-05 13:03:18 to 2021-05-07 01:41:36 UTC [more...]

[PULL] u-boot-riscv/master
 2021-05-07  1:41 UTC  (3+ messages)

[PATCH] Makefile: Handle building in a very old build directory
 2021-05-07  1:32 UTC 

[PATCH v2] armv8: Update erratum number to align with doc
 2021-05-07  1:06 UTC 

[PATCHv3 00/26] J72xx: HSM rearch support series
 2021-05-07  0:03 UTC  (29+ messages)
` [PATCHv3 01/26] lib: rational: copy the rational fraction lib routines from Linux
` [PATCHv3 02/26] arm: mach-k3: introduce new config option for sysfw split
` [PATCHv3 03/26] remoteproc: k3-r5: remove sysfw PM calls if not supported
` [PATCHv3 04/26] common: fit: Update board_fit_image_post_process() to pass fit and node_offset
` [PATCHv3 05/26] clk: fixed_rate: add API for directly registering fixed rate clocks
` [PATCHv3 06/26] clk: fix clock tree dump to properly dump out every registered clock
` [PATCHv3 07/26] clk: do not attempt to fetch clock pointer with null device
` [PATCHv3 08/26] clk: add support for setting clk rate from cmdline
` [PATCHv3 09/26] clk: sci-clk: fix return value of set_rate
` [PATCHv3 10/26] clk: fix assigned-clocks to pass with deferring provider
` [PATCHv3 11/26] clk: fix set_rate to clean up cached rates for the hierarchy
` [PATCHv3 12/26] clk: add support for TI K3 SoC PLL
` [PATCHv3 13/26] clk: add support for TI K3 SoC clocks
` [PATCHv3 14/26] power: domain: Introduce driver for raw TI K3 PDs
` [PATCHv3 15/26] cmd: ti: pd: Add debug command for K3 power domains
` [PATCHv3 16/26] tools: k3_fit_atf: add DM binary to the FIT image
` [PATCHv3 17/26] arm: mach-k3: Add platform data for j721e and j7200
` [PATCHv3 18/26] arm: mach-k3: add support for detecting firmware images from FIT
` [PATCHv3 19/26] arm: mach-k3: do board config for PM and RM only if supported
` [PATCHv3 20/26] arm: mach-k3: common: Drop main r5 start
` [PATCHv3 21/26] arm: mach-k3: sysfw-loader: pass boardcfg to sciserver
` [PATCHv3 22/26] arm: mach-k3: j721e_init: Force early probe of clk-k3 driver
` [PATCHv3 23/26] configs: j721e_evm_r5: Enable raw access power management features
` [PATCHv3 24/26] configs: j7200_evm_r5: "
` [PATCHv3 25/26] board: ti: j72xx: README: update build instructions and image formats
` [PATCHv3 26/26] arm: dts: k3-j72xx: correct MCU timer1 frequency

[PATCH 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error
 2021-05-06 18:40 UTC  (6+ messages)
` [PATCH 3/3] pci: pcie_dw_rockchip: Use udelay instead of msleep

[PATCH] nvme: fix for big endian systems
 2021-05-06 18:24 UTC 

[PATCH v2 00/50] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-06 17:57 UTC  (54+ messages)
` [PATCH v2 01/50] lib: Add memdup()
` [PATCH v2 02/50] Add support for an owned buffer
` [PATCH v2 03/50] compiler: Add a comment to host_build()
` [PATCH v2 04/50] zstd: Create a function for use from U-Boot
` [PATCH v2 05/50] btrfs: Use U-Boot API for decompression
` [PATCH v2 06/50] image: Avoid switch default in image_decomp()
` [PATCH v2 07/50] image: Update zstd to avoid reporting error twice
` [PATCH v2 08/50] gzip: Avoid use of u64
` [PATCH v2 09/50] image: Update image_decomp() to avoid ifdefs
` [PATCH v2 10/50] image: Split board code out into its own file
` [PATCH v2 11/50] image: Fix up checkpatch warnings in image-board.c
` [PATCH v2 12/50] image: Split host code out into its own file
` [PATCH v2 13/50] image: Create a function to do manual relocation
` [PATCH v2 14/50] image: Avoid #ifdefs for "
` [PATCH v2 15/50] image: Remove ifdefs around image_setup_linux() el at
` [PATCH v2 16/50] image: Add Kconfig options for FIT in the host build
` [PATCH v2 17/50] kconfig: Add host support to CONFIG_IS_ENABLED()
` [PATCH v2 18/50] image: Shorten FIT_ENABLE_SHAxxx_SUPPORT
` [PATCH v2 19/50] image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx
` [PATCH v2 20/50] hash: Use Kconfig to enable hashing in host tools
` [PATCH v2 21/50] hash: Drop some #ifdefs in hash.c
` [PATCH v2 22/50] image: Drop IMAGE_ENABLE_FIT
` [PATCH v2 23/50] image: Drop IMAGE_ENABLE_OF_LIBFDT
` [PATCH v2 24/50] image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host
` [PATCH v2 25/50] image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT
` [PATCH v2 26/50] image: Use Kconfig to enable FIT_RSASSA_PSS on host
` [PATCH v2 27/50] Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32
` [PATCH v2 28/50] image: Drop IMAGE_ENABLE_CRC32
` [PATCH v2 29/50] Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5
` [PATCH v2 30/50] image: Drop IMAGE_ENABLE_MD5
` [PATCH v2 31/50] image: Drop IMAGE_ENABLE_SHA1
` [PATCH v2 32/50] image: Drop IMAGE_ENABLE_SHAxxx
` [PATCH v2 33/50] image: Drop IMAGE_BOOT_GET_CMDLINE
` [PATCH v2 34/50] image: Drop IMAGE_OF_BOARD_SETUP
` [PATCH v2 35/50] image: Drop IMAGE_OF_SYSTEM_SETUP
` [PATCH v2 36/50] image: Drop IMAGE_ENABLE_IGNORE
` [PATCH v2 37/50] image: Drop IMAGE_ENABLE_SIGN/VERIFY defines
` [PATCH v2 38/50] image: Drop IMAGE_ENABLE_BEST_MATCH
` [PATCH v2 39/50] image: Drop IMAGE_ENABLE_EN/DECRYPT defines
` [PATCH v2 40/50] image: Tidy up fit_unsupported_reset()
` [PATCH v2 41/50] image: Drop unnecessary #ifdefs from image.h
` [PATCH v2 42/50] image: Drop #ifdefs for fit_print_contents()
` [PATCH v2 43/50] image: Drop most #ifdefs in image-board.c
` [PATCH v2 44/50] image: Reduce variable scope in boot_get_ramdisk()
` [PATCH v2 45/50] image: Split up boot_get_ramdisk()
` [PATCH v2 46/50] image: Remove #ifdefs from select_ramdisk()
` [PATCH v2 47/50] image: Remove some #ifdefs from image-fit and image-fit-sig
` [PATCH v2 48/50] image: Reduce variable scope in boot_get_fdt()
` [PATCH v2 49/50] image: Split up boot_get_fdt()
` [PATCH v2 50/50] image: Remove #ifdefs from select_fdt()

[PATCH 00/17] arm: mach-k3: Initial Support for Texas Instruments AM642 Platform
 2021-05-06 17:54 UTC  (5+ messages)
` [PATCH 17/17] configs: am64x_evm_a53: Add Initial support

[PATCH 0/9] riscv: Partially move to binman to generate u-boot.itb
 2021-05-06 15:08 UTC  (22+ messages)
` [PATCH 1/9] common: kconfig: Correct a typo in SPL_LOAD_FIT
` [PATCH 2/9] binman: Correct '-a' description in the doc
` [PATCH 3/9] binman: Correct the comment for ATF entry type
` [PATCH 4/9] binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts
` [PATCH 5/9] binman: test: Correct the name of 170_fit_fdt_missing_prop.dts
` [PATCH 6/9] binman: Add support for RISC-V OpenSBI fw_dynamic blob
` [PATCH 7/9] makefile: Update clean rule to remove files generated by binman
` [PATCH 8/9] makefile: Pass OpenSBI blob to binman make rules
` [PATCH 9/9] riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb

[PATCH v3 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-05-06 15:06 UTC  (7+ messages)
` [PATCH v3 03/20] drivers: reset: Handle gracefully NULL pointers

[PATCH 0/2] allow environment to be updated from dtb
 2021-05-06 15:03 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] env: allow environment to be amended from control dtb
  ` [PATCH v2 2/2] sandbox: add test of CONFIG_ENV_IMPORT_FDT

[PATCH v4 0/5] sysinfo: Add gpio sysinfo driver
 2021-05-06 15:02 UTC  (11+ messages)
` [PATCH v4 1/5] dm: gpio: Fix gpio_get_list_count failing with livetree
` [PATCH v4 2/5] sysinfo: Use global sysinfo IDs for existing sysinfo drivers
` [PATCH v4 3/5] sysinfo: Require that sysinfo_detect be called before other methods
` [PATCH v4 4/5] sysinfo: Add gpio-sysinfo driver
` [PATCH v4 5/5] test: Add gpio-sysinfo test

[PATCH 1/2] cmd: pinmux: update result of do_status
 2021-05-06 15:02 UTC  (5+ messages)
` [PATCH 2/2] cmd: pinmux: support pin name in status command
    ` [Uboot-stm32] "

[PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable
 2021-05-06 15:02 UTC  (2+ messages)

[PATCH] fdt_support.c: Allow late kernel cmdline modification
 2021-05-06 15:02 UTC  (2+ messages)

[PATCH v2] psci: rename psci_features function
 2021-05-06 14:34 UTC 

[PATCH V2] ARM: stm32: Update dhelectronics/dh_stm32mp1/MAINTAINERS file
 2021-05-06 14:03 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update dhelectronics/dh_stm32mp1/MAINTAINERS file
 2021-05-06 14:02 UTC  (2+ messages)

[PATCH 00/15] ram: k3-ddrss: Convert k3-j721e to common driver with k3-am64 support
 2021-05-06 12:43 UTC  (6+ messages)
` [PATCH 13/15] ram: k3-ddrss: Introduce common driver with J7 SoC support
` [PATCH 14/15] ram: k3-ddrss: Introduce support for AM642 SoCs

[PATCH v2 0/3] Add reboot mode support
 2021-05-06 12:21 UTC  (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] reboot-mode: add support for reboot mode control
` [PATCH v3 2/3] reboot-mode: read the boot mode from GPIOs status
` [PATCH v3 3/3] reboot-mode: read the boot mode from RTC memory

[PATCH 00/18] arm: k3-am64: Add initial support for AM64 SK
 2021-05-06 11:15 UTC  (19+ messages)
` [PATCH 01/18] soc: ti: k3-socinfo: Add entry for AM64X SoC family
` [PATCH 02/18] board: ti: am64x: Add support for reading eeprom data
` [PATCH 03/18] board: ti: am64x: Enable support for reading EEPROM in R5 SPL
` [PATCH 04/18] board: ti: am64x: Add support for detecting multiple device trees
` [PATCH 05/18] arm: am64x: Add support for selecting DT based on EEPROM
` [PATCH 06/18] include: configs: am64x: Avoid overlap of BSS and stack area
` [PATCH 07/18] include: configs: am64x_evm: Optimize size of SPL BSS
` [PATCH 08/18] include: configs: Update env for selecting right dtb
` [PATCH 09/18] arm: dts: k3-am64-evm: Make chip id available before pre-reloc
` [PATCH 10/18] arm: dts: k3-am642-r5-evm: Do not use power-domains for I2C
` [PATCH 11/18] arm: dts: am642-evm: Add I2C nodes
` [PATCH 12/18] arm: dts: am642-sk: Add initial sk dts
` [PATCH 13/18] arm: dts: am642-r5-sk: Add r5 specific dts
` [PATCH 14/18] configs: am64x_evm_r5: Enable checks for spl and stack sizes
` [PATCH 15/18] configs: am64x_evm_r5: Enable support for building multiple device trees
` [PATCH 16/18] configs: am64x_evm_a53: Enable configs for printing cpuinfo
` [PATCH 17/18] configs: am64x_evm_a53: Enable support for reading eeprom
` [PATCH 18/18] configs: am64x_evm_a53: Enable support for building multiple dtbs

cmd:GPIO:TI: 'gpio' command Failure Error on Beaglebone Black
 2021-05-06  7:50 UTC  (3+ messages)

[PATCH] configs: stm32mp: Enable UNZIP on STMicroelectronics stm32mp15 boards
 2021-05-06  7:31 UTC 

[PATCH] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values
 2021-05-06  6:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V3 0/2] Add OpenPiton board support
 2021-05-06  5:12 UTC  (4+ messages)
  ` [PATCH V3 1/2] mmc: add OpenPiton mmc support

[PATCH V4 2/2] riscv: board: Support OpenPiton SoC
 2021-05-06  3:42 UTC 

[PATCH V4 1/2] mmc: add OpenPiton mmc support
 2021-05-06  3:40 UTC 

[PATCH V4 0/2] Add OpenPiton board support
 2021-05-06  3:38 UTC 

[PATCH] armv8: Update erratum number to align with doc
 2021-05-06  2:42 UTC 

[PATCH v2 00/13] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-05-06  2:28 UTC  (7+ messages)
` [PATCH v2 04/13] gpio: Introduce CONFIG_ONLY_GENERIC_GPIO to cleanup #ifdefs

[PATCH 00/49] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-05 23:38 UTC  (6+ messages)
` [PATCH 01/49] Add support for an owned buffer

[RFC PATCH v1] lib: rsa: introduce RSA_SOFTWARE_EXP_TINY
 2021-05-05 23:37 UTC  (4+ messages)

[PATCH 0/4] malloc: Enable profiling dlmalloc with valgrind
 2021-05-05 23:32 UTC  (5+ messages)
` [PATCH 3/4] doc: sandbox: Document how to run sandbox "

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-05-05 22:49 UTC  (4+ messages)

[RESEND PATCH v1] psci: rename psci_features function
 2021-05-05 21:51 UTC  (2+ messages)

[PATCH v1] psci: rename psci_features function
 2021-05-05 20:45 UTC 

[PATCH] cmd: mvebu: Rename rx_training to mvebu_comphy_rx_training
 2021-05-05 20:44 UTC  (3+ messages)

[PATCH v2 0/4] Add support for embedding public key in platform's dtb
 2021-05-05 20:23 UTC  (3+ messages)
` [PATCH v2 1/4] efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable

[PATCH v2 0/3] malloc: Enable profiling dlmalloc with valgrind
 2021-05-05 20:08 UTC  (4+ messages)
` [PATCH v2 1/3] Add valgrind headers to U-Boot
` [PATCH v2 2/3] malloc: Annotate allocator for valgrind
` [PATCH v2 3/3] doc: sandbox: Document how to run sandbox with valgrind

[PATCH v4 0/5] psci: add support for SYSTEM_RESET2 and PSCI_FEATURES
 2021-05-05 19:20 UTC  (4+ messages)
` [PATCH v4 2/5] psci: add features/reset2 support

[PATCH v4 0/6] nable ECDSA FIT verification for stm32mp
 2021-05-05 18:56 UTC  (13+ messages)
` [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

[PATCH] common: fdt_support: Observe index in fdt_getprop_u32_default_node()
 2021-05-05 18:48 UTC  (2+ messages)

[PATCH] net: dwmac_meson8b: do not set TX delay in TXID & RXID
 2021-05-05 18:47 UTC  (2+ messages)

[U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support
 2021-05-05 18:34 UTC 

[PATCH v1 00/23] phy: marvell: Sync Armada 3k/7k/8k SERDES code with Marvell version
 2021-05-05 16:38 UTC  (8+ messages)

[PATCH V2] ARM: imx6: Update dhelectronics/dh_imx6/MAINTAINERS file
 2021-05-05 16:23 UTC 

[PATCH] armv8: lx2160ardb: Add thermal node fixup for revc board
 2021-05-05 15:02 UTC  (2+ messages)

[PATCH v2] usb: musb-new: Extend and move Allwinner quirk into Kconfig
 2021-05-05 14:31 UTC  (2+ messages)

[PATCH v1] imx: mkimage_fit_atf: replace @ with hyphen
 2021-05-05 13:30 UTC  (2+ messages)

[PATCH v2] sunxi: H616: Enable full 4GB of DRAM
 2021-05-05 13:04 UTC 

[PATCH 1/2] Add out4.ru O4-iMX-NANO board
 2021-05-05 13:03 UTC  (2+ messages)
` [PATCH 2/2] Add EV-iMX280-NANO-X-MB board


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