Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8cfa74e5dfb8b6827b47953abd3bf0b82aaa2315
8cfa74e
test/py: Start sandbox SPL when enabled
by Simon Glass
· 8 years ago
9bc2083
test/py: Provide a way to get early console output
by Simon Glass
· 8 years ago
ba83e94
test/py: Note which console produced unexpected output
by Simon Glass
· 8 years ago
13f422e
test/py: Handle testing with the sandbox_spl board
by Simon Glass
· 8 years ago
1475e49
rockchip: Use of-platdata for firefly-rk3288
by Simon Glass
· 8 years ago
4d1192c
rockchip: sdram: Update the driver to support of-platdata
by Simon Glass
· 8 years ago
8e6af6f
rockchip: sdram: Move all DT decoding to ofdata_to_platdata()
by Simon Glass
· 8 years ago
d63ea43
rockchip: syscon: Update to work with of-platdata
by Simon Glass
· 8 years ago
26158ef
rockchip: Don't use spl_boot_device() with of-platdata
by Simon Glass
· 8 years ago
13fb1bc
rockchip: Move the MMC setup check earlier
by Simon Glass
· 8 years ago
ff8357e
rockchip: pinctrl: Update the rk3288 driver to support of-platdata
by Simon Glass
· 8 years ago
00c5fd4
rockchip: clk: Update the rk3288 driver to support of-platdata
by Simon Glass
· 8 years ago
994c29d
rockchip: clk: Move all DT decoding to ofdata_to_platdata()
by Simon Glass
· 8 years ago
4bb9ce4
rockchip: mmc: Update the driver to support of-platdata
by Simon Glass
· 8 years ago
4188d94
rockchip: mmc: Move all DT decoding to ofdata_to_platdata()
by Simon Glass
· 8 years ago
19d6691
rockchip: Update the sdram-channel property to support of-platdata
by Simon Glass
· 8 years ago
b3068ad
rockchip: serial: Add an of-platdata driver for rockchip
by Simon Glass
· 8 years ago
18798be
dm: serial: ns16550: Update to support of-platdata
by Simon Glass
· 8 years ago
b611433
dm: core: Add an implementation of regmap_init_mem_platdata()
by Simon Glass
· 8 years ago
30d73e8
dm: core: Move regmap allocation into a separate function
by Simon Glass
· 8 years ago
0950642
dm: sandbox: Enable of-platdata for sandbox_spl
by Simon Glass
· 8 years ago
c744fca
sandbox: Don't bring in the eeprom emulator in SPL
by Simon Glass
· 8 years ago
afbf9b8
dm: core: Expand platdata for of-platdata devices
by Simon Glass
· 8 years ago
8a07e68
dm: Don't attach the device tree to SPL with of-platdata
by Simon Glass
· 8 years ago
6522a55
dtoc: Ignore the u-boot, dm-pre-reloc property
by Simon Glass
· 8 years ago
2d4c7dc
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
by Simon Glass
· 8 years ago
e9559fb
dm: spl: Bind in all devices in SPL with of-platdata
by Simon Glass
· 8 years ago
affe9ee
tiny-printf: Support assert()
by Simon Glass
· 8 years ago
0dbc728
Only build the libfdt python module if 'swig' is available
by Simon Glass
· 8 years ago
a2a6f04
dm: Add a more efficient libfdt library
by Simon Glass
· 8 years ago
bf6e890
dm: Makefile: Build of-platdata files when the feature is enabled
by Simon Glass
· 8 years ago
bfad22e
dm: Add a tool to generate C code from a device tree
by Simon Glass
· 8 years ago
fa8974d
dm: Add a library to provide simple device-tree access
by Simon Glass
· 8 years ago
261ad28
dm: Add a README for of-platdata
by Simon Glass
· 8 years ago
7bc65f3
dm: Add an option to enable the of-platdata feature
by Simon Glass
· 8 years ago
4f3ce47
dm: Don't include fdtdec functions when of-platdata is enabled
by Simon Glass
· 8 years ago
afd81a5
dm: serial: Add support for of-platdata
by Simon Glass
· 8 years ago
589d915
dm: clk: Add support for of-platdata
by Simon Glass
· 8 years ago
da59fae
dm: Add a header that provides access to the of-platdata structs
by Simon Glass
· 8 years ago
750c482
dm: sandbox: Add a simple driver to test of-platdata
by Simon Glass
· 8 years ago
73dd069
dm: syscon: Add support for of-platdata
by Simon Glass
· 8 years ago
b944345
dm: regmap: Add a dummy implementation for of-platdata
by Simon Glass
· 8 years ago
8d7e816
dm: core: Don't use device tree with of-platdata
by Simon Glass
· 8 years ago
abbe825
dm: Makefile: Build of-platdata before SPL
by Simon Glass
· 8 years ago
bb94838
dm: spl: Don't set up device tree with of-platdata
by Simon Glass
· 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
549f23a
sandbox: serial: Don't sync video in SPL
by Simon Glass
· 8 years ago
1a4742c
sandbox: Don't use IDE and iotrace in SPL
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
32fa8fa
Makefile: Allow the SPL final link rule to be overridden
by Simon Glass
· 8 years ago
ae9e3a5
spl: Drop include of i2c.h
by Simon Glass
· 8 years ago
9f8063b
README: Remove CONFIG_SYS_MALLOC_F_LEN comment
by Simon Glass
· 8 years ago
d6b6b50
sandbox: Don't print a warning for CONFIG_I2C_COMPAT
by Simon Glass
· 8 years ago
8c1d3e0
Revert "armv8: Enable CPUECTLR.SMPEN for coherency"
by Tom Rini
· 8 years ago
47a3d05
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 8 years ago
e0f0cc5
x86: link: Correct a failure in DRAM init
by Simon Glass
· 8 years ago
aedc33d
x86: Add Advantech SOM-DB5800/SOM-6867 support
by George McCollister
· 8 years ago
0681dd8
x86: baytrail: acpi: Hide internal UART per GNVS setting
by Bin Meng
· 8 years ago
d9050c6
x86: acpi: Pack global NVS into ACPI table
by Bin Meng
· 8 years ago
0562f0d
x86: quark: Introduce ACPI global NVS
by Bin Meng
· 8 years ago
ebe7874
x86: baytrail: Introduce ACPI global NVS
by Bin Meng
· 8 years ago
b1f2147
x86: conga-qeval20-qa3: Add support for internal UART
by Stefan Roese
· 8 years ago
9ad1234
x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART
by Bin Meng
· 8 years ago
fe8d45d
x86: baytrail: Introduce a Kconfig option for the internal UART
by Bin Meng
· 8 years ago
f49c485
pci: Add board_ prefix to should_load_oprom() and make it weak
by Bin Meng
· 8 years ago
0ea6bcb
pci: Make load_oprom and run_oprom independent
by Bin Meng
· 8 years ago
6ac0ee5
pci: Remove CONFIG_ALWAYS_LOAD_OPROM
by Bin Meng
· 8 years ago
d2ef0fc
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 8 years ago
9228cc2
tools: patman: Handle missing 'END' in non-last commit of a series
by Bin Meng
· 8 years ago
50ffc98
tools: patman: Handle missing blank line for 'Series-changes'
by Bin Meng
· 8 years ago
d23121c
tools: patman: Generate cover letter correctly when 'END' is missing
by Bin Meng
· 8 years ago
f83649f
tools: patman: Handle tag sections without an 'END'
by Bin Meng
· 8 years ago
d0bc03c
tools: patman: Use cover_match for 'Cover-letter'
by Bin Meng
· 8 years ago
1cc7ecd
dm: Sort the uclass id in alphabetical order
by Bin Meng
· 8 years ago
3e5a8b9
sandbox: Find keyboard driver using driver model
by Simon Glass
· 8 years ago
6f70c11
fdt: x86: Tidy up a few COMPAT string definitions
by Simon Glass
· 8 years ago
7c38030
fdt: Add a note to avoid adding new compatible strings
by Simon Glass
· 8 years ago
b1f6c4a
fdt: Drop unused exynos compatible strings
by Simon Glass
· 8 years ago
9404be5
x86: fdt: Drop the unused compatible strings in fdtdec
by Simon Glass
· 8 years ago
ec124ce
common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV
by Xu Ziyuan
· 8 years ago
47ca9fc
dm: gpio: MPC85XX GPIO platform data support
by Hamish Martin
· 8 years ago
aa7620b
dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC
by Simon Glass
· 8 years ago
70061ba
dm: spl: mmc: Support CONFIG_BLK in SPL MMC
by Simon Glass
· 8 years ago
8612025
dm: mmc: msmsdhic: Drop old MMC code
by Simon Glass
· 8 years ago
009f10f
dm: mmc: Move dragonboard410c to use CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
8ef0765
dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
b97f0fa
dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
b084207
dm: mmc: sdhci: Refactor configuration setup to support DM
by Simon Glass
· 8 years ago
efcc669
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
by Simon Glass
· 8 years ago
7237e41
rockchip: Add MAINTAINER files for kylin_rk3036, evb_rk3036
by Simon Glass
· 8 years ago
faeef3b
dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards
by Simon Glass
· 8 years ago
ff5c1b7
dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
by Simon Glass
· 8 years ago
394dfc0
dm: mmc: Add a way to use driver model for MMC operations
by Simon Glass
· 8 years ago
Next »