messages from 2019-12-06 11:13:19 to 2019-12-07 23:22:01 UTC [more...]
[PATCH 1/1] linux/types.h: fix typo unchar
2019-12-07 23:22 UTC
[U-Boot] [PATCH v3 00/16] import x509/pkcs7 parsers from linux
2019-12-07 22:34 UTC (35+ messages)
` [U-Boot] [PATCH v3 01/16] linux_compat: move kmemdup() from ubifs.c to linux_compat.c
` [U-Boot] [PATCH v3 02/16] rtc.h: add struct udevice declaration
` [U-Boot] [PATCH v3 03/16] rtc: move date.c from drivers/rtc/ to lib/
` [U-Boot] [PATCH v3 04/16] lib: add mktime64() for linux compatibility
` [U-Boot] [PATCH v3 05/16] include: kernel.h: include printk.h
` [U-Boot] [PATCH v3 06/16] linux/time.h: include vsprintf.h
` [U-Boot] [PATCH v3 07/16] cmd: add asn1_compiler
` [U-Boot] [PATCH v3 08/16] Makefile: add build script for asn1 parsers
` [U-Boot] [PATCH v3 09/16] lib: add asn1 decoder
` [U-Boot] [PATCH v3 10/16] doc: add README for asn1 compiler and decoder
` [U-Boot] [PATCH v3 11/16] lib: add oid registry utility
` [U-Boot] [PATCH v3 12/16] lib: crypto: add public key utility
` [U-Boot] [PATCH v3 13/16] lib: crypto: add rsa public key parser
` [U-Boot] [PATCH v3 14/16] lib: crypto: add x509 parser
` [U-Boot] [PATCH v3 15/16] lib: crypto: add pkcs7 message parser
` [U-Boot] [PATCH v3 16/16] test: add asn1 unit test
[U-Boot] [PATCH] spl: fix entry_point equal to load_addr
2019-12-07 21:28 UTC (13+ messages)
[U-Boot-Board-Maintainers] Raspberry pi 4 - u-boot - genet / scb
2019-12-07 19:29 UTC (2+ messages)
i.MX8MM-EVK Boot failure
2019-12-07 18:25 UTC (2+ messages)
[U-Boot] imx8m: fix rom version check to unbreak some B0 chips
2019-12-07 15:29 UTC (2+ messages)
[PATCH 1/1] arm: -march=armv5t for ARM11
2019-12-07 11:16 UTC (2+ messages)
[U-Boot] [PATCH] mtd: spi-nor: ids: Add GigaDevice gd25q128
2019-12-07 10:28 UTC (2+ messages)
` "
[PATCH v6 000/102] x86: Add initial support for apollolake
2019-12-07 4:43 UTC (103+ messages)
` [PATCH v6 001/102] binman: Add a library to access binman entries
` [PATCH v6 002/102] dm: gpio: Allow control of GPIO uclass in SPL
` [PATCH v6 003/102] dm: core: Fix offset_to_ofnode() with invalid offset
` [PATCH v6 004/102] dm: pci: Allow delaying auto-config until after relocation
` [PATCH v6 005/102] dm: pci: Move pci_get_devfn() into a common file
` [PATCH v6 006/102] net: Move the checksum functions to lib/
` [PATCH v6 007/102] i2c: designware: Tidy up PCI support
` [PATCH v6 008/102] i2c: designware: Avoid using static data
` [PATCH v6 009/102] i2c: designware: Support use in SPL
` [PATCH v6 010/102] x86: spi: Add helper functions for Intel Fast SPI
` [PATCH v6 011/102] fdt: Show the preprocessed .dts file on error
` [PATCH v6 012/102] dm: pinctrl: Allow enabling full pinctrl in SPL/TPL
` [PATCH v6 013/102] board_r: Move early-timer init later
` [PATCH v6 014/102] RFC: sandbox: net: Suppress the MAC-address warnings
` [PATCH v6 015/102] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [PATCH v6 016/102] x86: timer: use a timer base of 0
` [PATCH v6 017/102] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [PATCH v6 018/102] x86: Drop unnecessary cpu code for TPL
` [PATCH v6 019/102] x86: Drop unnecessary interrupt "
` [PATCH v6 020/102] x86: power: Add an ACPI PMC uclass
` [PATCH v6 021/102] x86: sandbox: Add a PMC emulator and test
` [PATCH v6 022/102] pci: Add support for p2sb uclass
` [PATCH v6 023/102] sandbox: Disable mmio by default in tests
` [PATCH v6 024/102] sandbox: Add PCI driver and test for p2sb
` [PATCH v6 025/102] x86: Move UCLASS_IRQ into a separate file
` [PATCH v6 026/102] sandbox: Add a test for IRQ
` [PATCH v6 027/102] x86: Define the SPL image start
` [PATCH v6 028/102] x86: Reduce mrccache record alignment size
` [PATCH v6 029/102] x86: Correct mrccache find_next_mrc_cache() calculation
` [PATCH v6 030/102] x86: Adjust mrccache_get_region() to use livetree
` [PATCH v6 031/102] x86: Adjust mrccache_get_region() to support get_mmap()
` [PATCH v6 032/102] x86: Add a new global_data member for the cache record
` [PATCH v6 033/102] x86: Tidy up error handling in mrccache_save()
` [PATCH v6 034/102] x86: Update mrccache to support multiple caches
` [PATCH v6 035/102] x86: Add mrccache support for a 'variable' cache
` [PATCH v6 036/102] x86: Don't export mrccache_update()
` [PATCH v6 037/102] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [PATCH v6 038/102] x86: Set the DRAM banks to reflect real location
` [PATCH v6 039/102] x86: Set up the MTRR for SDRAM
` [PATCH v6 040/102] x86: Don't imply libfdt or SPI flash in TPL
` [PATCH v6 041/102] x86: Allow removal of standard PCH drivers
` [PATCH v6 042/102] x86: Allow interrupt to happen once
` [PATCH v6 043/102] x86: fsp: Make graphics support common to FSP1/2
` [PATCH v6 044/102] x86: fsp: Correct wrong header inlude in fsp_support.c
` [PATCH v6 045/102] x86: fsp: Add FSP2 base support
` [PATCH v6 046/102] x86: fsp: Set up an MTRR for the graphics frame buffer
` [PATCH v6 047/102] x86: fsp: Add a new arch_fsp_init_r() hook
` [PATCH v6 048/102] x86: fsp: Allow remembering the location of FSP-S
` [PATCH v6 049/102] x86: fsp: Make the notify API call common
` [PATCH v6 050/102] x86: Don't include the BIOS emulator in TPL
` [PATCH v6 051/102] x86: Add an option to include a FIT
` [PATCH v6 052/102] x86: Add support for newer CAR schemes
` [PATCH v6 053/102] x86: Disable microcode section for FSP2
` [PATCH v6 054/102] x86: Update the fsp command "
` [PATCH v6 055/102] x86: Update .dtsi file "
` [PATCH v6 056/102] x86: Add an option to control the position of U-Boot
` [PATCH v6 057/102] x86: Add an option to control the position of SPL
` [PATCH v6 058/102] x86: Add an fdtmap and image-header
` [PATCH v6 059/102] x86: Don't repeat microcode in U-Boot if not needed
` [PATCH v6 060/102] x86: Separate out U-Boot and device tree in ROM image
` [PATCH v6 061/102] x86: Make MSR_PKG_POWER_SKU common
` [PATCH v6 062/102] spi: Correct operations check in dm_spi_xfer()
` [PATCH v6 063/102] x86: spi: Don't enable SPI_FLASH_BAR by default
` [PATCH v6 064/102] spi: ich: Move init function just above probe()
` [PATCH v6 065/102] spi: ich: Move the protection/lockdown code into a function
` [PATCH v6 066/102] spi: ich: Convert to livetree
` [PATCH v6 067/102] spi: ich: Fix header order
` [PATCH v6 068/102] spi: ich: Various small tidy-ups
` [PATCH v6 069/102] spi: ich: Add mmio_base to struct ich_spi_platdata
` [PATCH v6 070/102] dm: doc: Add a note about of-platdata and header files
` [PATCH v6 071/102] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [PATCH v6 072/102] spi: ich: Support of-platdata for fast-spi
` [PATCH v6 073/102] spi: ich: Support hardware sequencing
` [PATCH v6 074/102] spi: ich: Add support for get_mmap() method
` [PATCH v6 075/102] spi: ich: Add TPL support
` [PATCH v6 076/102] spi: ich: Add Apollo Lake support
` [PATCH v6 077/102] mtd: spi: Export spi_flash_std_probe()
` [PATCH v6 078/102] x86: Enable pinctrl in SPL and TPL
` [PATCH v6 079/102] x86: Add low-power subsystem (lpss) support
` [PATCH v6 080/102] x86: Add a generic Intel pinctrl driver
` [PATCH v6 081/102] x86: Add a generic Intel GPIO driver
` [PATCH v6 082/102] x86: Move qemu CPU fixup function into its own file
` [PATCH v6 083/102] x86: apl: Add basic IO addresses
` [PATCH v6 084/102] x86: apl: Add PMC driver
` [PATCH v6 085/102] x86: apl: Add UART driver
` [PATCH v6 086/102] x86: apl: Add pinctrl driver
` [PATCH v6 087/102] i2c: designware: Add Apollo Lake support
` [PATCH v6 088/102] x86: apl: Add systemagent driver
` [PATCH v6 089/102] x86: apl: Add hostbridge driver
` [PATCH v6 090/102] x86: apl: Add ITSS driver
` [PATCH v6 091/102] x86: apl: Add LPC driver
` [PATCH v6 092/102] x86: apl: Add PCH driver
` [PATCH v6 093/102] x86: apl: Add PUNIT driver
` [PATCH v6 094/102] spl: Add methods to find the position/size of next phase
` [PATCH v6 095/102] x86: apl: Add SPL loaders
` [PATCH v6 096/102] x86: apl: Add a CPU driver
` [PATCH v6 097/102] x86: apl: Add SPL/TPL init
` [PATCH v6 098/102] x86: apl: Add P2SB driver
` [PATCH v6 099/102] x86: apl: Add Kconfig and Makefile
` [PATCH v6 100/102] x86: apl: Add FSP structures
` [PATCH v6 101/102] x86: apl: Add FSP support
` [PATCH v6 102/102] x86: Add chromebook_coral
[U-Boot] [PATCH v4 0/6] rsa: extend rsa_verify() for UEFI secure boot
2019-12-07 0:25 UTC (3+ messages)
` [U-Boot] [PATCH v4 1/6] lib: rsa: decouple rsa from FIT image verification
[PATCHv2 0/2] Intel Stratix10/Agilex Additions
2019-12-07 0:24 UTC (4+ messages)
` [PATCHv2 1/2] arm: socfpga: stratix10: Enable SMMU access
` [PATCHv2 2/2] ddr: socfpga: Enable ARM64 Non-Secure SDRAM ECC Access
[PATCH 1/1] arch: arm: Program GIC LPI configuration table
2019-12-06 22:18 UTC (3+ messages)
[PATCH] imx: dts: tbs2910: add u-boot dtsi to shrink image size
2019-12-06 22:08 UTC (5+ messages)
[PATCH] Makefile: Ensure tools directory exists in output prior to use
2019-12-06 21:50 UTC (2+ messages)
[U-Boot] [PATCH v3 0/6] cmd: remove NET and CMD_NET dependency for CMD_PXE
2019-12-06 21:48 UTC (13+ messages)
` [U-Boot] [PATCH v3 1/6] cmd: Migrate from_env() from pxe.c to nvedit.c
` [U-Boot] [PATCH v3 2/6] cmd: Prepare sysboot command independence
` [U-Boot] [PATCH v3 3/6] cmd: sysboot: Create a sysboot command dedicated file
` [U-Boot] [PATCH v3 4/6] cmd: pxe_utils: Fix checkpatch WARNING/CHECK
` [U-Boot] [PATCH v3 5/6] cmd: sysboot: "
` [U-Boot] [PATCH v3 6/6] cmd: pxe: "
[PATCH] buildman: Ignore blank lines during size checks
2019-12-06 21:37 UTC (2+ messages)
[U-Boot,0/8] Add support for MediaTek MT7622 SoC
2019-12-06 19:11 UTC (11+ messages)
` [U-Boot,1/8] ARM: MediaTek: "
` [U-Boot,2/8] pinctrl: mediatek: add driver for MT7622
` [U-Boot,3/8] pinctrl: mediatek: add support for different pinctrl
` [U-Boot,4/8] clk: mediatek: add driver for MT7622
` [U-Boot,5/8] clk: mediatek: fix clock-rate overflow problem
` [U-Boot,6/8] power: domain: add power domain support for MT7622
` [U-Boot,7/8] mmc: add mmc and sd "
` [U-Boot,8/8] Add support for MT7622 reference board
[RESEND PATCH v1] colibri_imx6: fix broken fsl_esdhc_imx conversion
2019-12-06 18:59 UTC (4+ messages)
U-Boot 2020.01-rc4 - PCI support missing on Trimslice Pro
2019-12-06 18:54 UTC (2+ messages)
Pull request: u-boot-rockchip-20191206
2019-12-06 18:24 UTC (2+ messages)
[PATCH 0/4] Fixes for RISC-V U-Boot SPL / OpenSBI boot flow
2019-12-06 18:06 UTC (10+ messages)
` [PATCH 1/4] spl: opensbi: specify main hart as preferred boot hart
` [PATCH 3/4] riscv: add option to wait for ack from secondary harts in smp functions
` [PATCH 4/4] spl: opensbi: wait for ack from secondary harts before entering OpenSBI
[PATCH 0/2] travis-ci: provide 'addr' in file2env()
2019-12-06 16:53 UTC (3+ messages)
[U-Boot] Maximum size of u-boot.imx for TBS2910 board
2019-12-06 16:43 UTC (18+ messages)
[PATCH v1] colibri_imx6: fix broken fsl_esdhc_imx conversion
2019-12-06 16:22 UTC
[PATCH] rockchip: px30: Change RK809 PMIC interrupt polarity
2019-12-06 16:07 UTC (2+ messages)
[U-Boot] [PATCH] Add -pthread to HOSTLOADLIBES_mkimage
2019-12-06 15:13 UTC (2+ messages)
Sourcing a signed boot script
2019-12-06 14:47 UTC (3+ messages)
[PATCH 1/2] video: add guards around 16bpp/32bbp code
2019-12-06 14:21 UTC (4+ messages)
` [PATCH 2/2] video: make BPP and ANSI configs optional
[RFT][PATCH v1 0/2] Fix CONFIG_SYS_UBOOT_START default value
2019-12-06 14:01 UTC (3+ messages)
` [PATCH v1 1/2] Makefile: "
` [PATCH v1 2/2] treewide: Remove CONFIG_SYS_UBOOT_START from configs board files
[U-Boot] [PATCH] clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]
2019-12-06 11:13 UTC (6+ 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