aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * configs: j721e_evm_defconfig: Add HBMC related configsVaishnav Achath2022-06-103-0/+23
| * ti: j721e: enable hyperflash spl fixup for j721eVaishnav Achath2022-06-101-3/+54
| * configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASEVaishnav Achath2022-06-101-0/+2
| * arm: k3: sysfw-loader: add hyperflash supportVaishnav Achath2022-06-101-0/+28
| * arm: dts: k3-j721e-common-proc-board: enable hyperflash mux sel GPIOVaishnav Achath2022-06-101-0/+11
| * arm: dts: k3-j721e-common-proc-board-u-boot: enable HyperFlash in SPLVaishnav Achath2022-06-101-0/+24
| * arm: dts: k3-j721e-r5-common-proc-board: Add HyperFlash nodeVaishnav Achath2022-06-101-0/+45
| * arm: dts: k3-j721e-som-p0: Add HyperFlash nodeVaishnav Achath2022-06-101-0/+32
| * arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller nodeVaishnav Achath2022-06-101-1/+19
|/
* Merge branch '2022-06-09-add-support-for-nvmem-api' into nextTom Rini2022-06-0926-29/+436
|\
| * test: Load mac address using misc deviceWIP/2022-06-08-add-support-for-nvmem-apiSean Anderson2022-06-082-1/+11
| * test: Load mac address using RTCSean Anderson2022-06-082-1/+18
| * test: Load mac address with i2c eepromSean Anderson2022-06-083-1/+13
| * net: Add support for reading mac addresses from nvmem cellsSean Anderson2022-06-081-4/+9
| * sandbox: Enable NVMEMSean Anderson2022-06-085-0/+6
| * misc: Add support for nvmem cellsSean Anderson2022-06-087-0/+311
| * misc: i2c_eeprom: Add fallbacksSean Anderson2022-06-081-0/+24
| * misc: i2c_eeprom: Make i2c_eeprom_write use a const bufSean Anderson2022-06-082-2/+4
| * net: dsa: Fix segmentation fault if master fails to probeSean Anderson2022-06-081-2/+4
| * sandbox: Move some mac addresses to device treeSean Anderson2022-06-082-4/+4
| * sandbox: Remove eth2addr from environmentSean Anderson2022-06-081-1/+0
| * sandbox: net: Remove fake-host-hwaddrSean Anderson2022-06-084-16/+2
| * test: eth: Add test for ethernet addressesSean Anderson2022-06-081-0/+29
| * sandbox: net: Add mac address for eth8 to environmentSean Anderson2022-06-081-0/+1
| * sandbox: net: Add aliases for ethernet devicesSean Anderson2022-06-082-1/+4
|/
* Merge branch '2022-06-08-virtio-harden-and-test-vring' into nextTom Rini2022-06-088-137/+330
|\
| * test: dm: virtio_rng: Test virtio-rng with faked deviceWIP/2022-06-08-virtio-harden-and-test-vringAndrew Scull2022-06-082-0/+53
| * virtio: rng: Check length before copyingAndrew Scull2022-06-081-0/+3
| * test: dm: virtio: Test virtio device driver probingAndrew Scull2022-06-081-0/+9
| * virtio: sandbox: Bind RNG rather than block deviceAndrew Scull2022-06-083-4/+4
| * test: dm: virtio: Split out virtio device testsAndrew Scull2022-06-083-172/+190
| * test: dm: virtio: Test notify before del_vqsAndrew Scull2022-06-081-1/+1
| * virtio: sandbox: Fix device features bitfieldAndrew Scull2022-06-082-2/+2
| * dm: test: virtio: Test the virtio ringAndrew Scull2022-06-081-0/+72
| * virtio_ring: Check used descriptors are chain headsAndrew Scull2022-06-082-0/+14
| * virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull2022-06-082-16/+43
| * virtio_ring: Add helper to attach vring descriptorAndrew Scull2022-06-081-19/+17
| * virtio_ring: Merge identical variablesAndrew Scull2022-06-081-4/+3
|/
* Merge branch '2022-06-07-assorted-improvements' into nextTom Rini2022-06-0767-281/+354
|\
| * serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)WIP/2022-06-06-assorted-improvementsPali Rohár2022-06-0624-45/+45
| * qfw: Don't fail if setup data size is 0Pierre-Clément Tosi2022-06-061-4/+6
| * ubifs: Add missing dependency on GZIPPali Rohár2022-06-061-0/+1
| * include/configs: Remove rootwait=1 to all the affected boardsMichael Trimarchi2022-06-069-10/+10
| * common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes2022-06-062-16/+0
| * bootm: Fix Linux silent console on newer kernelsSean Anderson2022-06-062-17/+19
| * pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi2022-06-061-5/+10
| * fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes2022-06-066-16/+2
| * drivers:optee:rpmb: initialize drivers of mmc devices in UCLASS_BLK for rpmb ...Judy Wang2022-06-061-0/+9
| * serial: smh: Fake tstcSean Anderson2022-06-061-1/+14
| * dm: core: convert of_machine_is_compatible to livetreePatrick Delaunay2022-06-061-3/+1