messages from 2020-12-21 15:14:19 to 2020-12-23 02:30:20 UTC [more...]
[PATCH v2 00/18] dm: Preparation for enhanced of-platdata
2020-12-23 2:30 UTC (9+ messages)
` [PATCH v2 01/18] Makefile: Build a separate .dtb for TPL
` [PATCH v2 02/18] Makefile: Build SPL dtbs in the spl/ directory
` [PATCH v2 03/18] Makefile: Tidy up SPL dtb production
` [PATCH v2 04/18] Makefile: Use common args for dtoc
` [PATCH v2 05/18] buildman: Report sizes for TPL also
` [PATCH v2 06/18] serial: Update NS16550_t and struct NS16550
` [PATCH v2 07/18] serial: Rename ns16550 functions to lower case
` [PATCH v2 08/18] sandbox: Drop unnecessary test node
[PATCH v2 0/6] Add MMC/SD support for S700
2020-12-23 2:22 UTC (13+ messages)
` [PATCH v2 2/6] clk: actions: Add SD/MMC clocks
` [PATCH v2 4/6] ARM: dts: s700: add MMC/SD controller node
` [PATCH v2 5/6] mmc: actions: add MMC driver for Actions OWL S700
[RESEND PATCH 1/2] usb: xhci-mtk: support option to disable ports
2020-12-23 1:52 UTC (2+ messages)
` [RESEND PATCH 2/2] dt-bindings: usb: mtk-xhci: add optional properies "
patman regression?
2020-12-23 1:25 UTC (9+ messages)
[PATCH] doc: qemu-riscv: Fix opensbi build instructions
2020-12-23 1:21 UTC (2+ messages)
[PATCH v4 00/13] Raspberry Pi 400/Compute Module 4 support
2020-12-23 0:19 UTC (17+ messages)
` [PATCH v4 01/13] rpi: Add identifier for the new RPi400
` [PATCH v4 02/13] rpi: Add identifier for the new CM4
` [PATCH v4 03/13] pci: pcie-brcmstb: Fix inbound window configurations
` [PATCH v4 04/13] dm: Introduce xxx_get_dma_range()
` [PATCH v4 05/13] dm: test: Add test case for dev_get_dma_ranges()
` [PATCH v4 06/13] dm: Introduce DMA constraints into the core device model
` [PATCH v4 07/13] dm: test: Add test case for dev->dma_offset
` [PATCH v4 08/13] dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()
` [PATCH v4 09/13] dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()
` [PATCH v4 10/13] xhci: translate virtual addresses into the bus's address space
` [PATCH v4 11/13] mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()
` [PATCH v4 12/13] configs: rpi4: Enable DM_DMA across all RPi4 configurations
` [PATCH v4 13/13] video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible
[PATCH 1/3] patman: Add --no-signoff to suppress adding signoffs
2020-12-23 0:08 UTC (7+ messages)
` [PATCH 3/3] patman: fix project-defaults not propagating into parsers
[PATCH v5 0/6] wdt: Add support for watchdogs on Kendryte K210
2020-12-22 23:59 UTC (7+ messages)
` [PATCH v5 1/6] wdt: dw: Switch to using fls for log2
` [PATCH v5 2/6] wdt: dw: Switch to if(CONFIG()) instead of using #if
` [PATCH v5 3/6] wdt: dw: Enable the clock before using it
` [PATCH v5 4/6] wdt: dw: Free the clock on error
` [PATCH v5 5/6] riscv: Add watchdog bindings for the k210
` [PATCH v5 6/6] riscv: Enable watchdog "
[PATCH v2] riscv: Add support for SPI on Kendryte K210
2020-12-22 23:57 UTC
[PATCH 0/8] spl: fit: Play nicely with OP-TEE and Linux
2020-12-22 23:54 UTC (19+ messages)
` [PATCH 2/8] spl: fit: Factor out FIT parsing and use a context struct
` [PATCH 7/8] spl: fit: Replace #ifdef blocks with more readable constructs
` [PATCH v2 0/8] spl: fit: Play nicely with OP-TEE and Linux
` [PATCH v2 1/8] spl: fit: Drop 'length' argument to board_spl_fit_post_load()
` [PATCH v2 2/8] spl: fit: Factor out FIT parsing and use a context struct
` [PATCH v2 3/8] spl: fit: Pass FIT context via a structure pointer
` [PATCH v2 4/8] spl: fit: Remove useless loop in spl_fit_get_image_name()
` [PATCH v2 5/8] spl: fit: Only look up FIT configuration node once
` [PATCH v2 6/8] image: Do not #if guard board_fit_config_name_match() prototype
` [PATCH v2 7/8] spl: fit: Replace #ifdef blocks with more readable constructs
` [PATCH v2 8/8] spl: fit: Load devicetree when a Linux payload is found
[PATCH v1] riscv: Add support for SPI on Kendryte K210
2020-12-22 23:52 UTC
[v5 00/18] Enable ARM Trusted Firmware for U-Boot
2020-12-22 23:50 UTC (21+ messages)
` [v5 01/18] arm: socfpga: Add function for checking description from FIT image
` [v5 02/18] arm: socfpga: soc64: Load FIT image with ATF support
` [v5 03/18] arm: socfpga: soc64: Override 'lowlevel_init' to support ATF
` [v5 04/18] arm: socfpga: Disable "spin-table" method for booting Linux
` [v5 05/18] arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits)
` [v5 06/18] arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP services
` [v5 07/18] arm: socfpga: Add secure register access helper functions for SoC 64bits
` [v5 08/18] mmc: dwmmc: Change designware MMC 'clksel' callback function to return status
` [v5 09/18] mmc: dwmmc: socfpga: Add ATF support for MMC driver
` [v5 10/18] net: designware: socfpga: Add ATF support for MAC driver
` [v5 11/18] arm: socfpga: soc64: Add ATF support for Reset Manager driver
` [v5 12/18] arm: socfpga: soc64: Add ATF support for FPGA reconfig driver
` [v5 13/18] arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()
` [v5 14/18] arm: socfpga: soc64: SSBL shall not setup stack on OCRAM
` [v5 15/18] arm: socfpga: soc64: Skip handoff data access in SSBL
` [v5 16/18] arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support
` [v5 17/18] arm: socfpga: soc64: Enable FIT image generation using binman
` [v5 18/18] configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support
[PATCH 1/2] arm: dart6ul: change compatible string for eeprom
2020-12-22 19:24 UTC (2+ messages)
` [PATCH 2/2] arm: dart6ul: read and print SoM info from eeprom on startup
[PATCH v6 00/28] Add DM support for omap PWM backlight
2020-12-22 18:30 UTC (3+ messages)
[PATCH v2 0/6] Add MBR partition table creation and verify command
2020-12-22 17:53 UTC (8+ messages)
` [PATCH v2 1/6] disk: dos: rename write_mbr_partition to write_mbr_sector
` [PATCH v2 2/6] disk: dos: add some defines for the hardcoded numbers
` [PATCH v2 3/6] disk: dos: use generic macro for unaligned le32 access
` [PATCH v2 4/6] disk: dos: make some functions static
` [PATCH v2 5/6] disk: dos: add code for creating MBR partition layout
` [PATCH v2 6/6] cmd: Add MBR partition layout control utility
[PATCH 13/13] Nokia RX-51: Enable usbtty serial console by default
2020-12-22 16:02 UTC (10+ messages)
` [PATCH v2] "
[PATCH v1] toradex: hand over maintainership
2020-12-22 15:56 UTC
[PATCH] power: pmic: add driver for Monolithic Power mp5416
2020-12-22 15:37 UTC (3+ messages)
[PATCH] Nokia RX-51: Convert to CONFIG_DM_MMC
2020-12-22 15:01 UTC (5+ messages)
[PATCH v3] tools: add a simple script to generate EFI variables
2020-12-22 13:35 UTC (4+ messages)
` [PATCH v4] "
[PATCH v7 0/7] Microchip PolarFire SoC support
2020-12-22 13:11 UTC (8+ messages)
` [PATCH v7 1/7] riscv: Add DMA 64-bit address support
` [PATCH v7 2/7] net: macb: Add DMA 64-bit address support for macb
` [PATCH v7 3/7] net: macb: Add phy address to read it from device tree
` [PATCH v7 4/7] clk: Add Microchip PolarFire SoC clock driver
` [PATCH v7 5/7] riscv: dts: Add device tree for Microchip Icicle Kit
` [PATCH v7 6/7] riscv: Add Microchip MPFS Icicle Kit support
` [PATCH v7 7/7] doc: board: Add Microchip MPFS Icicle Kit doc
[PATCH v4 0/3] VIM3: add support for checking 'Function' button state
2020-12-22 11:28 UTC (7+ messages)
` [PATCH v4 1/3] dt-bindings: input: adc-keys bindings documentation
` [PATCH v4 2/3] button: add a simple Analog to Digital Converter device based button driver
` [PATCH v4 3/3] configs: khadas-vim3(l): enable Function button support
[PATCH] imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN
2020-12-22 11:00 UTC (6+ messages)
[PATCH v2 0/5] DFU: new entity types and minor improvements
2020-12-22 10:32 UTC (6+ messages)
` [PATCH v2 1/5] dfu: mmc: use the default MMC device if entity specifies it as -1
` [PATCH v2 2/5] dfu: add 'SKIP' entity
` [PATCH v2 3/5] dfu: add 'SCRIPT' entity
` [PATCH v2 4/5] dfu: add support for the dfu_alt_info reintialization from the flashed script
` [PATCH v2 5/5] thor: "
[PATCH] arm: mvebu: Espressobin: Disable slot when emmc is not present
2020-12-22 10:09 UTC (2+ messages)
[PATCH] fs: squasfs: fix a possible NULL pointer dereference in sqfs_opendir()
2020-12-22 9:07 UTC (12+ messages)
test_efi_selftest occasionally fails on qemu-x86?
2020-12-22 8:40 UTC (3+ messages)
[PATCH 1/1] x86: typo segement
2020-12-22 7:30 UTC (2+ messages)
Please pull u-boot-x86
2020-12-22 7:27 UTC
[PATCH v2 1/2] trace: select TIMER_EARLY to avoid infinite recursion
2020-12-22 6:22 UTC (2+ messages)
` [PATCH v2 2/2] riscv: timer: Add support for an early timer
[PATCH v2 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm platform
2020-12-22 6:10 UTC (10+ messages)
` [PATCH v2 02/14] qemu: arm: Initialise virtio in board_late_init
` [PATCH v2 14/14] qemu: arm64: Add documentation for capsule update
[PATCH v4] cmd: Add a pwm command
2020-12-22 6:00 UTC
[PATCH] sysboot: add zboot support to boot x86 image
2020-12-22 2:28 UTC (2+ messages)
[PATCH v2] fsp: Move and rename fsp_types.h file
2020-12-22 2:20 UTC (2+ messages)
[PATCH] fsp: Move and rename fsp_types.h file
2020-12-22 2:16 UTC (2+ messages)
[PATCH v1] doc: edison: Update information about xFSTK
2020-12-22 2:14 UTC (2+ messages)
[PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd
2020-12-22 1:55 UTC (2+ messages)
imx8mp_evk: boot error "alloc space exhausted"
2020-12-22 1:22 UTC (5+ messages)
[PATCH] doc: board: freescale: advise to use newer atf and firmware
2020-12-22 1:19 UTC (6+ messages)
[PATCH] drivers: mmc: support secure erase
2020-12-21 23:05 UTC (2+ messages)
[PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
2020-12-21 21:35 UTC (6+ messages)
` FW: "
[PATCH v3 00/12] Raspberry Pi 400/Compute Module 4 support
2020-12-21 20:23 UTC (15+ messages)
` [PATCH v3 04/12] dm: Introduce xxx_get_dma_range()
` [PATCH v3 09/12] dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()
` [PATCH v3 11/12] mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()
[ANN] U-Boot v2021.01-rc4 released
2020-12-21 20:23 UTC
[PATCH] i2c: mxc_i2c: improve error message readability
2020-12-21 20:21 UTC (3+ messages)
` [PATCH v2] "
[PATCH] drivers: tee: i2c trampoline driver
2020-12-21 18:15 UTC
[PATCH v2 1/7] console: Introduce console_start() and console_stop()
2020-12-21 17:33 UTC (11+ messages)
` [PATCH v2 4/7] IOMUX: Preserve console list if realloc() fails
` [PATCH v2 5/7] IOMUX: Refactor iomux_doenv() in order to increase readability
[PATCH] imx: ahab: allow to bypass confirmation for ahab_close cmd
2020-12-21 17:19 UTC
[PATCH v3 1/9] console: Introduce console_start() and console_stop()
2020-12-21 16:47 UTC (5+ messages)
` [PATCH v3 2/9] console: Keep ->start() and ->stop() balanced
` [PATCH v3 4/9] console: rename search_device() to console_search_dev()
[PATCH 0/6] VIM3: add support for checking 'Function' button state
2020-12-21 16:46 UTC (5+ messages)
` [PATCH 4/6] button: add a simple ADC-based button driver
[PATCH 0/3] usb: am654: Add support for host mode to the USB port on overlay board
2020-12-21 15:48 UTC (4+ messages)
` [PATCH 2/3] dts: am654-base-board-uboot: Set USB0 dr_mode to host
u-boot support Android header v3 schedule
2020-12-21 15:25 UTC
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