messages from 2019-10-18 10:36:40 to 2019-10-21 03:39:06 UTC [more...]
[U-Boot] [PATCH v3 022/108] x86: timer: Use a separate flag for whether timer is inited
2019-10-21 3:39 UTC (80+ messages)
` [U-Boot] [PATCH v3 023/108] x86: timer: Allow a timer base of 0
` [U-Boot] [PATCH v3 024/108] x86: spl: Support init of a PUNIT
` [U-Boot] [PATCH v3 025/108] x86: tpl: Add a fake PCI bus
` [U-Boot] [PATCH v3 026/108] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v3 027/108] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v3 028/108] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v3 029/108] x86: Add a CPU init function "
` [U-Boot] [PATCH v3 030/108] x86: Move CPU init to before spl_init()
` [U-Boot] [PATCH v3 031/108] x86: Don't print CPU info in TPL
` [U-Boot] [PATCH v3 032/108] x86: Quieten TPL's jump_to_image_no_args()
` [U-Boot] [PATCH v3 033/108] x86: power: Add an ACPI PMC uclass
` [U-Boot] [PATCH v3 034/108] x86: sandbox: Add a PMC emulator and test
` [U-Boot] [PATCH v3 035/108] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v3 036/108] pci: Add support for p2sb uclass
` [U-Boot] [PATCH v3 037/108] sandbox: Add PCI driver and test for p2sb
` [U-Boot] [PATCH v3 038/108] x86: Move UCLASS_IRQ into a separate file
` [U-Boot] [PATCH v3 039/108] sandbox: Add a test for IRQ
` [U-Boot] [PATCH v3 040/108] x86: Define the SPL image start
` [U-Boot] [PATCH v3 041/108] x86: Reduce mrccache record alignment size
` [U-Boot] [PATCH v3 042/108] x86: Correct mrccache find_next_mrc_cache() calculation
` [U-Boot] [PATCH v3 043/108] x86: Adjust mrccache_get_region() to use livetree
` [U-Boot] [PATCH v3 044/108] x86: Adjust mrccache_get_region() to support get_mmap()
` [U-Boot] [PATCH v3 045/108] x86: Add a new global_data member for the cache record
` [U-Boot] [PATCH v3 046/108] x86: Tidy up error handling in mrccache_save()
` [U-Boot] [PATCH v3 047/108] x86: Update mrccache to support multiple caches
` [U-Boot] [PATCH v3 048/108] x86: Add mrccache support for a 'variable' cache
` [U-Boot] [PATCH v3 049/108] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [U-Boot] [PATCH v3 050/108] x86: Set the DRAM banks to reflect real location
` [U-Boot] [PATCH v3 051/108] x86: Set up the MTRR for SDRAM
` [U-Boot] [PATCH v3 052/108] x86: Don't imply libfdt or SPI flash in TPL
` [U-Boot] [PATCH v3 053/108] x86: Allow removal of standard PCH drivers
` [U-Boot] [PATCH v3 054/108] x86: Allow interrupt to happen once
` [U-Boot] [PATCH v3 055/108] x86: fsp: Make graphics support common to FSP1/2
` [U-Boot] [PATCH v3 056/108] x86: fsp: Correct wrong header inlude in fsp_support.c
` [U-Boot] [PATCH v3 057/108] x86: fsp: Add FSP2 base support
` [U-Boot] [PATCH v3 058/108] x86: fsp: Set up an MTRR for the graphics frame buffer
` [U-Boot] [PATCH v3 059/108] x86: fsp: Add a new arch_fsp_init_r() hook
` [U-Boot] [PATCH v3 060/108] x86: fsp: Allow remembering the location of FSP-S
` [U-Boot] [PATCH v3 061/108] x86: fsp: Make the notify API call common
` [U-Boot] [PATCH v3 062/108] x86: Don't include the BIOS emulator in TPL
` [U-Boot] [PATCH v3 063/108] x86: Add an option to include a FIT
` [U-Boot] [PATCH v3 064/108] x86: Add support for newer CAR schemes
` [U-Boot] [PATCH v3 065/108] x86: Disable microcode section for FSP2
` [U-Boot] [PATCH v3 066/108] x86: Update the fsp command "
` [U-Boot] [PATCH v3 067/108] x86: Update .dtsi file "
` [U-Boot] [PATCH v3 068/108] x86: Add an option to control the position of U-Boot
` [U-Boot] [PATCH v3 069/108] x86: Add an option to control the position of SPL
` [U-Boot] [PATCH v3 070/108] x86: Add an fdtmap and image-header
` [U-Boot] [PATCH v3 071/108] x86: Don't repeat microcode in U-Boot if not needed
` [U-Boot] [PATCH v3 072/108] x86: Separate out U-Boot and device tree in ROM image
` [U-Boot] [PATCH v3 073/108] x86: Make MSR_PKG_POWER_SKU common
` [U-Boot] [PATCH v3 074/108] spi: Correct operations check in dm_spi_xfer()
` [U-Boot] [PATCH v3 075/108] x86: spi: Don't enable SPI_FLASH_BAR by default
` [U-Boot] [PATCH v3 076/108] spi: ich: Move init function just above probe()
` [U-Boot] [PATCH v3 077/108] spi: ich: Move the protection/lockdown code into a function
` [U-Boot] [PATCH v3 078/108] spi: ich: Convert to livetree
` [U-Boot] [PATCH v3 079/108] spi: ich: Fix header order
` [U-Boot] [PATCH v3 080/108] spi: ich: Various small tidy-ups
` [U-Boot] [PATCH v3 081/108] spi: ich: Add mmio_base to struct ich_spi_platdata
` [U-Boot] [PATCH v3 082/108] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [U-Boot] [PATCH v3 083/108] spi: ich: Support of-platdata for fast-spi
` [U-Boot] [PATCH v3 084/108] spi: ich: Support hardware sequencing
` [U-Boot] [PATCH v3 085/108] spi: ich: Add support for get_mmap() method
` [U-Boot] [PATCH v3 086/108] spi: ich: Add TPL support
` [U-Boot] [PATCH v3 087/108] spi: ich: Add Apollolake support
` [U-Boot] [PATCH v3 088/108] mtd: spi: Export spi_flash_std_probe()
` [U-Boot] [PATCH v3 089/108] x86: apollolake: Add basic IO addresses
` [U-Boot] [PATCH v3 090/108] x86: apollolake: Add PMC driver
` [U-Boot] [PATCH v3 091/108] x86: apollolake: Add low-power subsystem (lpss) support
` [U-Boot] [PATCH v3 092/108] x86: apollolake: Add UART driver
` [U-Boot] [PATCH v3 093/108] x86: apollolake: Add GPIO driver
` [U-Boot] [PATCH v3 094/108] i2c: designware: Add apollolake support
` [U-Boot] [PATCH v3 095/108] x86: apollolake: Add systemagent driver
` [U-Boot] [PATCH v3 096/108] x86: apollolake: Add hostbridge driver
` [U-Boot] [PATCH v3 097/108] x86: apollolake: Add ITSS driver
` [U-Boot] [PATCH v3 098/108] x86: apollolake: Add LPC driver
` [U-Boot] [PATCH v3 099/108] x86: apollolake: Add PCH driver
` [U-Boot] [PATCH v3 100/108] x86: apollolake: Add PUNIT driver
` [U-Boot] [PATCH v3 101/108] x86: apollolake: Add SPL loaders
[U-Boot] [PATCH v3 001/108] binman: Correct symbol calculation with non-zero image base
2019-10-21 3:31 UTC (21+ messages)
` [U-Boot] [PATCH v3 002/108] binman: Add support for Intel FSP-S
` [U-Boot] [PATCH v3 003/108] binman: Add support for Intel FSP-T
` [U-Boot] [PATCH v3 004/108] binman: Fix up comment in intel-fsp-m
` [U-Boot] [PATCH v3 005/108] binman: Add a library to access binman entries
` [U-Boot] [PATCH v3 006/108] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v3 007/108] dm: core: Fix offset_to_ofnode() with invalid offset
` [U-Boot] [PATCH v3 008/108] dm: pci: Delay auto-config until after relocation
` [U-Boot] [PATCH v3 009/108] dm: pci: Move pci_get_devfn() into a common file
` [U-Boot] [PATCH v3 010/108] net: Move the checksum functions to lib/
` [U-Boot] [PATCH v3 011/108] i2c: Tidy up designware PCI support
` [U-Boot] [PATCH v3 012/108] spl: Correct priority selection for image loaders
` [U-Boot] [PATCH v3 013/108] x86: spi: Add helper functions for Intel Fast SPI
` [U-Boot] [PATCH v3 014/108] spi: Add support for memory-mapped flash
` [U-Boot] [PATCH v3 015/108] dm: doc: Correct of-platdata driver name
` [U-Boot] [PATCH v3 016/108] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v3 017/108] RFC: sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH v3 018/108] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [U-Boot] [PATCH v3 019/108] spl: Add a size check for TPL
` [U-Boot] [PATCH v3 020/108] sandbox: pci: Create a new sandbox_pci_read_bar() function
` [U-Boot] [PATCH v3 021/108] x86: timer: Set up the timer in timer_early_get_count()
[U-Boot] [PATCH v3 000/108] x86: Add initial support for apollolake
2019-10-21 3:29 UTC
[U-Boot] [PATCH v2 00/38] x86: Various modifications to prepare for FSP2
2019-10-21 3:16 UTC (24+ messages)
` [U-Boot] [PATCH v2 12/38] x86: spi: Add a driver for the Intel Fast SPI interface
` [U-Boot] [PATCH v2 14/38] spi: Add support for memory-mapped flash
[U-Boot] [PATCH] drivers: nand: brcmnand: fix nand_chip ecc layout structure
2019-10-20 23:40 UTC (3+ messages)
[U-Boot] [PATCH v1 0/5] clk: Add a managed API and fix clock self-assignment
2019-10-20 20:55 UTC (2+ messages)
[U-Boot] [PATCH] riscv: increase stack size to avoid a stack overflow during distro boot
2019-10-20 18:53 UTC
[U-Boot] [PATCH v4] arm: add initial support for the Phytium Durian Board
2019-10-20 15:55 UTC
[U-Boot] [PULL] u-boot-usb/master
2019-10-20 15:08 UTC
[U-Boot] pytests: TypeError: 'encoding' is an invalid keyword argument for this function
2019-10-20 14:43 UTC (5+ messages)
` [U-Boot] use pytest-3 instead of py.test
[U-Boot] [PATCH v3 1/3] spi: Kconfig: Enable SPI_SUNXI for SUNXI
2019-10-20 6:24 UTC (3+ messages)
` [U-Boot] [PATCH v3 3/3] configs: sopine-baseboard: Enable SPI-FLASH
[U-Boot] Need help with verified u-boot on Tegra TX2
2019-10-20 2:14 UTC
[U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option
2019-10-19 20:02 UTC (4+ messages)
[U-Boot] [PATCH] pinctrl: remove duplicated (SPL_)PINCONF_RECURSIVE entries
2019-10-19 19:21 UTC
[U-Boot] [PATCH] spl: mmc: make eMMC HW boot partition configuration optional
2019-10-19 14:25 UTC (3+ messages)
[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc1 (2)
2019-10-19 14:25 UTC (2+ messages)
[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20191018
2019-10-19 14:24 UTC (2+ messages)
[U-Boot] Pull request: u-boot-riscv/master
2019-10-19 14:24 UTC (2+ messages)
[U-Boot] problems with building u-boot-fit-dtb.bin
2019-10-19 12:34 UTC (6+ messages)
[U-Boot] [PATCH 00/10] Moving test/py to Python 3
2019-10-19 12:16 UTC (22+ messages)
` [U-Boot] [PATCH 01/10] gitlab-ci: Fix indentation in some stanzas
` [U-Boot] [PATCH 02/10] gitlab-ci: Prepend to PATH rather than overwrite it
` [U-Boot] [PATCH 03/10] test/py: Fix pytest4 deprecation warnings
` [U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3
` [U-Boot] [RFC v2 4/10] "
` [U-Boot] [PATCH 05/10] test/py: Split mark to multiple lines
` [U-Boot] [PATCH 06/10] test/py: test_ut.py: Ensure we use bytes
` [U-Boot] [PATCH 07/10] test/py: Manual python3 fixes
` [U-Boot] [PATCH 08/10] WORKAROUND: gitlab-ci: Rework how and when we use virtualenv in order to have python3
` [U-Boot] [PATCH 09/10] WORKAROUND: test/py: Skip fs tests for now
` [U-Boot] [PATCH 10/10] HACK: test.py: Disable EFI "
[U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6
2019-10-19 10:57 UTC (5+ messages)
[U-Boot] [PATCH 1/1] imx: include files should be chmod 644
2019-10-19 7:10 UTC
[U-Boot] [PATCH 1/1] checkpatch.pl: update from Linux kernel v5.4-rc3
2019-10-19 7:06 UTC
[U-Boot] [PATCH 0/2] armv8: fsl-layerscape: Allow use of PSCI handlers for ls1088a
2019-10-18 20:45 UTC (4+ messages)
` [U-Boot] [PATCH 1/2] armv8: dts: ls1088a: add PSCI binding for LS1088A
[U-Boot] [PATCH v1 0/3] gpio: Add a managed API
2019-10-18 20:38 UTC (3+ messages)
` [U-Boot] [PATCH v1 1/3] drivers: gpio: Handle gracefully NULL pointers
[U-Boot] [PATCH] patman: separate emails in CC list with NULs
2019-10-18 18:21 UTC
[U-Boot] [RFC/RFT U-Boot PATCH] image: Add Image.gz parsing support in booti
2019-10-18 17:56 UTC (3+ messages)
[U-Boot] Enable USB host controller on Odroid-C2
2019-10-18 14:54 UTC (3+ messages)
[U-Boot] [PATCH 0/8] Enablement of PCIe controller for LX2-Rev2
2019-10-18 14:08 UTC (9+ messages)
` [U-Boot] [PATCH 1/8] driver/pci : enable pcie layerscape code for pcie gen4 code
` [U-Boot] [PATCH 2/8] pci: layerscape: Add stream_id_cur field to ls_pcie structure
` [U-Boot] [PATCH 3/8] pci: layerscape: Update API names for layerscape fixup
` [U-Boot] [PATCH 4/8] pci: layerscape: Update API names for layerscape gen4 fixup
` [U-Boot] [PATCH 5/8] armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160A
` [U-Boot] [PATCH 6/8] pci: layerscape: Common device tree fixup for NXP SoCs
` [U-Boot] [PATCH 7/8] pci: layerscape: Move streamId allocation to common device tree fixup
` [U-Boot] [PATCH 8/8] pci: layerscape: device tree fixup based on SoC and Version
[U-Boot] [PATCH v2 1/6] armv8: fsl-layerscape: guard caam specific defines
2019-10-18 14:03 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/6] armv8: fsl-layerscape: fix compile error with sec fw disabled
` [U-Boot] [PATCH v2 3/6] armv8: ls2088a: add icid setup for platform devices
[U-Boot] [PATCH] MIPS: remove Micronas VCT boards
2019-10-18 13:13 UTC
[U-Boot] 5 dead BPI-M3 after one year of inactivity
2019-10-18 13:07 UTC
[U-Boot] [PATCH v2 0/6] J721e: Add HyperBus support
2019-10-18 12:48 UTC (3+ messages)
[U-Boot] [PATCH 0/2] spi: cadence-qspi: Move to spi-mem APIs
2019-10-18 12:42 UTC (8+ messages)
` [U-Boot] [PATCH 2/2] spi: cadence-qspi: Add direct mode support
[U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux
2019-10-18 12:35 UTC (9+ messages)
[U-Boot] [PATCH v3 0/5] rockchip: Add Binman support
2019-10-18 12:20 UTC (5+ messages)
` [U-Boot] [PATCH v3 2/5] Makefile: Rename idbloader.img with u-boot-spl-rockchip.bin
` [U-Boot] [PATCH v3 5/5] doc: boards: Add rockchip documentation
[U-Boot] [PATCH v3 00/28] Add and update drivers for MediaTek MT76x8 SoCs
2019-10-18 12:19 UTC (2+ messages)
[U-Boot] [PATCH] mips: bmips: switch to board defines for dtb
2019-10-18 11:28 UTC (2+ messages)
[U-Boot] [PATCH] bmips: configs: switch to size definitions
2019-10-18 11:27 UTC (2+ messages)
[U-Boot] [PATCH] bmips: correct name characters
2019-10-18 11:26 UTC (2+ messages)
[U-Boot] [PATCH] mips: bmips: remove unneeded definitions
2019-10-18 11:13 UTC (3+ messages)
` [U-Boot] [PATCH V2] "
[U-Boot] [PATCH V2 0/6] bmips: add brcmnand support
2019-10-18 11:05 UTC (3+ messages)
` [U-Boot] [PATCH V3 "
[U-Boot] [PATCH v2 1/2] MIPS: add empty arch/clk.h
2019-10-18 11:03 UTC (3+ messages)
` [U-Boot] [PATCH] MIPS: add compile time definition of L2 cache size
[U-Boot] [PATCH] LS1043A: Add bugfix for IFC beyond 4 GiB
2019-10-18 10:36 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