Age | Commit message (Expand) | Author |
2018-12-13 | dm: sandbox: Allow selection of sample rate and channels | Simon Glass |
2018-12-13 | dm: sound: Complete migration to driver model | Simon Glass |
2018-12-13 | dm: sandbox: sound: Convert to use driver model | Simon Glass |
2018-12-13 | dm: core: Add a function to read into a unsigned int | Simon Glass |
2018-12-13 | dm: sound: Create a uclass for sound | Simon Glass |
2018-12-13 | dm: sandbox: Update sound to use two buffers | Simon Glass |
2018-12-13 | dm: sound: Create a uclass for i2s | Simon Glass |
2018-12-13 | dm: sound: Create a uclass for audio codecs | Simon Glass |
2018-12-10 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2018-12-07 | syscon: dm: Add a new method to get a regmap from DTS | Jean-Jacques Hiblot |
2018-12-07 | test: dma: add dma-uclass test | Grygorii Strashko |
2018-12-06 | dm: Add Hardware Spinlock class | Benjamin Gaignard |
2018-12-05 | dm: core: add functions to get/remap I/O addresses by name | Álvaro Fernández Rojas |
2018-12-05 | sandbox: Use 'extras' to specify 'head' files | Simon Glass |
2018-12-05 | sandbox: Zero the ram buffer on startup | Simon Glass |
2018-12-05 | sandbox: Check the filename in jump_to_image_no_args() | Simon Glass |
2018-12-05 | sandbox: Fix up the debug message for the image filename | Simon Glass |
2018-11-29 | sandbox: Use memmove() to move overlapping regions | Simon Glass |
2018-11-29 | sandbox: Enable sound | Simon Glass |
2018-11-29 | sound: sandbox: Use the correct frequency | Simon Glass |
2018-11-29 | sound: Add sample rate as a parameter for square wave | Simon Glass |
2018-11-29 | dm: sandbox: i2c: Use new emulator parent uclass | Simon Glass |
2018-11-26 | spl: Add support for passing handoff info to U-Boot proper | Simon Glass |
2018-11-26 | sandbox: Boot in U-Boot through the standard call | Simon Glass |
2018-11-26 | sandbox: Filter arguments when starting U-Boot | Simon Glass |
2018-11-26 | sandbox: Use malloc() and free() from os layer | Simon Glass |
2018-11-26 | sandbox: Refactor code to create os_jump_to_file() | Simon Glass |
2018-11-26 | sandbox: Add a new 'sb' command | Simon Glass |
2018-11-26 | sandbox: Add an option to display of-platdata in SPL | Simon Glass |
2018-11-20 | sf: Add a method to obtain the block-protect setting | Simon Glass |
2018-11-20 | sandbox: Update some drivers to work in SPL/TPL | Simon Glass |
2018-11-20 | sandbox: Add a function to read a host file | Simon Glass |
2018-11-20 | sandbox: remove stray DEBUG | Heinrich Schuchardt |
2018-11-16 | test/py: test pinmux command | Patrice Chotard |
2018-11-14 | cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes | Bin Meng |
2018-11-14 | test: dm: virtio: Add test cases for virtio uclass | Bin Meng |
2018-11-14 | sandbox: Try to start the RAM buffer at a particular address | Simon Glass |
2018-11-14 | test: regmap: Increase size of syscon0 memory | Mario Six |
2018-11-14 | test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag | Bin Meng |
2018-10-20 | test: Add PCI device entry without compat string and with DT node | Marek Vasut |
2018-10-11 | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini |
2018-10-10 | test: eth: Add a test for the target being pinged | Joe Hershberger |
2018-10-10 | test: eth: Add a test for ARP requests | Joe Hershberger |
2018-10-10 | net: sandbox: Add a priv ptr for tests to use | Joe Hershberger |
2018-10-10 | net: sandbox: Allow fake eth to handle more than 1 packet response | Joe Hershberger |
2018-10-10 | net: sandbox: Share the priv structure with tests | Joe Hershberger |
2018-10-10 | net: sandbox: Make the fake eth driver response configurable | Joe Hershberger |
2018-10-10 | net: sandbox: Refactor sandbox send function | Joe Hershberger |
2018-10-09 | test: panel: Add a test for the panel uclass | Simon Glass |
2018-10-09 | dm: core: Update ofnode to read binman-style flash entry | Simon Glass |