Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5dccd156f6456401e769d58bd6b7b60ecaf1a5a9
/
arch
/
sandbox
5dccd15
sandbox: Add a setjmp() implementation
by Simon Glass
· 7 years ago
5ba71e5
test: dm: Fix wrong aliases property names
by Eugeniu Rosca
· 7 years ago
80938c1
sandbox: dts: add Sandbox TPMv2.x node
by Miquel Raynal
· 7 years ago
a4d8297
sandbox: Enable support for MC34708 PMIC in DTS
by Lukasz Majewski
· 7 years ago
b58adfe
dm: led: add testcase for "default-state" property
by Patrick Bruenn
· 7 years ago
42ab107
test: regmap: test Linux-compatible syscon_node_to_regmap()
by Masahiro Yamada
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
567a38b
clk: add sandbox test for bulk API
by Neil Armstrong
· 7 years ago
20c633d
reset: add sandbox test for bulk API
by Neil Armstrong
· 7 years ago
35616ef
core: ofnode: Fix translation for #size-cells == 0
by Mario Six
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
61efece
sandbox: Add 64-bit sandbox
by Mario Six
· 7 years ago
9e7ab23
sandbox: Rename 'num-gpios' property to avoid dtc warning
by Simon Glass
· 7 years ago
305ac9a
sandbox: Correct dtc warning in /chosen node
by Simon Glass
· 7 years ago
91a3159
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
639725e
fix spelling of 'functions' in 2 places (was 'funtcions')
by Simon Goldschmidt
· 7 years ago
b890600
SystemACE: Remove
by Tom Rini
· 7 years ago
a471b67
dm: core: parse chosen node
by Rob Clark
· 7 years ago
b7c82ed
build: Drop CONFIG_SPL_BUILD guards in some cases
by Tom Rini
· 7 years ago
e23c388
power: extend prefix match to regulator-name property
by Felix Brack
· 7 years ago
29d1143
Revert "sandbox: remove os_putc() and os_puts()"
by Simon Glass
· 7 years ago
3662947
sandbox: Add clrbits/setbits macros
by Tom Rini
· 7 years ago
f53b5ea
sandbox: avoid memory leak in os_dirent_ls
by Heinrich Schuchardt
· 7 years ago
f768aa8
sandbox: Expand list of IO accessors
by Maxime Ripard
· 7 years ago
5136925
sandbox: Use asm-generic/io.h
by Paul Burton
· 7 years ago
9cc2d14
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test
by Patrice Chotard
· 7 years ago
f34b4de
sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig
by Bin Meng
· 7 years ago
6bafd24
sandbox: Introduce Kconfig option for 32/64 bit host
by Bin Meng
· 7 years ago
843c299
sandbox: Add a dummy invalidate_dcache_range() function
by Bin Meng
· 7 years ago
9488451
sandbox: remove os_putc() and os_puts()
by Masahiro Yamada
· 7 years ago
25428c4
sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation
by Andy Yan
· 7 years ago
17b1107
sandbox: Stop printing platdata at the start of SPL
by Simon Glass
· 7 years ago
00c34d5b
sandbox: Enable more console options
by Simon Glass
· 7 years ago
9c433fe
dm: core: Test uclass_first/next_device() on probe failure
by Simon Glass
· 8 years ago
b6f605e
sandbox: Fix comparison of unsigned enum expression warning
by Tom Rini
· 8 years ago
38e7974
bootstage: Require timer_get_boot_us() to be defined
by Simon Glass
· 8 years ago
f237151
sandbox: Make u-boot-sandbox.h a private header
by Simon Glass
· 8 years ago
36d08d82
sandbox: Add a way to reset sandbox state for tests
by Simon Glass
· 8 years ago
e4fef74
dm: blk: Improve block device claiming
by Simon Glass
· 8 years ago
11c89f3
dm: Use dm.h header when driver mode is used
by Simon Glass
· 8 years ago
7e9db02
dm: test: Add tests for the generic PHY uclass
by Jean-Jacques Hiblot
· 8 years ago
daea6d4
dm: Simple Watchdog uclass
by maxims@google.com
· 8 years ago
e62f4be
dm: sandbox: pwm: Add a basic pwm test
by Simon Glass
· 8 years ago
fefc7ba
sandbox: Add some test LEDs
by Simon Glass
· 8 years ago
fa72fe5
sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded
by Tom Rini
· 8 years ago
b419dbb
board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()
by Simon Glass
· 8 years ago
b94eed5
board_f: sandbox: Move setup_ram_buf() to private code
by Simon Glass
· 8 years ago
b17ab15
dtoc: Replace dot with underscore to avoid compiler errors
by Simon Glass
· 8 years ago
e8845d2
spl: sandbox: Drop spl_board_announce_boot_device()
by Simon Glass
· 8 years ago
4fc1f25
spl: Add a name to the SPL load-image methods
by Simon Glass
· 8 years ago
f6aa39e
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
f48e025
drivers/pci/Kconfig: Add PCI
by Tom Rini
· 8 years ago
cc02256
efi: Use asmlinkage for EFIAPI
by Simon Glass
· 8 years ago
b7ffa82
sandbox/fs: Set correct filetype for unknown filetype
by Stefan Brüns
· 8 years ago
652acc7
sandbox: Use the address in readl/writel() functions
by Simon Glass
· 8 years ago
ae71ede
sandbox/fs: Use readdir instead of deprecated readdir_r
by Stefan Brüns
· 8 years ago
b212990
sandbox/fs: Use correct size path name buffer
by Stefan Brüns
· 8 years ago
d4cb888
sandbox/fs: Make linking of nodes in os_dirent_ls more obvious
by Stefan Brüns
· 8 years ago
ee30679
spl: Pass spl_image as a parameter to load_image() methods
by Simon Glass
· 8 years ago
a499648
spl: Convert spl_board_load_image() to use linker list
by Simon Glass
· 8 years ago
c0b6c9b
spl: Convert boot_device into a struct
by Simon Glass
· 8 years ago
8dd1c9e
spl: Move spl_board_load_image() into a generic header
by Simon Glass
· 8 years ago
b11b235
sandbox, x86: select DM_KEYBOARD instead of default y entry
by Masahiro Yamada
· 8 years ago
83e3ed1
Remove arch/${ARCH}/include/asm/errno.h
by Masahiro Yamada
· 8 years ago
36f067f
cmd: Split 'bootz' and 'booti' out from 'bootm'
by Tom Rini
· 8 years ago
92c67fa
Add a power domain framework/uclass
by Stephen Warren
· 8 years ago
ecf6082
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
4e9c131
sandbox: Add a test device that uses of-platdata
by Simon Glass
· 8 years ago
9ca517d
sandbox: Add a new sandbox_spl board
by Simon Glass
· 8 years ago
a7e2d4d
sandbox: Add basic SPL implementation
by Simon Glass
· 8 years ago
5cf1663
sandbox: Don't include the main loop in SPL
by Simon Glass
· 8 years ago
f44a3a5
sandbox: Don't use PCI in SPL
by Simon Glass
· 8 years ago
141e5a0
sandbox: Add some missing headers in cpu.c
by Simon Glass
· 8 years ago
be31037
sandbox: Correct header file order in cpu.c
by Simon Glass
· 8 years ago
1a3ba62
sandbox: Support building an SPL image
by Simon Glass
· 8 years ago
2c931ba
sandbox: Allow chaining from SPL to U-Boot proper
by Simon Glass
· 8 years ago
43cdb79
sandbox: Don't exit when bootm completes
by Simon Glass
· 8 years ago
a962243
clk: convert API to match reset/mailbox style
by Stephen Warren
· 8 years ago
6488e64
reset: implement a reset test
by Stephen Warren
· 8 years ago
eeed18c
sandbox: gpio: doc: Fix parameter documentation
by mario.six@gdsys.cc
· 9 years ago
90937cc
dm: test: Add GPIO open drain tests
by mario.six@gdsys.cc
· 9 years ago
62f2c90
mailbox: implement a sandbox test
by Stephen Warren
· 9 years ago
859f256
Rename reset to sysreset
by Stephen Warren
· 9 years ago
8d5e245
sandbox: Add string and 16-bit I/O functions
by Simon Glass
· 9 years ago
5497504
sandbox: Set CONFIG_SYS_CPU
by Tom Rini
· 9 years ago
22e4268
sandbox: Enable many more commands
by Tom Rini
· 9 years ago
c7e4fbb
spmi: Add sandbox test driver
by Mateusz Kulikowski
· 9 years ago
e0f1280
sandbox: Avoid calling commands when not available
by Simon Glass
· 9 years ago
a1965e9
sandbox: Fix building with LLVM
by Tom Rini
· 9 years ago
90b6fef
dm: video: test: Add tests for the video uclass
by Simon Glass
· 9 years ago
38a2ae2
dm: video: sandbox: Convert sandbox to use driver model for video
by Simon Glass
· 9 years ago
8e2334e
eth-raw-os.c: Add cast to bind(2) call
by Tom Rini
· 9 years ago
a5d3a4e
sandbox: eth-raw-os.c: Ensure that our interface name is not too long
by Tom Rini
· 9 years ago
6f2cfbf
test: add sandbox timer to test.dts
by Thomas Chou
· 9 years ago
d041c42
timer: sandbox: Use device tree to pass the clock frequency
by Bin Meng
· 9 years ago
c0ccc72
dm: test: usb: sandbox: Add keyboard tests for sandbox
by Simon Glass
· 9 years ago
be4ebd1
usb: sandbox: Add a USB emulation driver
by Simon Glass
· 9 years ago
4700fe5
dm: test: usb: Add tests for the 'usb tree' command
by Simon Glass
· 9 years ago
fe6d12a
test: Record and silence console in tests
by Simon Glass
· 9 years ago
Next »