Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ae47eb1cf188dc777833ff15a497f34237d4cb38
/
arch
/
sandbox
8d28c3c
clk: Add fixed-factor clock driver
by Anup Patel
· 6 years ago
4d5814c
sandbox: sound: Silence sound for testing
by Simon Glass
· 6 years ago
ecd02e7
sound: Add uclass operations for beeping
by Simon Glass
· 6 years ago
53a68b3
sandbox: pch: Add a test for the PCH uclass
by Simon Glass
· 6 years ago
17d133b
sandbox: Add a note about the growing state_info struct
by Simon Glass
· 6 years ago
76d42c1
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
1b99536
sandbox: i2c_emul_find() No emulators for device 'rtc@43'
by Heinrich Schuchardt
· 6 years ago
0948af2
sandbox: Correct SDL build flags
by Simon Glass
· 6 years ago
048b2f4
sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)
by Christian GMEINER
· 6 years ago
1fc5330
test: bootcount: add bootcount-uclass test
by Philipp Tomsich
· 6 years ago
658a874
dm: sandbox: Allow selection of sample rate and channels
by Simon Glass
· 6 years ago
ab6dbe6
dm: sound: Complete migration to driver model
by Simon Glass
· 6 years ago
3e61017
dm: sandbox: sound: Convert to use driver model
by Simon Glass
· 6 years ago
6df01f9
dm: core: Add a function to read into a unsigned int
by Simon Glass
· 6 years ago
76072ac
dm: sound: Create a uclass for sound
by Simon Glass
· 6 years ago
0d22f41
dm: sandbox: Update sound to use two buffers
by Simon Glass
· 6 years ago
c953aaf
dm: sound: Create a uclass for i2s
by Simon Glass
· 6 years ago
ed96cde
dm: sound: Create a uclass for audio codecs
by Simon Glass
· 6 years ago
aeed611
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
dc44ea4
syscon: dm: Add a new method to get a regmap from DTS
by Jean-Jacques Hiblot
· 6 years ago
19ebf0b
test: dma: add dma-uclass test
by Grygorii Strashko
· 6 years ago
a550b54
dm: Add Hardware Spinlock class
by Benjamin Gaignard
· 6 years ago
a318115
dm: core: add functions to get/remap I/O addresses by name
by Álvaro Fernández Rojas
· 6 years ago
66cf8f7
sandbox: Use 'extras' to specify 'head' files
by Simon Glass
· 6 years ago
24a284a
sandbox: Zero the ram buffer on startup
by Simon Glass
· 6 years ago
38c2eae
sandbox: Check the filename in jump_to_image_no_args()
by Simon Glass
· 6 years ago
23eabbb
sandbox: Fix up the debug message for the image filename
by Simon Glass
· 6 years ago
f2af76b
sandbox: Use memmove() to move overlapping regions
by Simon Glass
· 6 years ago
27cee44
sandbox: Enable sound
by Simon Glass
· 6 years ago
0d7e681
sound: sandbox: Use the correct frequency
by Simon Glass
· 6 years ago
ddad032
sound: Add sample rate as a parameter for square wave
by Simon Glass
· 6 years ago
17b56f6
dm: sandbox: i2c: Use new emulator parent uclass
by Simon Glass
· 6 years ago
e14f1a2
spl: Add support for passing handoff info to U-Boot proper
by Simon Glass
· 6 years ago
cca2552
sandbox: Boot in U-Boot through the standard call
by Simon Glass
· 6 years ago
7465f00
sandbox: Filter arguments when starting U-Boot
by Simon Glass
· 6 years ago
6009763
sandbox: Use malloc() and free() from os layer
by Simon Glass
· 6 years ago
7dafd02
sandbox: Refactor code to create os_jump_to_file()
by Simon Glass
· 6 years ago
46508c9
sandbox: Add a new 'sb' command
by Simon Glass
· 6 years ago
b5dfea8
sandbox: Add an option to display of-platdata in SPL
by Simon Glass
· 6 years ago
36eee8c
sf: Add a method to obtain the block-protect setting
by Simon Glass
· 6 years ago
e550155
sandbox: Update some drivers to work in SPL/TPL
by Simon Glass
· 6 years ago
8d176d8
sandbox: Add a function to read a host file
by Simon Glass
· 6 years ago
fa4bf41
sandbox: remove stray DEBUG
by Heinrich Schuchardt
· 6 years ago
0fc8afc
test/py: test pinmux command
by Patrice Chotard
· 6 years ago
da3e72f
cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes
by Bin Meng
· 6 years ago
1bb290d
test: dm: virtio: Add test cases for virtio uclass
by Bin Meng
· 6 years ago
57ba942
sandbox: Try to start the RAM buffer at a particular address
by Simon Glass
· 6 years ago
e3f59f4
test: regmap: Increase size of syscon0 memory
by Mario Six
· 6 years ago
d9d2478
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
by Bin Meng
· 6 years ago
e573322
test: Add PCI device entry without compat string and with DT node
by Marek Vasut
· 6 years ago
dacfde8
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 6 years ago
9716dc1
test: eth: Add a test for the target being pinged
by Joe Hershberger
· 6 years ago
54418d0
test: eth: Add a test for ARP requests
by Joe Hershberger
· 6 years ago
11b8503
net: sandbox: Add a priv ptr for tests to use
by Joe Hershberger
· 6 years ago
46d2b6e
net: sandbox: Allow fake eth to handle more than 1 packet response
by Joe Hershberger
· 6 years ago
c136307
net: sandbox: Share the priv structure with tests
by Joe Hershberger
· 6 years ago
2260f13
net: sandbox: Make the fake eth driver response configurable
by Joe Hershberger
· 6 years ago
878123d
net: sandbox: Refactor sandbox send function
by Joe Hershberger
· 6 years ago
5620cf8
test: panel: Add a test for the panel uclass
by Simon Glass
· 6 years ago
699c9ca
dm: core: Update ofnode to read binman-style flash entry
by Simon Glass
· 6 years ago
ae50ec7
sandbox: Restore blocking I/O on exit
by Simon Glass
· 6 years ago
8e8963b
dm: spi: Clean up detection of sandbox SPI emulator
by Simon Glass
· 6 years ago
332894d
sandbox: Remove the old memory file later
by Simon Glass
· 6 years ago
4e9a64d
sandbox: Add a flag to set the default log level
by Simon Glass
· 6 years ago
dc4d8eb
sandbox: Support booting from TPL to SPL
by Simon Glass
· 6 years ago
cbfa845
sandbox: Add a way to write data to the host filesystem
by Simon Glass
· 6 years ago
ce55a11
sandbox: Support file truncation with os_open()
by Simon Glass
· 6 years ago
4e766c2
sandbox: Unprotect DATA regions in bus tests
by Simon Glass
· 6 years ago
86afaa6
sandbox: dt: add sandbox_tee node
by Jens Wiklander
· 6 years ago
b93eea7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
6973345
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
b3b2ddb
dm: test: Add "/firmware" node scan test
by Rajan Vaja
· 6 years ago
ab664ff
test: Add tests for board uclass
by Mario Six
· 6 years ago
fc50a80
sandbox: DTS: w1: add node for one wire interface on GPIO
by Eugen Hristev
· 6 years ago
02ad6fb
video_osd: Add osd sandbox driver and tests
by Mario Six
· 6 years ago
934a545
sandbox: Allow to execute from RAM
by Alexander Graf
· 6 years ago
5b0bdab
sandbox: Fix setjmp/longjmp
by Alexander Graf
· 6 years ago
fc1ebd3
sandbox: Enhance map_to_sysmem() to handle foreign pointers
by Simon Glass
· 6 years ago
b7255ef
sandbox: Add support for calling abort()
by Simon Glass
· 6 years ago
be005d8
sandbox: Align RAM buffer to the machine page size
by Simon Glass
· 6 years ago
dea5df7
test: Add tests for CPU uclass
by Mario Six
· 6 years ago
5077f43
sandbox: Build with -fPIC
by Andy Shevchenko
· 6 years ago
1359226
arch: types.h: factor out fixed width typedefs to int-ll64.h
by Masahiro Yamada
· 6 years ago
72e545a
Remove CONFIG_USE_STDINT
by Masahiro Yamada
· 6 years ago
501607a
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
20f2b0f
Partially revert "efi_loader: Rename sections to allow for implicit data"
by Simon Glass
· 6 years ago
e83a31b
cmd: Add bind/unbind commands to bind a device to a driver from the command line
by Jean-Jacques Hiblot
· 6 years ago
41cc3b9
sandbox: Move BSS after EFI sections
by Alexander Graf
· 6 years ago
68a3398
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 6 years ago
a8ce0ee
test: Add tests for misc uclass
by Mario Six
· 6 years ago
9592215
sandbox: Add and build AXI bus and device
by Mario Six
· 6 years ago
f95104d
axi: Add AXI sandbox driver and simple emulator
by Mario Six
· 6 years ago
d74d312
test: dm: pci: Add cases for finding PCI capability APIs
by Bin Meng
· 6 years ago
510dddb
test: dm: pci: Add tests for mixed static and dynamic devices on the same bus
by Bin Meng
· 6 years ago
5fed536
sandbox: Update test.dts for dynamic PCI device driver matching
by Bin Meng
· 6 years ago
c69ae41
pci: sandbox: swap_case: Declare dynamic driver matching
by Bin Meng
· 6 years ago
408e590
test: dm: pci: Test more than one PCI host controller
by Bin Meng
· 6 years ago
cbf071b
test: dm: pci: Test more than one device on the same bus
by Bin Meng
· 6 years ago
1119271
clk: add clk_valid()
by Fabrice Gasnier
· 6 years ago
b30a7ef
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
Next »