Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9c09d391db6eaf5d220ac9d38b19ec9c7b1d2066
/
common
9c09d39
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
04ae3d0
Revert "Align global_data to a 16-byte boundary"
by Simon Glass
· 9 years ago
20d93fc
env: use cache line aligned memory for flash read
by Ravi Babu
· 9 years ago
8f2c9bb
sf: allocate cache aligned buffers to copy from flash
by Ravi Babu
· 9 years ago
0e27b87
x86: Switch to using generic global_data setup
by Simon Glass
· 9 years ago
08ef305
Allow arch-specific setting of global_data in board_init_f_mem()
by Simon Glass
· 9 years ago
862396c
Align global_data to a 16-byte boundary
by Simon Glass
· 9 years ago
c896448
common: Display >=4GiB memory bank size
by Bin Meng
· 9 years ago
17585f2
image-fdt.c: store returned error value
by Max Krummenacher
· 9 years ago
f5ffd53
generic-board: allow showing custom board info
by Marcel Ziswiler
· 9 years ago
39a6207
common/lcd_console: fix console/logo regression
by Marcel Ziswiler
· 9 years ago
067fcd5
kconfig: add config option for shell prompt
by Nikita Kiryanov
· 9 years ago
9e354c9
common/cmd_source.c: Fix the source command failure under 64-bit platform
by Gong Qianyu
· 9 years ago
2ae4589
spl: Fix compile warning for arm64
by Gong Qianyu
· 9 years ago
ad8b3a5
image: fix Android ramdisk support when dtb is specified
by Rob Herring
· 9 years ago
62cb156
spl, common, serial: build SPL without serial support
by Heiko Schocher
· 9 years ago
e5c88ea
dm: pmic: Display the regulator limits on error
by Simon Glass
· 9 years ago
b1b8333
dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression
by Marcel Ziswiler
· 9 years ago
096ee30
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
f390874
usb: Fix device detection code
by Marek Vasut
· 9 years ago
2997bb4
efi: Add a command to display the memory map
by Simon Glass
· 9 years ago
00dd17a
Add a way to skip relocation
by Simon Glass
· 9 years ago
1930e8d
efi: Avoid using non-existent text base
by Ben Stoltz
· 9 years ago
d6c09ba
common: command add '\n' for debug msg
by Peng Fan
· 9 years ago
6bd4484
common: Print nothing in the __weak checkboard()
by Bin Meng
· 9 years ago
77b92d6
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 9 years ago
b141cff
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 9 years ago
47e9898
cmd_mp: Add support for showing all CPU status by one command
by Michal Simek
· 9 years ago
9c3c931
pxe: add AArch64 image support
by Stephen Warren
· 9 years ago
7f7335e
generic_board: Call "checkboard" even though the root node has a "model" property
by Haikun.Wang@freescale.com
· 9 years ago
5e80377
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
d0503cd
spl: spl_mmc: Add option to boot from a MMC partition with offset
by Stefan Roese
· 9 years ago
6b9f728
fastboot: Dynamic controller index for usb_gadget_handle_interrupts
by Paul Kocialkowski
· 10 years ago
d48378f
usb: board_usb_init and board_usb_cleanup calls in the fastboot command
by Paul Kocialkowski
· 9 years ago
46952fb
dm: usb: Adjust the USB_DEVICE() macro naming
by Simon Glass
· 9 years ago
5b026f9
dm: usb: eth: Support driver model with USB Ethernet
by Simon Glass
· 9 years ago
db19dc5
dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH
by Simon Glass
· 9 years ago
318d71c
dm: pci: Add support for PCI driver matching
by Simon Glass
· 9 years ago
9c20359
dm: usb: Do not assume that first child is always a hub
by Hans de Goede
· 9 years ago
f97c8e2
dm: usb: Fix "usb tree" output
by Hans de Goede
· 9 years ago
b869574
usb: Add an usb_device parameter to usb_reset_root_port
by Hans de Goede
· 9 years ago
25293e4
usb: Pass device instead of portnr to usb_legacy_port_reset
by Hans de Goede
· 9 years ago
778dc1c
usb: usb_setup_device: Drop unneeded portnr function argument
by Hans de Goede
· 9 years ago
3db6d8e
usb: Drop device-model specific copy of usb_legacy_port_reset
by Hans de Goede
· 9 years ago
32f72f5
spl: Add a debug string before the jump to U-Boot
by Simon Glass
· 9 years ago
fa2a4db
dm: spl: Allow device tree/driver model in board_init_f()
by Simon Glass
· 9 years ago
f22851a
dm: mmc: Allow driver model to be used for MMC in SPL
by Simon Glass
· 9 years ago
5614db8
spl: Add debugging info for spl_mmc boot
by Simon Glass
· 9 years ago
1fa4c71
sandbox: Drop special-case sandbox console code
by Simon Glass
· 9 years ago
7dd27e0
dm: Allow debug UART to support an early console
by Simon Glass
· 9 years ago
434a31b
mkimage: Display a better list of available image types
by Simon Glass
· 9 years ago
22dda3e
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
7b3a6bc
board/ls2085rdb: Export functions for standalone AQ FW load apps
by Prabhakar Kushwaha
· 9 years ago
200f6d0
cmd_fdt: save fdtaddr in hex format
by Sudeep Holla
· 9 years ago
3d2d441
fdt: prevent clearing memory node if there are no banks
by Andre Przywara
· 9 years ago
8755d2c
cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C
by Bin Meng
· 9 years ago
b891f78
dm: cpu: Fix undefined ENOSYS build error
by Bin Meng
· 9 years ago
4806148
spi: sf: Print the error code on failure
by Simon Glass
· 9 years ago
d560c5c
x86: fsp: Move FspInitEntry call to board_init_f()
by Bin Meng
· 9 years ago
644a8bd
scsi: fix compiler warning with DEBUG and 48bit LBAs
by Andre Przywara
· 9 years ago
3a3715a
common: Add CMD_SF Kconfig entry
by Jagan Teki
· 9 years ago
3e2c319
mtd, spi: Check if flash pointer is used
by Heiko Schocher
· 10 years ago
6f2991b
spi, sf: Use offset and size in sf cmd from mtdpartition
by Heiko Schocher
· 10 years ago
7e5a16c
mtd, nand: Move common functions from cmd_nand.c to common place
by Heiko Schocher
· 10 years ago
06cfc03
mtd, spi: Add MTD layer driver
by Daniel Schwierzeck
· 10 years ago
5a9d7f1
Move defaults from config_cmd_default.h to Kconfig
by Joe Hershberger
· 9 years ago
3de4469
common: Add the CMD_ENV_EXISTS config to Kconfig
by Joe Hershberger
· 9 years ago
8af7cf9
common: Fix comment for saveenv in Kconfig
by Joe Hershberger
· 9 years ago
a7b9efa
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
cf7b376
common: cmd_part: start and size sub-commands introduction
by Paul Kocialkowski
· 9 years ago
b613cb3
common: cmd_part: Proper alignment
by Paul Kocialkowski
· 9 years ago
d4e99a6
usb: kbd: Disable idle input reports when we do not need them
by Hans de Goede
· 9 years ago
4bd66e7
spl: spl_mmc: MMC boot mode provisions checks
by Paul Kocialkowski
· 9 years ago
01c723f
spl: spl_mmc: Minor cosmetics
by Paul Kocialkowski
· 9 years ago
5ed06fc
ahci: support LBA48 data reads for 2+TB drives
by Mark Langsdorf
· 9 years ago
911b959
cmd_scsi: use lbaint_t for LBA values instead of u32
by Mark Langsdorf
· 9 years ago
9cdf367
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
9ac9ef5
common/cmd_bdinfo: show gd->board_type
by Hannes Schmelzer
· 9 years ago
de9d70f
Add a simple version of memalign()
by Simon Glass
· 10 years ago
8980cc0
lcd: Support colour lookup table on 16bpp display in BMP images
by Simon Glass
· 10 years ago
92e1f85
Remove typedefs from bmp_layout.h
by Simon Glass
· 10 years ago
0ed2e46
autoboot.c: Add feature to stop autobooting via SHA256 encrypted password
by Stefan Roese
· 10 years ago
83da3f1
autoboot.c: Move config options to Kconfig
by Stefan Roese
· 10 years ago
0a48c7a
autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2
by Stefan Roese
· 10 years ago
7661487
image-fit: Fix compiler warning in fit_conf_print()
by Hans de Goede
· 9 years ago
7e991e3
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· 9 years ago
2c0fbc7
fdt: Pass the device serial number through devicetree
by Paul Kocialkowski
· 10 years ago
5c5ca87
cmd_ide: Eliminate build warnings in atapi_inquiry()
by Bin Meng
· 10 years ago
84b327f
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
9c1c43c
net: Move the CMD_NET config to defconfigs
by Joe Hershberger
· 9 years ago
add5589
Move setexpr to Kconfig
by Joe Hershberger
· 10 years ago
650d720
usb: kbd: Fix key repeat not always working
by Hans de Goede
· 10 years ago
9fa8bb7
usb: Remove unused variable in usb_setup_descriptor()
by Hans de Goede
· 10 years ago
ab10714
image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM
by Matt Porter
· 10 years ago
ec9dbc9
meminfo cmd: Enable printing >=4GiB SDRAM sizes
by Andrew Bradford
· 10 years ago
2d69f25
spl: spl_mmc: Error and count distinction
by Paul Kocialkowski
· 10 years ago
d686ce9
Combine bootm_find_<thing> functions together
by Karl Apsite
· 10 years ago
1b21c28
add boot_get_loadables() to load listed images
by Karl Apsite
· 10 years ago
8f0537d
mkimage will now report information about loadable
by Karl Apsite
· 10 years ago
eda75c3
env_mmc: add error message to pass to set_default_env
by Tim Harvey
· 10 years ago
Next »