Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
u-boot
/
f8b7752e8f42c6f0bb8725f2488e398c849a7bf4
/
include
cffe5d8
dm: mmc: Set up the device pointer when using the MMC uclass
by Simon Glass
· 9 years ago
b6694a3
dm: blk: Add a comment as to why the bdev member is needed
by Simon Glass
· 9 years ago
cd0fb55
dm: blk: Add functions to select a hardware partition
by Simon Glass
· 9 years ago
69f45cd
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
cb5ec33
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
a2040fa
dm: core: Allow device names to be freed automatically
by Simon Glass
· 9 years ago
cd995a8
dm: sandbox: Enable systemace
by Simon Glass
· 9 years ago
9107c97
dm: blk: Add a easier way to create a named block device
by Simon Glass
· 9 years ago
52138fd
dm: blk: Allow blk_create_device() to allocate the device number
by Simon Glass
· 9 years ago
199a120
dm: sandbox: Enable SATA
by Simon Glass
· 9 years ago
e8c0a25
dm: sandbox: Enable SCSI
by Simon Glass
· 9 years ago
74c6dc1
dm: sandbox: Enable IDE
by Simon Glass
· 9 years ago
145df84
dm: ide: Add support for driver-model block devices
by Simon Glass
· 9 years ago
38bd29b
dm: part: Drop the get_dev() method
by Simon Glass
· 9 years ago
f1d86fd
dm: sandbox: Drop the host_get_dev() function
by Simon Glass
· 9 years ago
ae9ffcc
dm: blk: Drop the systemace.h header
by Simon Glass
· 9 years ago
f6d000e
dm: systemace: Drop the get_dev() function
by Simon Glass
· 9 years ago
4e7189d
dm: sata: Drop the get_dev() function
by Simon Glass
· 9 years ago
edd82ab
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
3c457f4
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
74001a2
dm: ide: Drop the get_dev() function
by Simon Glass
· 9 years ago
57ebf67
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
3ef85e3
dm: systemace: Add a legacy block interface
by Simon Glass
· 9 years ago
6eef6ea
dm: blk: Add a legacy block interface
by Simon Glass
· 9 years ago
c649e3c
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
by Simon Glass
· 9 years ago
709e98b
Allow iotrace byte access to use an address of any size
by Simon Glass
· 9 years ago
a219639
dm: Rename disk uclass to ahci
by Simon Glass
· 9 years ago
cf63084
pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
by Simon Glass
· 9 years ago
6c880b7
dm: gpio: add a default gpio xlate routine
by Eric Nelson
· 9 years ago
c0c62d9
drivers: usb: common: add common code for usb drivers to use
by Mugunthan V N
· 9 years ago
7a3eff4
dm: spi: introduce dm api
by Peng Fan
· 9 years ago
e27802a
m68k: add DM model serial driver
by angelo@sysam.it
· 9 years ago
1cc0a9f
Fix various typos, scattered over the code.
by Robert P. J. Day
· 9 years ago
4bf11dc
omap4: duovero: Disable EFI booting
by Ash Charles
· 9 years ago
ea94859
omap4: load files for legacy boot
by Ash Charles
· 9 years ago
b38eaec
include/configs: Numerous typo fixes: "controler" -> "controller".
by Robert P. J. Day
· 9 years ago
700877a
net: increase maximum frame size to accomediate VLAN packets
by Stefan Agner
· 9 years ago
0299cee
net: fix vlan validation
by Stefan Agner
· 9 years ago
e7fbcbc
igep00x0: Use the SRAM available for SPL.
by Enric Balletbo i Serra
· 9 years ago
58abb98
mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT
by Fabio Estevam
· 9 years ago
f9f9d2d
config: am335x_evm: detect BoneGreen using BBG1
by matwey.kornilov@gmail.com
· 9 years ago
eae4b2b
Fix spelling of "occurred".
by Vagrant Cascadian
· 9 years ago
09c2b8f
Change my mailaddress
by Andreas Bießmann
· 9 years ago
f188357
Revert "ti_armv7_common.h: Fix U-Boot location on eMMC"
by Tom Rini
· 9 years ago
2489a7e
omap3: Reduce logic/overo SPL max image size
by Tom Rini
· 9 years ago
e25b369
ARM64: zynqmp: Cleanup config file after CMD move
by Michal Simek
· 9 years ago
f4c6f93
Merge branch 'master' of git://git.denx.de/u-boot-samsung
by Tom Rini
· 9 years ago
fc6e3c8
pico-imx6ul: Update the defconfig
by Tom Rini
· 9 years ago
cacd1d2
mmc: sdhci: add const qualifier to the name of struct sdhci_host
by Masahiro Yamada
· 9 years ago
305b909
ARM: hisilicon: hikey: Align memory node with upstream kernel
by Peter Griffin
· 9 years ago
9122109
ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3.
by Peter Griffin
· 9 years ago
ef5ebe9
ti_armv7_common.h: Fix U-Boot location on eMMC
by Semen Protsenko
· 9 years ago
89cb2b5
configs: Re-sync with cmd/Kconfig
by Tom Rini
· 9 years ago
cb04db1
include/configs: Whitespace fixup
by Tom Rini
· 9 years ago
78d1e1d
configs: Re-sync almost all of cmd/Kconfig
by Tom Rini
· 9 years ago
4d7100a
configs: Re-sync CONFIG_USB_MUSB_HOST
by Tom Rini
· 9 years ago
adad96e
configs: Re-sync HUSH options
by Tom Rini
· 9 years ago
9f69ab8
Merge branch 'master' of git://www.denx.de/git/u-boot-uniphier
by Tom Rini
· 9 years ago
588d269
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
2802752
dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
by Stefan Roese
· 9 years ago
b75e072
ARM: uniphier: speed up loading kernel image from NOR device
by Masahiro Yamada
· 9 years ago
2386969
ARM: uniphier: reserve the last 64 byte of SDRAM
by Masahiro Yamada
· 9 years ago
9d0c2ce
ARM: uniphier: add PH1-LD20 SoC support
by Masahiro Yamada
· 9 years ago
eb6b50f
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
e6c0bc0
usb: gadget Move: CONFIG_G_DNL_* to Kconfig
by Sam Protsenko
· 9 years ago
b142729
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
by Sam Protsenko
· 9 years ago
c16bf62
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
by Sam Protsenko
· 9 years ago
65403f3
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
by Sam Protsenko
· 9 years ago
aaa4a9e
usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig
by Sam Protsenko
· 9 years ago
3457bba
usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig
by Sam Protsenko
· 9 years ago
a59a77f
usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig
by Sam Protsenko
· 9 years ago
69cc7db
Add initial support for Technexion's PICO-IMX6UL-EMMC board
by Fabio Estevam
· 9 years ago
54971ac
board: ge: bx50v3: Use pwm for display backlight
by Akshay Bhat
· 9 years ago
e1acaa6
bx50v3: Enable CONFIG_OF_LIBFDT in defconfig
by Akshay Bhat
· 9 years ago
ff2545a
efi_loader: Fall back to fdtfile naming convention
by Alexander Graf
· 9 years ago
1c39809
efi_loader: Pass fdt address directly to bootefi cmd
by Alexander Graf
· 9 years ago
3349ed3
Remove references to CONFIG_CMD_EXT3, no such command
by Robert P. J. Day
· 9 years ago
093685a
dragonboard410c: Fix environment variables
by Andreas Färber
· 9 years ago
c1f2057
configs: ks2: move CMD_NAND to defconfigs
by Lokesh Vutla
· 9 years ago
8f69523
memory: Move TI_AEMIF config to KCONFIG
by Lokesh Vutla
· 9 years ago
50c5d43
dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE
by Mateusz Kulikowski
· 9 years ago
578ec3b
distro: Enable iso partition code
by Alexander Graf
· 9 years ago
ecbe1a0
efi_loader: Increase path string to 32 characters
by Alexander Graf
· 9 years ago
c07ad7c
efi_loader: Pass file path to payload
by Alexander Graf
· 9 years ago
23922e2
cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT
by Michal Simek
· 9 years ago
5375389
kconfig: Move CONFIG_OF_LIBFDT to Kconfig
by Michal Simek
· 9 years ago
30b0195
bcm281xx: save ENV to MMC
by Steve Rae
· 9 years ago
108f841
ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE
by Stephen Warren
· 9 years ago
43c4d44
fdt: implement dev_get_addr_name()
by Stephen Warren
· 9 years ago
4ecad8a
exynos: Set CNTFRQ
by Alexander Graf
· 9 years ago
541c9be
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 9 years ago
58ed7f6
ARM64: zynqmp: Use i2c cadence DM driver
by Michal Simek
· 9 years ago
ff9bd8e
ARM64: zynqmp: Enable pca953x driver for zcu102
by Michal Simek
· 9 years ago
2978ae2
gpio: Kconfig: Enable Zynq GPIO driver using kconfig
by Siva Durga Prasad Paladugu
· 9 years ago
08afaf1
ARM64: zynqmp: Clean header after moving stuff to Kconfig
by Michal Simek
· 9 years ago
6c0c958
ARM64: zynqmp: Add support for zc1751 with DC cards
by Michal Simek
· 9 years ago
1f4f3d3
ARM64: zynqmp: Add support for ZCU102 platform
by Michal Simek
· 9 years ago
407b76f
ARM64: zynqmp: Move kernel and fdt offsets and sizes to board config file
by Siva Durga Prasad Paladugu
· 9 years ago
1e8d383
ARM: zynq: Do not perform reset at the end of thor
by Michal Simek
· 9 years ago
758f29d
ARM: zynq: Support systems with more memory banks
by Michal Simek
· 9 years ago
Next »