messages from 2021-02-07 00:17:27 to 2021-02-08 08:04:41 UTC [more...]
[PATCH] arm64: rk3399: Add support NanoPi R4s
2021-02-08 8:04 UTC
[PATCH] arm64: rk3399: Add support NanoPi R4s
2021-02-08 8:02 UTC
[PATCH 0/3] test: Try to deal with some co-dependent tests
2021-02-08 7:25 UTC (5+ messages)
` [PATCH 1/3] test: Allow vboot tests to run in parallel
` [PATCH 2/3] test: Allow hush "
` [PATCH 3/3] test: Allow tpm2 "
arm64: rk3399: Add support nanopi r4s
2021-02-08 6:49 UTC (2+ messages)
[PATCH] sunxi: Remove dead ifdefs in sunxi-common.h
2021-02-08 6:04 UTC
[PATCH 1/2] sunxi: binman: Respect the default FIT configuration
2021-02-08 6:03 UTC (2+ messages)
` [PATCH 2/2] sunxi: binman: Do not hardcode U-Boot load address
[PATCH 0/6] Allwinner H6 USB3 support
2021-02-08 5:57 UTC (7+ messages)
` [PATCH 1/6] clk: sunxi: Add a dummy clock driver for the RTC
` [PATCH 2/6] clk: sunxi: h6: Add XHCI clocks
` [PATCH 3/6] phy: sun50i-usb3: Add a driver for the H6 USB3 PHY
` [PATCH 4/6] usb: xhci-pci: Move reset logic out of XHCI core
` [PATCH 5/6] usb: xhci-dwc3: Add support for clocks/resets
` [PATCH 6/6] configs: Enable USB3 on Allwinner H6 boards
[PATCH v4 0/9] fastboot: Add better support for specifying partitions
2021-02-08 5:45 UTC (7+ messages)
` [PATCH v4 8/9] fastboot: Allow u-boot-style partitions
[PATCH 00/26] ppc: qemu: Convert qemu-ppce500 to driver model
2021-02-08 5:17 UTC (43+ messages)
` [PATCH 01/26] Revert "pci: pci-uclass: Dynamically allocate the PCI regions"
` [PATCH 02/26] ppc: qemu: Update MAINTAINERS for correct email address
` [PATCH 03/26] common: fdt_support: Support special case of PCI address in fdt_read_prop()
` [PATCH 04/26] ppc: qemu: Support non-identity PCI bus address
` [PATCH 05/26] ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END
` [PATCH 06/26] ppc: mpc85xx: Wrap LAW related codes with CONFIG_FSL_LAW
` [PATCH 07/26] ppc: qemu: Drop init_laws() and print_laws()
` [PATCH 08/26] ppc: qemu: Drop board_early_init_f()
` [PATCH 09/26] ppc: qemu: Enable OF_CONTROL
` [PATCH 10/26] ppc: qemu: Enable driver model
` [PATCH 11/26] include: Remove extern from addr_map.h
` [PATCH 12/26] lib: addr_map: Move address_map[] type to the header file
` [PATCH 13/26] cmd: Add a command to display the address map
` [PATCH 14/26] lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help
` [PATCH 15/26] ppc: io.h: Use addrmap_ translation APIs only in post-relocation phase
` [PATCH 16/26] common: Move initr_addr_map() to a bit earlier
` [PATCH 17/26] ppc: qemu: Switch over to use DM serial
` [PATCH 18/26] pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAW
` [PATCH 19/26] pci: mpc85xx: Support controller register physical address beyond 32-bit
` [PATCH 20/26] pci: mpc85xx: Support 64-bit bus and cpu address
` [PATCH 21/26] ppc: qemu: Switch over to use DM ETH and PCI
` [PATCH 22/26] ppc: qemu: Drop CONFIG_OF_BOARD_SETUP
` [PATCH 23/26] cmd: Fix virtio command dependency
` [PATCH 24/26] ppc: qemu: Enable VirtIO NET support
` [PATCH 25/26] ppc: qemu: Move board directory from board/freescale to board/emulation
` [PATCH 26/26] doc: Add a reST document for qemu-ppce500
[PATCH v3] video: sunxi_display: Convert to DM_VIDEO
2021-02-08 4:21 UTC (4+ messages)
[PATCH v3 00/42] dm: Implement OF_PLATDATA_INST in driver model (part E)
2021-02-08 4:18 UTC (43+ messages)
` [PATCH v3 01/42] dtoc: Drop use of DECL() macros
` [PATCH v3 02/42] sandbox: Drop debug message in os_spl_to_uboot()
` [PATCH v3 03/42] linker_lists: Allow use in data structures
` [PATCH v3 04/42] dm: core: Add macros to access the new linker lists
` [PATCH v3 05/42] dm: core: Allow dropping run-time binding of devices
` [PATCH v3 06/42] dm: core: Adjust uclass setup with of-platdata
` [PATCH v3 07/42] dm: core: Set up driver model for OF_PLATDATA_INST
` [PATCH v3 08/42] dm: core: Skip adding uclasses with OF_PLATDATA_INST
` [PATCH v3 09/42] dm: Add the new dtoc-generated files to the build
` [PATCH v3 10/42] dm: core: Include dt-decl.h automatically
` [PATCH v3 11/42] dm: test: Avoid destroying uclasses with of-platdata-inst
` [PATCH v3 12/42] clk: sandbox: Move priv/plat data to a header file
` [PATCH v3 13/42] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
` [PATCH v3 14/42] clk: sandbox: Create a special fixed-rate driver
` [PATCH v3 15/42] dm: core: Drop device_get_by_driver_info()
` [PATCH v3 16/42] dm: core: Drop uclass_find_device_by_phandle() with of-platdata
` [PATCH v3 17/42] sandbox: i2c: Move platdata structs to header files
` [PATCH v3 18/42] dm: Rename device_get_by_driver_info_idx()
` [PATCH v3 19/42] sandbox_spl: Increase SPL malloc() size
` [PATCH v3 20/42] sandbox: i2c: Support i2c emulation with of-platdata
` [PATCH v3 21/42] Revert "sandbox: Disable I2C emulators in SPL"
` [PATCH v3 22/42] sandbox: Create a new sandbox_noinst build
` [PATCH v3 23/42] test: Run sandbox_spl tests on sandbox_noinst
` [PATCH v3 24/42] azure/gitlab: Add tests for sandbox_noinst
` [PATCH v3 25/42] dm: core: Add an option to support SPL in read-only memory
` [PATCH v3 26/42] dm: core: Create a struct for device runtime info
` [PATCH v3 27/42] dm: core: Move flags to device-runtime info
` [PATCH v3 28/42] dm: core: Allow storing priv/plat data separately
` [PATCH v3 29/42] sandbox: Define a region for device priv/plat data
` [PATCH v3 30/42] dm: core: Use separate priv/plat data region
` [PATCH v3 31/42] dm: core: Add warnings to private / platform setters
` [PATCH v3 32/42] dm: doc: Tidy up of-platdata docs
` [PATCH v3 33/42] dm: doc: Add documentation for of-platdata-inst
` [PATCH v3 34/42] x86: Define a region for device priv/plat data
` [PATCH v3 35/42] x86: apl: Fix the header order in pmc
` [PATCH v3 36/42] x86: apl: Tell of-platdata about a required header file
` [PATCH v3 37/42] x86: itss: Tidy up bind() for of-platdata-inst
` [PATCH v3 38/42] x86: Support a fake PCI device with of-platdata-inst
` [PATCH v3 39/42] x86: Don't include reset driver in SPL
` [PATCH v3 40/42] x86: coral: Drop ACPI properties from of-platdata
` [PATCH v3 41/42] x86: coral: Drop TPM and ACPI interrupts from TPL
` [PATCH v3 42/42] x86: apl: Use read-only SPL and new of-platdata
[PATCH 0/4] timer: imx-gpt: Add timer support for i.MX SoCs family
2021-02-08 3:21 UTC
How to have a menu in u-boot ? (newbie)
2021-02-08 3:10 UTC (2+ messages)
[PATCH 0/3] timer: imx-gpt: Add timer support for i.MX SoCs family
2021-02-08 2:37 UTC (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] dt-bindings: clock: imxrt1050: add PIT GPT clock
` [PATCH 3/4] imxrt1050 dtsi gpt1 node
` [PATCH 4/4] timer: imx-gpt: Add basic timer support for i.MX SoCs family
[PATCH 0/7] Fix compiler warnings for 32-bit ARM
2021-02-07 23:20 UTC (13+ messages)
` [PATCH 1/7] mkeficapsule: Correct printf() strings
` [PATCH 2/7] efi: Fix compiler warnings
` [PATCH 3/7] pci: swap_case: Allow compilation on 32-bit machines
` [PATCH 4/7] tpm: Correct warning on 32-bit build
` [PATCH 5/7] test: acpi: Fix warnings "
` [PATCH 6/7] doc: sandbox: Fix up dependencies
` [PATCH 7/7] doc: sandbox: Update instructions on quitting
[PULL] u-boot-sh/master
2021-02-07 20:41 UTC
[PULL] u-boot-usb/master
2021-02-07 20:10 UTC
Please pull u-boot-x86
2021-02-07 19:15 UTC (2+ messages)
[PATCH] nvme: Fix cache alignment
2021-02-07 19:13 UTC (10+ messages)
[PATCHv3 0/4] SCP03 control
2021-02-07 18:26 UTC (5+ messages)
` [PATCHv3 1/4] common: SCP03 control (enable and provision of keys)
` [PATCHv3 2/4] cmd: SCP03: enable and provision command
` [PATCHv3 3/4] drivers: tee: sandbox: SCP03 control emulator
` [PATCHv3 4/4] doc: describe the scp03 command
[PATCH 1/3] common: SCP03 control (enable and provision of keys)
2021-02-07 18:11 UTC (6+ messages)
` [PATCH 2/3] cmd: SCP03: enable and provision command
` [PATCH 3/3] drivers: tee: sandbox: secure channel protocol control
u-boot idbloader.img fails to initialise LPDDR3 on nanopi m4 v1
2021-02-07 17:24 UTC (2+ messages)
[PATCH] rockchip: rk3399: Add Nanopi M4V2 board support
2021-02-07 17:06 UTC (5+ messages)
arm64: rk3399: Add support NanoPi R4s
2021-02-07 16:20 UTC
[PATCHv2 1/3] common: SCP03 control (enable and provision of keys)
2021-02-07 16:19 UTC (8+ messages)
` [PATCHv2 2/3] cmd: SCP03: enable and provision command
` [PATCHv2 3/3] drivers: tee: sandbox: secure channel protocol control
Help for boot an iMX7 with u-boot-imx from scratch
2021-02-07 15:50 UTC
[PATCH v1] test: Allow simple glob pattern in the test name
2021-02-07 14:37 UTC (7+ messages)
[RFC PATCH v1 0/2] Allow disabling driver model for I2C in SPL
2021-02-07 14:37 UTC (5+ messages)
` [RFC PATCH v1 1/2] dm: i2c: allow disabling driver model "
` [RFC PATCH v1 2/2] dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C and DM_I2C_GPIO
[PATCH v5 00/10] fastboot: Add better support for specifying partitions
2021-02-07 14:37 UTC (5+ messages)
` [PATCH v5 09/10] doc: Rename k210 partitions anchor
` [PATCH v5 10/10] doc: Document partition specifications
[RFC PATCH 00/13] spi: dw: Add support for XIP mode
2021-02-07 14:37 UTC (5+ messages)
` [RFC PATCH 01/13] linux err: Synchronize with Linux 5.10
` [RFC PATCH 04/13] core: ofnode: Fix inconsistent returns of *_read_u32_array
[PATCH 0/4] mkimage: Add a 'keyfile' argument for image signing
2021-02-07 14:37 UTC (9+ messages)
` [PATCH 1/4] doc: signature.txt: Document the keydir and keyfile arguments
` [PATCH 2/4] mkimage: Add a 'keyfile' argument for image signing
` [PATCH 3/4] lib/rsa: Use the 'keyfile' argument from mkimage
` [PATCH 4/4] lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate
[PATCH 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode
2021-02-07 14:37 UTC (7+ messages)
` [PATCH 2/5] spl: Introduce spl_board_prepare_for_optee() hook
` [PATCH 3/5] arm: stm32mp: Implement support for TZC 400 controller
[PATCH v2 00/37] dm: Implement OF_PLATDATA_INST in driver model (part E)
2021-02-07 14:37 UTC (4+ messages)
` [PATCH v2 02/37] linker_lists: Allow use in data structures
[PATCH v3 00/11] tpm: Support using TPM1 and TPM2 from a single API
2021-02-07 14:37 UTC (4+ messages)
` [PATCH v3 05/11] tpm: Switch TPMv1 over to use the new API
[RESEND PATCH 00/16] Nokia RX-51: Fix USB TTY console and enable it
2021-02-07 14:33 UTC (24+ messages)
` [RESEND PATCH 12/16] arm: omap3: Compile lowlevel_init() function only when it is used
` [RESEND v2 PATCH 00/16] Nokia RX-51: Fix USB TTY console and enable it
` [RESEND v2 PATCH 01/16] serial: usbtty: Fix puts function
` [RESEND v2 PATCH 02/16] serial: usbtty: Send urb data in correct order
` [RESEND v2 PATCH 03/16] usb: musb: Fix compilation of gadget code
` [RESEND v2 PATCH 04/16] usb: musb: Always clear the data toggle bit when configuring ep
` [RESEND v2 PATCH 05/16] usb: musb: Fix configuring FIFO for endpoints
` [RESEND v2 PATCH 06/16] usb: musb: Read value of PERI_RXCSR to 16bit variable
` [RESEND v2 PATCH 07/16] usb: musb: Fix transmission of bigger buffers
` [RESEND v2 PATCH 08/16] usb: musb: Fix receiving "
` [RESEND v2 PATCH 09/16] usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand
` [RESEND v2 PATCH 10/16] usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint
` [RESEND v2 PATCH 11/16] usb: gadget: Use dbg_ep0() macro instead of serial_printf()
` [RESEND v2 PATCH 12/16] arm: omap3: Compile lowlevel_init() function only when it is used
` [RESEND v2 PATCH 13/16] arm: omap3: Compile s_init() "
` [RESEND v2 PATCH 14/16] Nokia RX-51: Remove function set_muxconf_regs()
` [RESEND v2 PATCH 15/16] Nokia RX-51: Move content of rx51.h to rx51.c
` [RESEND v2 PATCH 16/16] Nokia RX-51: Enable usbtty serial console by default
Help regarding booting FIT image on RPi4
2021-02-07 11:56 UTC
[PATCH v3] mmc: mmc_spi: Print verbose debug output when crc16 check fails
2021-02-07 11:50 UTC (3+ messages)
[PATCH v4 00/11] tpm: Support using TPM1 and TPM2 from a single API
2021-02-07 11:44 UTC (5+ messages)
` [PATCH v4 05/11] tpm: Switch TPMv1 over to use the new API
` [PATCH v4 08/11] tpm: Add an implementation of define_space
[PATCH v4 06/41] doc: Document how sandbox_spl_tests are run
2021-02-07 2:53 UTC
[PATCH v1] fix patman --limit-cc option
2021-02-07 0:17 UTC (3+ messages)
[PATCH v2 1/1] sandbox: host bind must close file descriptor
2021-02-07 0:17 UTC (3+ messages)
[PATCH v2 00/33] dm: Add dtoc implementation of device instantiation (part D)
2021-02-07 0:17 UTC (9+ messages)
` [PATCH v2 01/33] bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
` [PATCH v2 02/33] dtoc: Scan drivers for available information
` [PATCH v2 03/33] dtoc: Save scan information across test runs
` [PATCH v2 04/33] dtoc: Ignore unwanted files when scanning for drivers
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