messages from 2019-10-03 05:51:41 to 2019-10-04 13:54:30 UTC [more...]
[U-Boot] [RESEND PATCH v3 1/2] Makefile: Add target to generate hex output for combined spl and dtb
2019-10-04 13:54 UTC (2+ messages)
[U-Boot] [PATCH] arm64: versal: Enable clock driver
2019-10-04 13:05 UTC
[U-Boot] [PATCH] imx: add support for i.MX7/i.MX8MQ reset controller
2019-10-04 12:39 UTC (8+ messages)
` [U-Boot] [PATCH 1/3] "
` [U-Boot] [PATCH 2/3] imx: add the i.MX8M reset controller node
` [U-Boot] [PATCH 3/3] imx: enable the reset controller on the i.MX8MQ EVK
[U-Boot] [PATCH 1/2] mx28evk: README: Fix location for the generic mxs README
2019-10-04 11:05 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] imx: mxs: Fix location for the elftosb tool
[U-Boot] [PATCH V2 1/3] watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
2019-10-04 11:02 UTC (6+ messages)
` [U-Boot] [PATCH V2 2/3] watchdog: designware: Convert to DM and DT probing
` [U-Boot] [PATCH V2 3/3] watchdog: designware: Optionally fetch clock from DT
[U-Boot] [PATCH] MAINTAINERS, git-mailrc: Update the maintainer for socfpga
2019-10-04 10:36 UTC (2+ messages)
[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
2019-10-04 9:44 UTC (31+ messages)
` [U-Boot] [PATCH 001/126] dm: core: Use U-Boot logging instead of pr_debug()
` [U-Boot] [PATCH 002/126] dm: core: Correct low cell in ofnode_read_pci_addr()
` [U-Boot] [PATCH 003/126] dm: core: Drop a few early returns
` [U-Boot] [PATCH 004/126] dm: core: Add documentation on how to debug driver model
` [U-Boot] [PATCH 005/126] dm: core: Don't include ofnode functions with of-platdata
` [U-Boot] [PATCH 006/126] dm: core: Correct bad cast in ofnode_get_addr_size_index()
` [U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line
` [U-Boot] [PATCH 008/126] dm: test: Don't fail when tests are skipped due to build
` [U-Boot] [PATCH 009/126] dm: core: Call ofdata_to_platdata() with of-platdata
` [U-Boot] [PATCH 010/126] dm: doc: Correct of-platdata CONFIG_IS_ENABLED() condition
` [U-Boot] [PATCH 011/126] dm: core: Correct the return value for uclass_find_first_device()
` [U-Boot] [PATCH 012/126] dm: core: Add device_foreach_child()
` [U-Boot] [PATCH 013/126] dm: test: Correct a stray backslash in dm_test_destroy()
` [U-Boot] [PATCH 014/126] fdt: Show the preprocessed .dts file on error
[U-Boot] [PATCH] efi_loader: device_path: allow for arbitrary length of file path
2019-10-04 6:09 UTC (2+ messages)
[U-Boot] [PATCH] cmd: env: fix a typo in a comment of do_env_set_efi()
2019-10-04 5:39 UTC (2+ messages)
[U-Boot] [PATCH] sandbox: fix build error due to missing struct udevice definition
2019-10-04 4:45 UTC
[U-Boot] [PATCH v2 00/38] x86: Various modifications to prepare for FSP2
2019-10-04 4:05 UTC (89+ messages)
` [U-Boot] [PATCH v2 03/38] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v2 07/38] spl: Avoid checking for Ctrl-C in SPL with print_buffer()
` [U-Boot] [PATCH v2 08/38] spl: handoff: Correct Kconfig condition for SPL and TPL
` [U-Boot] [PATCH v2 09/38] spl: Add an arch-specific hook for writing to SPL handoff
` [U-Boot] [PATCH v2 10/38] spl: Set up the bloblist in board_init_r()
` [U-Boot] [PATCH v2 11/38] spl: Add a function to determine the U-Boot phase
` [U-Boot] [PATCH v2 15/38] x86: sysreset: Allow reset driver to be included in SPL/TPL
` [U-Boot] [PATCH v2 16/38] x86: Rename some FSP functions to have an fsp_ prefix
` [U-Boot] [PATCH v2 17/38] x86: fsp: Create a common fsp_support.h header
` [U-Boot] [PATCH v2 18/38] x86: fsp: Use if() instead of #ifdef
` [U-Boot] [PATCH v2 19/38] x86: fsp: Tidy up comment style a little
` [U-Boot] [PATCH v2 20/38] x86: fsp: Move common dram functions into a common file
` [U-Boot] [PATCH v2 21/38] x86: Move common fsp "
` [U-Boot] [PATCH v2 22/38] x86: fsp: Move common support "
` [U-Boot] [PATCH v2 23/38] efi: Move inline functions to unconditional part of header
` [U-Boot] [PATCH v2 24/38] x86: fsp: Add a few more definitions for FSP2
` [U-Boot] [PATCH v2 25/38] x86: fsp: Add access to variable MRC data
` [U-Boot] [PATCH v2 26/38] x86: Move common Intel CPU info code into a function
` [U-Boot] [PATCH v2 27/38] x86: Add binman symbols to the image
` [U-Boot] [PATCH v2 28/38] x86: pci: Add a function to clear and set PCI config regs
` [U-Boot] [PATCH v2 29/38] x86: spl: Use hang() instead of a while() loop
` [U-Boot] [PATCH v2 30/38] x86: spl: Reduce priority of the basic SPL image loader
` [U-Boot] [PATCH v2 31/38] x86: spl: Move broadwell-specific code out of generic x86 spl
` [U-Boot] [PATCH v2 32/38] x86: fsp: Save usable RAM and hob_list in the handoff area
` [U-Boot] [PATCH v2 33/38] x86: fsp: Allow the HOBs to be used after relocation
` [U-Boot] [PATCH v2 34/38] x86: Change condition for using CAR
` [U-Boot] [PATCH v2 35/38] x86: Add more comments to the start-up code
` [U-Boot] [PATCH v2 37/38] x86: Add various MTRR indexes and values
` [U-Boot] [PATCH v2 38/38] x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT
[U-Boot] [PATCH v4 00/17] Add Intel Agilex SoC support
2019-10-04 3:12 UTC (12+ messages)
` [U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support
` [U-Boot] [PATCH v4 10/17] arm: socfpga: agilex: Add CCU support for Agilex
` [U-Boot] [PATCH v4 12/17] ddr: altera: Restructure Stratix 10 SDRAM driver
[U-Boot] [PATCH v3 0/4] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
2019-10-04 3:05 UTC (5+ messages)
` [U-Boot] [PATCH v3 1/4] fs: export fs_close()
` [U-Boot] [PATCH v3 2/4] fs: add fs_get_type() for current filesystem type
` [U-Boot] [PATCH v3 3/4] efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
` [U-Boot] [PATCH v3 4/4] efi_loader: disk: install file system protocol to a whole disk
[U-Boot] [PATCH v2 0/4] arm: socfpga: Convert drivers from struct to defines
2019-10-04 3:05 UTC (10+ messages)
` [U-Boot] [PATCH v2 2/4] arm: socfpga: Convert reset manager "
` [U-Boot] [PATCH v2 3/4] arm: socfpga: Convert system "
` [U-Boot] [PATCH v2 4/4] arm: socfpga: Convert clock "
[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables
2019-10-04 1:20 UTC
[U-Boot] Please pull u-boot-x86
2019-10-04 0:36 UTC
[U-Boot] [PATCH 1/1] Makefile: mrproper should remove *.pyc files
2019-10-04 0:32 UTC (2+ messages)
[U-Boot] [PATCH v2 0/3] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
2019-10-04 0:22 UTC (12+ messages)
` [U-Boot] [PATCH v2 2/3] efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
` [U-Boot] [PATCH v2 3/3] efi_loader: disk: install file system protocol to a whole disk
[U-Boot] [PATCH v2 0/2] efi_loader: device_path: support Sandbox's host device
2019-10-04 0:18 UTC (9+ messages)
` [U-Boot] [PATCH v2 2/2] efi_loader: device_path: show a host device in understandable form
[U-Boot] U-Boot build for i.MX board won't boot in corresponding QEMU machine
2019-10-03 21:40 UTC (3+ messages)
[U-Boot] [PATCH] imx: add Boundary Devices Nitrogen8M board support
2019-10-03 20:33 UTC (5+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH 1/2] watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
2019-10-03 19:58 UTC (20+ messages)
` [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing
[U-Boot] [PATCH 1/1] net: remove superfluous __packed attribute
2019-10-03 18:01 UTC (3+ messages)
[U-Boot] [PATCH v5 00/26]MTD defconfigs/Kconfigs/Makefiles heavy cleanup
2019-10-03 17:55 UTC (28+ messages)
` [U-Boot] [PATCH v5 01/26] mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
` [U-Boot] [PATCH v5 02/26] mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
` [U-Boot] [PATCH v5 03/26] mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD
` [U-Boot] [PATCH v5 04/26] mtd: ensure MTD is compiled when there is a NOR flash
` [U-Boot] [PATCH v5 05/26] mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash
` [U-Boot] [PATCH v5 06/26] mtd: ensure MTD is compiled when there is a SPI NOR flash using MTD
` [U-Boot] [PATCH v5 07/26] mtd: ensure UBI is compiled when using fastmap
` [U-Boot] [PATCH v5 08/26] mtd: ensure MTD is compiled when UBI is used
` [U-Boot] [PATCH v5 09/26] mtd: ensure UBI is compiled when CMD_UBI is selected
` [U-Boot] [PATCH v5 10/26] mtd: ensure UBI is compiled when ENV_IS_IN_UBI "
` [U-Boot] [PATCH v5 11/26] mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND "
` [U-Boot] [PATCH v5 12/26] mtd: ensure CMD_NAND is compiled when its options are selected
` [U-Boot] [PATCH v5 13/26] mtd: ensure MTD is compiled when CMD_MTDPARTS is selected
` [U-Boot] [PATCH v5 14/26] configs: move CONFIG_MTD in defconfigs when set in arch includes
` [U-Boot] [PATCH v5 15/26] configs: remove raw NAND core from k2g defconfigs
` [U-Boot] [PATCH v5 16/26] configs: remove MTD support from bcm11130 and M54418TWR defconfigs
` [U-Boot] [PATCH v5 17/26] configs: socfpga: mcvevk: Remove useless UBI infos
` [U-Boot] [PATCH v5 18/26] configs: ls104x/ls108x/ls208x: Build the raw NAND core with TFABOOT
` [U-Boot] [PATCH v5 19/26] mtd: nand: add includes in NAND core to avoid warnings
` [U-Boot] [PATCH v5 20/26] dfu: add dependency on the raw NAND core
` [U-Boot] [PATCH v5 21/26] mtd: nor: NOR flashes depend on MTD
` [U-Boot] [PATCH v5 22/26] mtd: spi: SPI_FLASH_MTD depends "
` [U-Boot] [PATCH v5 23/26] cmd: mtdparts: Kconfig: join mtdparts command entry with its options
` [U-Boot] [PATCH v5 24/26] cmd: nand/sf: isolate legacy code
` [U-Boot] [PATCH v5 25/26] cmd: make MTD commands depend on MTD
` [U-Boot] [PATCH v5 26/26] mtd: Makefile: deep cleanup
[U-Boot] [PATCH] MAINTAINERS: Update my email address
2019-10-03 16:32 UTC
[U-Boot] [BUG] arch/arm/cpu/armv7/sunxi/psci.c does not build with GCC 9.2.1
2019-10-03 15:59 UTC
[U-Boot] Bootcount on raspberry pi 0 w
2019-10-03 15:26 UTC
[U-Boot] [BUGS] fs/cbfs/cbfs.c and net/net.c do not compile with GCC 9.2.1
2019-10-03 14:30 UTC
[U-Boot] [PATCH] efi: device path for nvme
2019-10-03 14:24 UTC (20+ messages)
` [U-Boot] [PATCH v2] "
` [U-Boot] [PATCH] nvme: add accessor to namespace id and eui64
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH v2 2/2] efi: device path for nvme
` [U-Boot] [PATCH "
` [U-Boot] [PATCH v3 "
[U-Boot] [PATCH] linux_compat: fix potential NULL pointer access
2019-10-03 14:23 UTC (2+ messages)
[U-Boot] [PATCH] imx: add support for i.MX8MQ power domain controller
2019-10-03 13:51 UTC (2+ messages)
[U-Boot] [PATCH] imx: update i.MX8MQ clocks
2019-10-03 13:48 UTC (2+ messages)
[U-Boot] HAB synchronous error loop i.MX8M
2019-10-03 13:41 UTC (6+ messages)
[U-Boot] [RFC 0/3] rsa: extend rsa_verify() for UEFI secure boot
2019-10-03 13:37 UTC (5+ messages)
` [U-Boot] [RFC 2/3] lib: rsa: generate additional parameters for public key
[U-Boot] [PATCH v4 0/3] env: Add CONFIG_ENV_FULL_SUPPORT
2019-10-03 13:18 UTC (5+ messages)
` [U-Boot] [PATCH v4 1/3] env: correct the check of env_flags_validate presence
` [U-Boot] [PATCH v4 2/3] env: introduce macro ENV_IS_IN_SOMEWHERE
` [U-Boot] [PATCH v4 3/3] env: Add CONFIG_ENV_FULL_SUPPORT
[U-Boot] One u-boot.bin for Raspberry PI 3 and 4 - possible?
2019-10-03 10:46 UTC (9+ messages)
[U-Boot] [PATCH 0/5] xilinx: Introduce Zynq/ZynqMP virtual defconfig
2019-10-03 10:33 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] arm64: versal: Move common board dtb search
` [U-Boot] [PATCH 2/5] arm64: xilinx: Enable generic of_board_dtb
` [U-Boot] [PATCH 3/5] arm64: zynqmp: Introduce virtual defconfig
` [U-Boot] [PATCH 4/5] ARM: zynq: "
` [U-Boot] [PATCH 5/5] arm64: versal: remove debug uart for versal virt
[U-Boot] What versions of SD/MMC cards are supported by "mmc write" command?
2019-10-03 10:00 UTC
[U-Boot] [PATCH] NVMe: do PCI enumerate before nvme scan
2019-10-03 9:13 UTC (4+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH] cmd: host: fix seg fault at "host info"
2019-10-03 7:27 UTC (3+ messages)
[U-Boot] [RFC 0/9] import x509/pkcs7 parsers from linux
2019-10-03 5:51 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox