public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-12-07 18:25:00 to 2019-12-09 04:55:32 UTC [more...]

[PATCH v4 00/10] dma: ti: k3-udma: Add support for J721e
 2019-12-09  4:55 UTC  (3+ messages)
` [PATCH v4 01/10] lib: Import few bitmap functions from Linux
` [PATCH v4 02/10] dma: ti: k3-udma: Query DMA channels allocated from Resource Manager

[v3 1/8] rtc: pcf8563: support driver model
 2019-12-09  4:40 UTC  (3+ messages)

[PATCH] net: nfs: Only link in NFS code outside of SPL builds
 2019-12-09  3:33 UTC  (2+ messages)

[PATCH v2 0/4] Fixes for RISC-V U-Boot SPL / OpenSBI boot flow
 2019-12-09  2:18 UTC  (6+ messages)
` [PATCH v2 1/4] spl: opensbi: specify main hart as preferred boot hart
` [PATCH v2 2/4] riscv: add functions for reading the IPI status
` [PATCH v2 3/4] riscv: add option to wait for ack from secondary harts in smp functions
` [PATCH v2 4/4] spl: opensbi: wait for ack from secondary harts before entering OpenSBI

[U-Boot] [PATCH v3 00/16] import x509/pkcs7 parsers from linux
 2019-12-09  1:21 UTC  (9+ messages)
` [U-Boot] [PATCH v3 05/16] include: kernel.h: include printk.h
` [U-Boot] [PATCH v3 14/16] lib: crypto: add x509 parser

[PATCH v6 000/102] x86: Add initial support for apollolake
 2019-12-09  0:45 UTC  (215+ 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 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 088/102] x86: apl: Add systemagent driver
` [PATCH v6 089/102] x86: apl: Add hostbridge driver
` [PATCH v6 091/102] x86: apl: Add LPC 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

[PATCH v7 04/17] x86: apl: Add hostbridge driver
 2019-12-09  0:40 UTC  (14+ messages)
` [PATCH v7 05/17] x86: apl: Add ITSS driver
` [PATCH v7 06/17] x86: apl: Add LPC driver
` [PATCH v7 07/17] x86: apl: Add PCH driver
` [PATCH v7 08/17] x86: apl: Add PUNIT driver
` [PATCH v7 09/17] spl: Add methods to find the position/size of next phase
` [PATCH v7 10/17] x86: apl: Add SPL loaders
` [PATCH v7 11/17] x86: apl: Add a CPU driver
` [PATCH v7 12/17] x86: apl: Add SPL/TPL init
` [PATCH v7 13/17] x86: apl: Add P2SB driver
` [PATCH v7 14/17] x86: apl: Add Kconfig and Makefile
` [PATCH v7 15/17] x86: apl: Add FSP structures
` [PATCH v7 16/17] x86: apl: Add FSP support
` [PATCH v7 17/17] x86: Add chromebook_coral

[PATCH v7 00/17] x86: Add initial support for apollolake
 2019-12-09  0:32 UTC  (5+ messages)
` [PATCH v7 01/17] x86: apl: Add pinctrl driver
` [PATCH v7 02/17] i2c: designware: Add Apollo Lake support
` [PATCH v7 03/17] x86: apl: Add systemagent driver
` [PATCH v7 04/17] x86: apl: Add hostbridge driver

[PATCH] usb: musb-new: Drop use of BUG()
 2019-12-08 23:57 UTC 

[PATCH 0/4] Fixes for RISC-V U-Boot SPL / OpenSBI boot flow
 2019-12-08 22:31 UTC  (3+ messages)

[PATCH v6] imx: Add support for i.MX28 based XEA board
 2019-12-08 21:06 UTC 

[U-Boot] [PATCH 0/2] sandbox: enable UEFI unit tests
 2019-12-08 19:43 UTC  (3+ messages)
`  "

[PATCH 1/3] mx7dsabre: Remove warning about DM_SPI_FLASH
 2019-12-08 17:44 UTC  (5+ messages)
` [PATCH] pico-imx7d: Convert to DM_ETH
` [PATCH 2/3] mx7dsabre: Enable DM_ETH
` [PATCH 3/3] mx7dsabre: Convert to distroboot support

Please pull u-boot-x86
 2019-12-08 16:36 UTC  (2+ messages)

i.MX8MM-EVK Boot failure
 2019-12-08 16:26 UTC  (5+ messages)

[PATCH 00/20] Add i.MXRT family support
 2019-12-08 15:05 UTC  (27+ messages)
` [PATCH 02/20] spl: fix entry_point equal to load_addr
` [PATCH 03/20] clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocks
` [PATCH 04/20] clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USB
` [PATCH 06/20] clk: imx: pllv3: add disable() support
` [PATCH 07/20] clk: imx: pllv3: add set_rate() support
` [PATCH 08/20] clk: imx: pllv3: add PLLV3_SYS support
` [PATCH 09/20] clk: imx: pllv3: add support for PLLV3_AV type
` [PATCH 10/20] clk: imx: pfd: add set_rate()
` [PATCH 11/20] clk: imx: add i.IMXRT1050 clk driver
` [PATCH 12/20] pinctrl: add i.MXRT driver
` [PATCH 13/20] ARM: dts: imxrt1050: add dtsi file
` [PATCH 14/20] serial_lpuart: add clock enable if CONFIG_CLK is defined
` [PATCH 15/20] serial_lpuart: add support for i.MXRT

[RFT][PATCH v1 0/2] Fix CONFIG_SYS_UBOOT_START default value
 2019-12-08 14:24 UTC  (3+ messages)
` [PATCH v1 2/2] treewide: Remove CONFIG_SYS_UBOOT_START from configs board files

[PATCH 1/4] serial: n16550: Support run-time configuration
 2019-12-08 11:30 UTC  (8+ messages)
` [PATCH 2/4] x86: Update coreboot serial table struct
` [PATCH 3/4] x86: serial: Add a coreboot serial driver
` [PATCH 4/4] x86: Move coreboot over to use the coreboot UART

[U-Boot] [PATCH] x86: use data32 directive instead of macro for operand-size prefix
 2019-12-08 11:08 UTC  (3+ messages)
`  "

[U-Boot] [PATCH] x86: simplify ljmp to 32-bit code
 2019-12-08 11:08 UTC  (3+ messages)
`  "

[PATCH 1/1] efi_loader: adjust file system info
 2019-12-08  9:36 UTC 

[PATCH] configs: clearfog: enable SPL_DM_GPIO to fix boot from SD
 2019-12-08  7:41 UTC 

[U-Boot] [PATCH 0/2] Add support for booting EFI FIT images
 2019-12-08  0:25 UTC  (5+ messages)

[PATCH v2 0/4] efi_loader: prepare for FIT images
 2019-12-08  0:17 UTC  (5+ messages)
` [PATCH v2 1/4] efi_loader: pass address to efi_install_fdt()
` [PATCH v2 2/4] efi_loader: use hardware device tree by default
` [PATCH v2 3/4] efi_loader: carve out efi_run_image()
` [PATCH v2 4/4] efi_loader: export efi_install_fdt()

[PATCH 1/1] linux/types.h: fix typo unchar
 2019-12-07 23:22 UTC 

[U-Boot] [PATCH] spl: fix entry_point equal to load_addr
 2019-12-07 21:28 UTC  (9+ messages)

[U-Boot-Board-Maintainers] Raspberry pi 4 - u-boot - genet / scb
 2019-12-07 19:29 UTC  (2+ messages)


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