Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ba087535286a2b374582f419e7e7b11be169cea2
/
include
fa12466
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
by Michal Simek
· 9 years ago
cc991fc
ARM64: zynqmp: Enable option to overwrite default variables
by Michal Simek
· 9 years ago
7a8465b
spl: Introduce new function spl_board_prepare_for_boot
by Michal Simek
· 9 years ago
526135a
ARM64: zynqmp: Remove CONFIG_PREBOOT
by Michal Simek
· 9 years ago
fe87595
ARM64: zynqmp: Enable eMMC boot partitions commands
by Michal Simek
· 9 years ago
eec32f6
ARM64: zynqmp: Add support for reading MAC from eeprom
by Michal Simek
· 9 years ago
0061556
ARM64: zynqmp: Enable missing distro default options
by Michal Simek
· 9 years ago
fd63365
ARM: zynq: load u-boot.img whether CONFIG_OF_SEPARATE is defined or not
by Masahiro Yamada
· 9 years ago
b858b6b
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 9 years ago
aee8312
mips: ath79: Add support for TPLink WDR4300
by Marek Vasut
· 9 years ago
9e6434c
flash: add device ID for Microchip PIC32 internal flash.
by Purna Chandra Mandal
· 9 years ago
80c8798
mips: ath79: add AP143 reference board
by Wills Wang
· 9 years ago
8d8d2ed
mips: ath79: add AP121 reference board
by Wills Wang
· 9 years ago
19030fd
Use CONFIG_IDE_SWAP_IO when running on big-endian MIPS (32 or 64-bit) in QEMU so that IDE transfers work properly
by Stanislav Galabov
· 9 years ago
986b516
Properly calculate ATA_SECTORWORDS, using a fixed-size integer, so it works for both 32-bit and 64-bit targets
by Stanislav Galabov
· 9 years ago
626853f
arm: cm-t43: add support for eeprom layout comands
by Nikita Kiryanov
· 9 years ago
d655478
arm: cm-t35: add support for eeprom layout comands
by Nikita Kiryanov
· 9 years ago
8e06caf
arm: cm-t3517: add support for eeprom layout comands
by Nikita Kiryanov
· 9 years ago
2ba4d14
arm: cm-t54: add support for eeprom layout comands
by Nikita Kiryanov
· 9 years ago
d26abb3
arm: cm-t335: add support for eeprom layout comands
by Nikita Kiryanov
· 9 years ago
b06e255
arm: cm-fx6: add support for eeprom layout comands
by Nikita Kiryanov
· 9 years ago
37dda1c
cmd: eeprom: add support for layout aware commands
by Nikita Kiryanov
· 9 years ago
e55d190
arm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK
by Stefan Roese
· 9 years ago
ce084b0
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
faefaae
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
4de8657
dm: sandbox: mmc: Enable building MMC code for sandbox
by Simon Glass
· 9 years ago
59bc6f2
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
a70a146
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· 9 years ago
77ca42b
dm: mmc: Set up the device pointer when using the MMC uclass
by Simon Glass
· 9 years ago
8f5f722
dm: blk: Add a comment as to why the bdev member is needed
by Simon Glass
· 9 years ago
13c2c29
dm: blk: Add functions to select a hardware partition
by Simon Glass
· 9 years ago
11f2bb6
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
8d60adb
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
7760ba2
dm: core: Allow device names to be freed automatically
by Simon Glass
· 9 years ago
78e9e9a
dm: sandbox: Enable systemace
by Simon Glass
· 9 years ago
966b695
dm: blk: Add a easier way to create a named block device
by Simon Glass
· 9 years ago
d089ba3
dm: blk: Allow blk_create_device() to allocate the device number
by Simon Glass
· 9 years ago
4a63e33
dm: sandbox: Enable SATA
by Simon Glass
· 9 years ago
151b935
dm: sandbox: Enable SCSI
by Simon Glass
· 9 years ago
4e7227c
dm: sandbox: Enable IDE
by Simon Glass
· 9 years ago
f94bea0
dm: ide: Add support for driver-model block devices
by Simon Glass
· 9 years ago
e498e57
dm: part: Drop the get_dev() method
by Simon Glass
· 9 years ago
025ed60
dm: sandbox: Drop the host_get_dev() function
by Simon Glass
· 9 years ago
77389b6
dm: blk: Drop the systemace.h header
by Simon Glass
· 9 years ago
64b5c10
dm: systemace: Drop the get_dev() function
by Simon Glass
· 9 years ago
9c54e48
dm: sata: Drop the get_dev() function
by Simon Glass
· 9 years ago
9a68432
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
fa25511
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
844ef1d
dm: ide: Drop the get_dev() function
by Simon Glass
· 9 years ago
cf43778
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
f415a29
dm: systemace: Add a legacy block interface
by Simon Glass
· 9 years ago
3bf2ab9
dm: blk: Add a legacy block interface
by Simon Glass
· 9 years ago
8706b81
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
66823e1
Allow iotrace byte access to use an address of any size
by Simon Glass
· 9 years ago
85ee165
dm: Rename disk uclass to ahci
by Simon Glass
· 9 years ago
c78f5e0
pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
by Simon Glass
· 9 years ago
786e98d
dm: gpio: add a default gpio xlate routine
by Eric Nelson
· 9 years ago
1a54713
drivers: usb: common: add common code for usb drivers to use
by Mugunthan V N
· 9 years ago
fdd88a3
dm: spi: introduce dm api
by Peng Fan
· 9 years ago
b2d1e2a
m68k: add DM model serial driver
by angelo@sysam.it
· 9 years ago
3cdae09
ARM: mx6: Enable MMC and SATA extfs boot support
by Marek Vasut
· 9 years ago
02266e2
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· 9 years ago
81d42d4
ARM: mx6: Enable STDIO deregistering on Novena
by Marek Vasut
· 9 years ago
78077b6
i2c: config: Move SYS_I2C_DW to Kconfig
by Stefan Roese
· 9 years ago
8c60f92
Fix various typos, scattered over the code.
by Robert P. J. Day
· 9 years ago
da3c15c
omap4: duovero: Disable EFI booting
by Ash Charles
· 9 years ago
d1531a4
omap4: load files for legacy boot
by Ash Charles
· 9 years ago
a809981
include/configs: Numerous typo fixes: "controler" -> "controller".
by Robert P. J. Day
· 9 years ago
d93400a
net: increase maximum frame size to accomediate VLAN packets
by Stefan Agner
· 9 years ago
18c067f
net: fix vlan validation
by Stefan Agner
· 9 years ago
8aa10d4
igep00x0: Use the SRAM available for SPL.
by Enric Balletbo i Serra
· 9 years ago
fb9418f
mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT
by Fabio Estevam
· 9 years ago
ca8db72
config: am335x_evm: detect BoneGreen using BBG1
by matwey.kornilov@gmail.com
· 9 years ago
edfdb99
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
07dafdb
Change my mailaddress
by Andreas Bießmann
· 9 years ago
aa600bb
Revert "ti_armv7_common.h: Fix U-Boot location on eMMC"
by Tom Rini
· 9 years ago
49998a4
omap3: Reduce logic/overo SPL max image size
by Tom Rini
· 9 years ago
23aee9f
ARM64: zynqmp: Cleanup config file after CMD move
by Michal Simek
· 9 years ago
6690c49
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 9 years ago
f33703b
pico-imx6ul: Update the defconfig
by Tom Rini
· 9 years ago
a440561
mmc: sdhci: add const qualifier to the name of struct sdhci_host
by Masahiro Yamada
· 9 years ago
9967fd0
ARM: hisilicon: hikey: Align memory node with upstream kernel
by Peter Griffin
· 9 years ago
f517b9c
ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3.
by Peter Griffin
· 9 years ago
247c1a8
ti_armv7_common.h: Fix U-Boot location on eMMC
by Semen Protsenko
· 9 years ago
1d9ac83
configs: Re-sync with cmd/Kconfig
by Tom Rini
· 9 years ago
998c479
include/configs: Whitespace fixup
by Tom Rini
· 9 years ago
0f2dcb9
configs: Re-sync almost all of cmd/Kconfig
by Tom Rini
· 9 years ago
a284fc3c
configs: Re-sync CONFIG_USB_MUSB_HOST
by Tom Rini
· 9 years ago
f852e73
configs: Re-sync HUSH options
by Tom Rini
· 9 years ago
b54143d
Merge branch 'master' of git://www.denx.de/git/u-boot-uniphier
by Tom Rini
· 9 years ago
c767a28
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
d8fc5ff
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
by Stefan Roese
· 9 years ago
0f6457b
ARM: uniphier: speed up loading kernel image from NOR device
by Masahiro Yamada
· 9 years ago
ea6cdf2
ARM: uniphier: reserve the last 64 byte of SDRAM
by Masahiro Yamada
· 9 years ago
063eb1e
ARM: uniphier: add PH1-LD20 SoC support
by Masahiro Yamada
· 9 years ago
c5e1fc6
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
b706ffd
usb: gadget Move: CONFIG_G_DNL_* to Kconfig
by Sam Protsenko
· 9 years ago
38db33a
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
by Sam Protsenko
· 9 years ago
70ad200
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
by Sam Protsenko
· 9 years ago
8073f47
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
by Sam Protsenko
· 9 years ago
Next »