aboutsummaryrefslogtreecommitdiff
path: root/board/sunxi/board.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-29sunxi: board: do MMC pinmux setup for DM_MMC buildsAndre Przywara1-0/+15
2019-01-18sunxi: board: Add i2c initialization for sun50iStefan Mavrodiev1-0/+12
2018-12-30Revert "sunxi: board: Print error after power initialization fails"From: Karl Palsson1-10/+8
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+1
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-12-07sunxi: board: Print error after power initialization failsOlliver Schinagl1-8/+10
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-1/+1
2018-11-13sun50i: A64: add support for R_I2C controllerVasily Khoruzhick1-0/+6
2018-10-29sunxi: store DRAM size in SPL headerAndre Przywara1-1/+27
2018-10-29sunxi: board.c: refactor SPL header checksAndre Przywara1-11/+30
2018-10-29sunxi: Extend SPL header versioningAndre Przywara1-2/+2
2018-10-29sunxi: disable Pine A64 model detection code on other boardsIcenowy Zheng1-0/+3
2018-08-20board: sunxi: Remove unused local variablesJagan Teki1-2/+0
2018-07-31sunxi: add MMC support for H6Icenowy Zheng1-0/+7
2018-05-28sunxi: Drop legacy usb_phy.cJagan Teki1-7/+0
2018-05-28board: sunxi: Use generic-phy for board_usb_cable_connectedJagan Teki1-1/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-03sunxi: spl: remove DMA related settings of the NAND controllerMiquel Raynal1-5/+0
2018-04-03sunxi: spl: deassert the NAND controller reset lineMiquel Raynal1-0/+4
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-27sunxi: Transition from the MMC to a FAT-based environmentMaxime Ripard1-0/+16
2017-11-10sunxi: SATA link timeout fixWerner Böllmann1-0/+2
2017-10-03sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng1-0/+2
2017-10-03sunxi: Remove the MMC index hackMaxime Ripard1-14/+6
2017-10-03sunxi: Use sunxi_get_boot_deviceMaxime Ripard1-1/+5
2017-10-03sunxi: Register usb_etherMaxime Ripard1-0/+2
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard1-1/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-4/+4
2017-06-05arm: Include asm/setup.h explictlySimon Glass1-0/+1
2017-05-17sunxi: use SPL header DT name for FIT board matchingAndre Przywara1-3/+9
2017-05-17sunxi: SPL: add FIT config selector for Pine64 boardsAndre Przywara1-0/+23
2017-05-17sunxi: SPL: store RAM size in gdAndre Przywara1-4/+3
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1
2017-04-28sunxi: i2c: Add support for DM I2CJernej Skrabec1-0/+8
2017-04-28sunxi: Move function for later convenienceJernej Skrabec1-94/+94
2017-04-20sunxi: Add mmc[1-3] pinmux settings for R40Chen-Yu Tsai1-2/+15
2017-04-20sunxi: Add initial support for R40Chen-Yu Tsai1-5/+14
2017-04-20sunxi: Convert CONFIG_MACPWR to KconfigMylène Josserand1-3/+4
2017-04-20sunxi: Convert CONFIG_SATAPWR to KconfigMylène Josserand1-3/+4
2017-04-05ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCYAndre Przywara1-3/+3
2016-10-30sunxi: add MMC pinmux setup for SDC2 on sun9iPhilipp Tomsich1-0/+7
2016-09-06sunxi: fix 64-bit compiler warning for SPL header parsingAndre Przywara1-1/+1
2016-07-31sunxi: On newer SoCs use words 1-3 instead of just word 3 from the SIDHans de Goede1-1/+19
2016-07-31sunxi: Ensure that the NIC specific bytes of the mac are not all 0Hans de Goede1-0/+4
2016-07-24mtd: nand: Add the sunxi NAND controller driverBoris Brezillon1-1/+4
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede1-2/+1
2016-07-15sunxi: Remove some unnecessary #ifdefsHans de Goede1-9/+2