messages from 2021-03-03 19:08:54 to 2021-03-04 22:18:03 UTC [more...]
[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
2021-03-04 22:18 UTC (26+ messages)
` [RFC PATCH u-boot 01/12] build: use thin archives instead of incremental linking
` [RFC PATCH u-boot 03/12] linker_lists: declare entries and lists externally visible
` [RFC PATCH u-boot 05/12] binman: declare symbols "
` [PATCH] arm: fix LTO build for some thumb-interwork cases
[PATCH] Azure/GitLab: Use buildman -T0 for binman, etc, test
2021-03-04 22:03 UTC
[RFC] devices without FDT node
2021-03-04 20:28 UTC (4+ messages)
[PATCH] imx: Add IMX_HAB support for i.MX7ULP and i.MX8M
2021-03-04 20:04 UTC (2+ messages)
[PATCH 00/19] video: sunxi: Rework DE2 driver
2021-03-04 19:41 UTC (15+ messages)
` [PATCH 01/19] sunxi: video: select dw-hdmi in Kconfig, not Makefile
` [PATCH 02/19] video: sunxi: Add mode_valid callback to sunxi_dw_hdmi
` [PATCH 03/19] common: edid: check for digital display earlier
` [PATCH 04/19] common: edid: extract code for detailed timing search
` [PATCH 06/19] video: sunxi: Use DW-HDMI hpd function
` [PATCH 07/19] video: sunxi: Remove check for ddc-i2c-bus property
Please pull u-boot-video/next-2021-03-04
2021-03-04 19:33 UTC
[PATCH] sandbox: add FAT to the list of usable env drivers
2021-03-04 18:28 UTC
[PATCH v4 00/16] gpio: Update and simplify the uclass API
2021-03-04 18:15 UTC (35+ messages)
` [PATCH v4 01/16] gpio: Disable functions not used with of-platdata
` [PATCH v4 02/16] dm: gpio: Rename set_dir_flags() method to update_flags()
` [PATCH v4 03/16] dm: gpio: Rename get_dir_flags() method to get_flags()
` [PATCH v4 04/16] gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
` [PATCH v4 05/16] gpio: Drop dm_gpio_set_dir()
` [PATCH v4 06/16] gpio: sandbox: Rename GPIO dir_flags to flags
` [PATCH v4 07/16] gpio: sandbox: Use a separate flag for the value
` [PATCH v4 08/16] gpio: sandbox: Fully separate pin value from output value
` [PATCH v4 09/16] gpio: sandbox: Make sandbox_gpio_set_flags() set all flags
` [PATCH v4 10/16] dm: gpio: Add a way to update flags
` [PATCH v4 11/16] gpio: Replace direction_input() and direction_output()
` [PATCH v4 12/16] gpio: Use an 'ops' variable everywhere
` [PATCH v4 13/16] gpio: x86: Drop the deprecated methods in intel_gpio
` [PATCH v4 14/16] gpio: sandbox: Track whether a GPIO is driven
` [PATCH v4 15/16] gpio: Define the log category in the uclass
` [PATCH v4 16/16] gpio: Add a way to read 3-way strapping pins
[PATCH v4 00/42] test: Refactor tests to have a single test runner
2021-03-04 18:14 UTC (50+ messages)
` [PATCH v4 01/42] dm: core: Fix allocation of empty of-platdata
` [PATCH v4 02/42] doc: Tidy up testing section
` [PATCH v4 03/42] doc: Document make tcheck
` [PATCH v4 04/42] sandbox: Drop the 'starting...' message unless testing
` [PATCH v4 05/42] test: Re-enable test_ofplatdata
` [PATCH v4 06/42] doc: Explain how to run tests without pytest
` [PATCH v4 07/42] doc: Document how sandbox_spl_tests are run
` [PATCH v4 08/42] test: Correct setexpr test prefix
` [PATCH v4 09/42] test: Mark all driver model tests with a flag
` [PATCH v4 10/42] test: Rename test-main.c to test-dm.c
` [PATCH v4 11/42] test: Add an overall test runner
` [PATCH v4 12/42] test: Create pre/post-run functions
` [PATCH v4 13/42] test: Call test_pre/post_run() from driver model tests
` [PATCH v4 14/42] test: Move dm_extended_scan() to test_pre_run()
` [PATCH v4 15/42] test: Move do_autoprobe() "
` [PATCH v4 16/42] test: Move dm_scan_plat() "
` [PATCH v4 17/42] test: Drop mallinfo() work-around
` [PATCH v4 18/42] test: Move console silencing to test_pre_run()
` [PATCH v4 19/42] test: Move delay skipping "
` [PATCH v4 20/42] test: Handle driver model reinit in test_pre_run()
` [PATCH v4 21/42] test: Drop struct dm_test_state
` [PATCH v4 22/42] test: Move dm_test_init() into test-main.c
` [PATCH v4 23/42] test: Move dm_test_destroy() "
` [PATCH v4 24/42] test: Move test running into a separate function
` [PATCH v4 25/42] test: Use ut_run_test() to run driver model tests
` [PATCH v4 26/42] test: Drop dm_do_test()
` [PATCH v4 27/42] test: Add ut_run_test_live_flat() to run tests twice
` [PATCH v4 28/42] test: Use a local variable for test state
` [PATCH v4 29/42] test: Run driver-model tests using ut_run_list()
` [PATCH v4 30/42] test: Use return values in dm_test_run()
` [PATCH v4 31/42] test: Move the devicetree check into ut_run_list()
` [PATCH v4 32/42] test: Move restoring of driver model state to ut_run_list()
` [PATCH v4 33/42] test: log: Rename log main test file to log_ut.c
` [PATCH v4 34/42] test: Add a macros for finding tests in linker_lists
` [PATCH v4 35/42] test: Rename all linker lists to have a ut_ prefix
` [PATCH v4 36/42] test: Allow SPL to run any available test
` [PATCH v4 37/42] sandbox: Update os_find_u_boot() to find the .img file
` [PATCH v4 38/42] spl: Convert spl_fit to work with sandbox
` [PATCH v4 39/42] doc: Move coccinelle into its own section
` [PATCH v4 40/42] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v4 41/42] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v4 42/42] doc: Explain briefly how to write new tests
Please pull u-boot-dm
2021-03-04 18:13 UTC (2+ messages)
[PATCH] MAINTAINERS: Use my personal e-mail address
2021-03-04 17:09 UTC
[PATCH 0/5] riscv: enable SBI system reset
2021-03-04 17:00 UTC (6+ messages)
` [PATCH 1/5] risv: add missing SBI extension definitions
` [PATCH 2/5] cmd/sbi: use constants instead of numerical values
` [PATCH 3/5] sysreset: provide SBI based sysreset driver
` [PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON
` [PATCH 5/5] maix: enable SBI system reset for MAIX
[PATCH] cmd: xtrace: Convert to bool
2021-03-04 16:49 UTC (2+ messages)
[PATCH] dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices
2021-03-04 16:47 UTC
[PATCH] configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD
2021-03-04 16:31 UTC
[PATCH V4 00/13] net: smc911x: Convert to DM
2021-03-04 15:42 UTC (7+ messages)
[PATCH 1/2] video: dw_mipi_dsi: missing device to log debug
2021-03-04 15:00 UTC (4+ messages)
` [PATCH 2/2] video: dw_mipi_dsi: update log of dphy_enable
Dead code CONFIG_ARMADA_39X?
2021-03-04 14:02 UTC (6+ messages)
[PATCH 0/5] Synology DS414 integration mini-review
2021-03-04 13:56 UTC (18+ messages)
` [PATCH 1/5] ds414: Add a Kconfig defining some strings
` [PATCH 2/5] configs: ds414: Enable XHCI_PCI by default
` [PATCH 3/5] board/Synology: Unify legacy kernel support
` [PATCH 4/5] ds414: Auto-populate env if appropriate
` [PATCH 5/5] ds414: Add sample u-boot update command
[PATCH] arm: a37xx: pci: Implement workaround for the readback value of VEND_ID
2021-03-04 13:42 UTC (2+ messages)
[PATCH BUGFIX u-boot-marvell] ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
2021-03-04 13:35 UTC (2+ messages)
[PATCH] arm: mvebu: Espressobin: Enable additional options
2021-03-04 13:23 UTC (2+ messages)
[PATCH] usb: host: ehci-vf: Fix portnr initialization
2021-03-04 13:20 UTC (3+ messages)
[PATCH u-boot-marvell] ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repository
2021-03-04 13:18 UTC (2+ messages)
[PATCH 1/2] watchdog: Add booke watchdog driver
2021-03-04 13:15 UTC (2+ messages)
[PATCH] pci: Mark 64bit Memory BARs as such
2021-03-04 13:10 UTC (2+ messages)
[PATCH] imx8mn_ddr4_evk: Allow booting the kernel by default
2021-03-04 12:59 UTC (2+ messages)
[PATCH] video: stm32: remove all child of DSI bridge when its probe failed
2021-03-04 12:10 UTC
Habv4 on imx8m
2021-03-04 11:24 UTC (6+ messages)
[PATCH 00/20] ppc: qemu: Add eTSEC support
2021-03-04 5:36 UTC (11+ messages)
` [PATCH 02/20] net: phy: xilinx: Convert to use APIs which support live DT
[PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
2021-03-04 5:17 UTC (2+ messages)
[PATCH v2 1/1] efi_loader: fix get_last_capsule()
2021-03-04 3:23 UTC (2+ messages)
[PATCH v3 00/41] test: Refactor tests to have a single test runner
2021-03-04 3:06 UTC (5+ messages)
[PATCH v3 00/38] ppc: qemu: Convert qemu-ppce500 to driver model and enable additional driver support
2021-03-04 2:19 UTC (9+ messages)
` [PATCH v3 04/38] ppc: qemu: Support non-identity PCI bus address
u-boot on RPi4 32bit - issue after upgrading the firmware
2021-03-04 1:33 UTC (4+ messages)
[PATCH] JFFS2: fix jffs2 summary datacrc status uninitialized
2021-03-04 0:36 UTC (2+ messages)
[PATCH] JFFS2: fix the reading address over nand's limit
2021-03-04 0:33 UTC (2+ messages)
make O=directory parameter
2021-03-04 0:27 UTC (5+ messages)
[PATCH v4 00/11] tpm: Support using TPM1 and TPM2 from a single API
2021-03-03 19:11 UTC (23+ messages)
` [PATCH v4 01/11] tpm: Don't include cr50 in TPL/SPL
` [PATCH v4 02/11] tpm: Use logging in the uclass
` [PATCH v4 03/11] tpm: Add debugging of request in tpm_sendrecv_command()
` [PATCH v4 04/11] tpm: Add an API that can support v1.2 and v2
` [PATCH v4 05/11] tpm: Switch TPMv1 over to use the new API
` [PATCH v4 06/11] tpm: Add a basic API implementation for TPMv2
` [PATCH v4 07/11] tpm: Reduce duplication in a few functions
` [PATCH v4 08/11] tpm: Add an implementation of define_space
` [PATCH v4 09/11] tpm: Add TPM2 support for read/write values
` [PATCH v4 10/11] tpm: Add TPM2 support for write_lock
` [PATCH v4 11/11] tpm: Allow disabling platform hierarchy with TPM2
[PATCH v4 0/9] Various minor fixes
2021-03-03 19:10 UTC (19+ messages)
` [PATCH v4 1/9] spl: Drop duplicate 'Jumping to U-Boot' message
` [PATCH v4 2/9] binman: Indicate how to make binman verbose
` [PATCH v4 3/9] doc: describe the md command
` [PATCH v4 4/9] doc: Add a note about producing 'md.b' output using hexdump
` [PATCH v4 5/9] s5p4418_nanopi2: Drop dead code
` [PATCH v4 6/9] sandbox: Add os_realloc()
` [PATCH v4 7/9] sandbox: Avoid using malloc() for system state
` [PATCH v4 8/9] sandbox: Write out bloblist when exiting
` [PATCH v4 9/9] bootm: Fix duplicate debugging in bootm_process_cmdline()
[PATCH 0/8]
2021-03-03 19:09 UTC (15+ messages)
` [PATCH 2/8] stm32mp: update the mmu configuration for SPL and prereloc
` [PATCH 3/8] arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH
` [PATCH 4/8] arm: cosmetic: align TTB_SECT define value
` [PATCH 5/8] arm: cp15: update DACR value to activate access control
` [PATCH 6/8] arm: omap2: remove arm_init_domains
` [PATCH 7/8] arm: cp15: remove weak function arm_init_domains
` [PATCH 8/8] arm: remove set_dacr/get_dacr functions
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