Age | Commit message (Expand) | Author |
2019-04-24 | Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm | Tom Rini |
2019-04-24 | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic | Tom Rini |
2019-04-23 | sandbox: Drop the printf() in setup_ram_buf() | Simon Glass |
2019-04-23 | sandbox: Correct maths in allocation routines | Simon Glass |
2019-04-23 | sandbox: Improve debugging in initcall_run_list() | Simon Glass |
2019-04-23 | regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset | Neil Armstrong |
2019-04-14 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2019-04-12 | dts: switch spi-flash to jedec, spi-nor compatible | Neil Armstrong |
2019-04-11 | dm: sound: make all functions static inline | Christian Gmeiner |
2019-04-11 | sandbox: Properly print physical addresses | Thierry Reding |
2019-04-11 | sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=y | Thierry Reding |
2019-04-11 | syscon: update syscon_regmap_lookup_by_phandle | Patrick Delaunay |
2019-02-27 | clk: Add fixed-factor clock driver | Anup Patel |
2019-02-20 | sandbox: sound: Silence sound for testing | Simon Glass |
2019-02-20 | sound: Add uclass operations for beeping | Simon Glass |
2019-02-20 | sandbox: pch: Add a test for the PCH uclass | Simon Glass |
2019-02-20 | sandbox: Add a note about the growing state_info struct | Simon Glass |
2019-01-15 | Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm | Tom Rini |
2019-01-14 | sandbox: i2c_emul_find() No emulators for device 'rtc@43' | Heinrich Schuchardt |
2019-01-14 | sandbox: Correct SDL build flags | Simon Glass |
2019-01-14 | sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..) | Christian GMEINER |
2019-01-14 | test: bootcount: add bootcount-uclass test | Philipp Tomsich |
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 |