Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
05b60ac549bbb1cc0738b96d2ee0e342d90bbc1f
05b60ac
net: phy: Clean up includes of common.h
by Joe Hershberger
· 6 years ago
f070b1a
phy: Break include cycle
by Joe Hershberger
· 6 years ago
9cce566
arm: Prevent redefinition error in fsl-layerscape
by Joe Hershberger
· 6 years ago
3ab75cf
net: phy: dp83867: switch to use ofnode api
by Grygorii Strashko
· 6 years ago
63d3192
net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap
by Murali Karicheri
· 6 years ago
fb73107
net: mvgbe: convert to DM
by Chris Packham
· 6 years ago
e9bf75c
net: mvgbe: prepare for conversion to driver model
by Chris Packham
· 6 years ago
f25ddca
initialize net_mode.if_type
by Andrew Thomas
· 6 years ago
6ab1283
net: Consolidate the parsing of bootfile
by Joe Hershberger
· 6 years ago
f43308f
net: Read bootfile from env on netboot_common()
by Joe Hershberger
· 6 years ago
16cf145
net: Make copy_filename() accept NULL src
by Joe Hershberger
· 6 years ago
3855cad
net: Re-check prerequisites when autoloading
by Joe Hershberger
· 6 years ago
3a66fcb
net: When checking prerequisites, consider boot_file_name
by Joe Hershberger
· 6 years ago
faecf84
net: Always print basic info for nfs, just like tftp
by Joe Hershberger
· 6 years ago
347e32b
net: Check subnet against the actual ip address in use for nfs
by Joe Hershberger
· 6 years ago
2d114b8
net: Correct size of NFS buffers
by Joe Hershberger
· 6 years ago
f40a31e
sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces
by Joe Hershberger
· 6 years ago
b96ced9
sandbox: eth-raw: Make random MAC addresses available to eth-raw
by Joe Hershberger
· 6 years ago
c9e2caf
sandbox: eth-raw: Allow interface to be specified by index
by Joe Hershberger
· 6 years ago
ac13270
sandbox: eth-raw: Add a function to ask the host about localhost
by Joe Hershberger
· 6 years ago
8c7988b
net: sandbox-raw: Convert raw eth driver to livetree
by Joe Hershberger
· 6 years ago
b32dd18
net: sandbox: Convert sandbox mock eth driver to livetree
by Joe Hershberger
· 6 years ago
c25f406
net: Correct comment in Kconfig
by Joe Hershberger
· 6 years ago
50ed0ef
sandbox: eth-raw: Make sure descriptors are always initialized
by Joe Hershberger
· 6 years ago
68acb51
net: Only call halt on a driver that has been init'ed
by Joe Hershberger
· 6 years ago
c6fa51a
sandbox: Fix format of fake-host-hwaddr in test.dts
by Joe Hershberger
· 6 years ago
97367df
sandbox: eth-raw: Correct valid socket test in send/recv
by Joe Hershberger
· 6 years ago
82a115f
sandbox: Don't disable ctrlc() on sandbox if in raw mode
by Joe Hershberger
· 6 years ago
b2f58d8
console: Remember if ctrlc is disabled in console_tstc()
by Joe Hershberger
· 6 years ago
08fcdd3
Makefile: Fix 'clean' target
by Tom Rini
· 6 years ago
73a555d
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 6 years ago
WIP-24Jul2018
7ef5b1e
ARM: uniphier: enable distro boot
by Masahiro Yamada
· 6 years ago
ae7a0d5
ARM: uniphier: enable MTD partition and UBI
by Masahiro Yamada
· 6 years ago
bb04d2e
ARM: uniphier: support fdt_fixup_mtdparts
by Masahiro Yamada
· 6 years ago
65fce76
ARM: uniphier: split ft_board_setup() out to a separate file
by Masahiro Yamada
· 6 years ago
e968715
ARM: uniphier: clean-up ft_board_setup()
by Masahiro Yamada
· 6 years ago
b35fb6a
board: constify struct node_info array
by Masahiro Yamada
· 6 years ago
5f4e32d
fdt_support: make fdt_fixup_mtdparts() prototype more specific
by Masahiro Yamada
· 6 years ago
4a610fa
mtd: nand: denali: correct buffer alignment for DMA transfer
by Masahiro Yamada
· 6 years ago
0dc4add
kconfig: Avoid format overflow warning from GCC 8.1
by Luis Araneda
· 6 years ago
7ca264f
mailmap: Fix broken email from fit_image.c
by Michal Simek
· 6 years ago
44d1b7d
configs: am3517-evm: Setup NAND booting
by Adam Ford
· 6 years ago
a745a33
ARM: AM3517-EVM: Update Maintainer
by Adam Ford
· 6 years ago
0cd07a9
config: remove unused CONFIG_SPL_RELOC_STACK_SIZE
by Heinrich Schuchardt
· 6 years ago
ad7061e
doc: Move device tree bindings documentation to doc/device-tree-bindings
by Breno Lima
· 6 years ago
4a8b6e0
mkimage: fit_image: Use macros from image.h
by Michal Simek
· 6 years ago
69ca343
omap3: beagle: re-enable EFI support after the following commit removed it by mistake:
by Guillaume GARDET
· 6 years ago
02db548
spl: remove dependency to "asm/utils.h"
by Paulo Zaneti
· 6 years ago
f1b20ac
hashtable: Fix length calculation in hexport_r
by Zubair Lutfullah Kakakhel
· 6 years ago
e9ee739
avb2.0: use block API in AVB ops
by Igor Opaniuk
· 6 years ago
b0aa74a
avb2.0: add proper dependencies
by Igor Opaniuk
· 6 years ago
149c21b
mtdparts: fixed buffer overflow bug
by Kay Potthoff
· 6 years ago
4807c40
board: STiH410-B2260: Set SYS_BOOTM_LEN to 16M
by Patrice Chotard
· 6 years ago
980f65d
mtd: remove stale comment in mtd_oob_ops structure
by Miquel Raynal
· 6 years ago
8cffb50
rtc: compile date.c if DM_RTC
by AKASHI Takahiro
· 6 years ago
323a73a
mtd: nand: add new enum for storing ECC algorithm
by Rafał Miłecki
· 6 years ago
WIP-23Jul2018
d5674d6
ARM: configs: omap3_logic: remove Legacy OMAP3 USB driver
by Adam Ford
· 6 years ago
5d653af
Convert CONFIG_DA8XX_GPIO to Kconfig
by Adam Ford
· 6 years ago
d7cc15b
ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-inverted
by Adam Ford
· 6 years ago
972edd4
ARM: dts: am3517-evm-uboot: Add reg-shift for UART
by Adam Ford
· 6 years ago
78a88f7
doc: Replace DocBook with sphinx-based docs
by Mario Six
· 6 years ago
5448ff3
ARM: DTS: Resync Logic PD SOM-LV 37xx devkit with Linux 4.18-RC4
by Adam Ford
· 6 years ago
e6ea239
ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.18-RC4
by Adam Ford
· 6 years ago
66dae3b
ARM: dts: Resync OMAP3 and omap36xx with Linux 4.18-RC4
by Adam Ford
· 6 years ago
b8dbec5
ARM: DTS: Resync am3517-evm.dts with Linux 4.18-rc4
by Adam Ford
· 6 years ago
b740074
m68k: m5253evbe: Remove this board
by Tom Rini
· 6 years ago
d68b6ad
spi: stm32_qspi: rework mode management
by Christophe Kerello
· 6 years ago
ceff933
spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccr
by Christophe Kerello
· 6 years ago
f53424e
bios_emulator: remove assignment without effect
by Heinrich Schuchardt
· 7 years ago
f0306a1
Merge branch 'master' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
f97f167
configs: imx6q_logic: Cleanup ramdiskaddr and fdtaddr
by Adam Ford
· 6 years ago
0d38a5f
mx25: fix the offset between the USB ports' registers
by Martin Kaiser
· 6 years ago
7e1a048
tools/imximage: get HAB information from header
by Holger Dengler
· 6 years ago
e16f2de
ARM: dh_imx6: enable GigaDevice, Macronix, and Winbond SPI Flash support in Kconfig
by Ludwig Zenz
· 6 years ago
bbbb50f
imx: i.mx6q: imx6q_logic: Migrate to SPL and enable SDP
by Adam Ford
· 6 years ago
0481bef
ARM: imx6: DHCOM i.MX6 PDK: ddr init for 32bit bus and 4GBit chips
by Ludwig Zenz
· 6 years ago
659ca2d
ARM: imx6: configure ddrcode pins in spl DHCOM i.MX6 PDK
by Ludwig Zenz
· 6 years ago
3d81584
Revert "ARM: imx6: Disable DDR DRAM calibration DHCOM i.MX6 PDK"
by Ludwig Zenz
· 6 years ago
3a68ad4
pico-imx7d: Add new pico-pi config
by Otavio Salvador
· 6 years ago
0a7b54f
pico-imx7d: README: Drop old instructions about secure mode
by Otavio Salvador
· 6 years ago
619fc16
pico-imx7d: README: Use dfu-util to flash U-Boot
by Otavio Salvador
· 6 years ago
190702a
pico-imx7d: Enable auxiliary code support
by Otavio Salvador
· 6 years ago
4f96670
pico-imx7d: Allow default fdtfile to be overridden by defconfig
by Otavio Salvador
· 6 years ago
e5ccad5
pico-imx7d: Do not override addrmap5
by Fabio Estevam
· 6 years ago
c6f69fe
pico-imx7d: Enable CONFIG_ARMV7_BOOT_SEC_DEFAULT
by Fabio Estevam
· 6 years ago
78d30a1
pico-imx7d: Add Falcon mode support
by Fabio Estevam
· 6 years ago
22dda6b
pico-imx7d: Add bootmenu to choose the baseboard
by Otavio Salvador
· 6 years ago
1e64642
pico-imx7d: Add support for update SPL using DFU
by Fabio Berton
· 6 years ago
d5b7177
pico-imx7d: Add SPL support
by Fabio Estevam
· 6 years ago
3fbbfed
pico-imx7d: Add fastboot support
by Fabio Estevam
· 6 years ago
0676b69
pico-imx7d: Add default DFU targets
by Otavio Salvador
· 6 years ago
4242de4
pico-imx7d: Add GPT partitioning support
by Otavio Salvador
· 6 years ago
7985987
pico-imx7d: Fix common distro configuration behavior
by Otavio Salvador
· 6 years ago
7bbce21
pico-imx7d: Convert to distro config
by Fabio Estevam
· 6 years ago
9ea7519
arm, imx6: add alternative PAD_CTL_DSE constants
by Mark Jonas
· 6 years ago
a19797b
colibri_imx7: improve DDR3 timing
by Stefan Agner
· 6 years ago
e38adce
colibri_imx7: add compatible string used in vanilla Linux
by Stefan Agner
· 6 years ago
5531460
mx6cuboxi: Move the default environment for all devices
by Jon Nettleton
· 6 years ago
f97df68
imx: mx7: psci: implement MIGRATE_INFO_TYPE
by Stefan Agner
· 6 years ago
28a5af1
imx: mx7: psci: support CPU0 on/off
by Stefan Agner
· 6 years ago
Next »