summaryrefslogtreecommitdiff
path: root/board/sunxi/board.c
Commit message (Expand)AuthorAgeFilesLines
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* sunxi: board: do MMC pinmux setup for DM_MMC buildsAndre Przywara2019-01-291-0/+15
* sunxi: board: Add i2c initialization for sun50iStefan Mavrodiev2019-01-181-0/+12
* Revert "sunxi: board: Print error after power initialization fails"From: Karl Palsson2018-12-301-10/+8
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-1/+1
|\
| * dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-1/+1
* | lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* | sunxi: board: Print error after power initialization failsOlliver Schinagl2018-12-071-8/+10
|/
* sun50i: A64: add support for R_I2C controllerVasily Khoruzhick2018-11-131-0/+6
* sunxi: store DRAM size in SPL headerAndre Przywara2018-10-291-1/+27
* sunxi: board.c: refactor SPL header checksAndre Przywara2018-10-291-11/+30
* sunxi: Extend SPL header versioningAndre Przywara2018-10-291-2/+2
* sunxi: disable Pine A64 model detection code on other boardsIcenowy Zheng2018-10-291-0/+3
* board: sunxi: Remove unused local variablesJagan Teki2018-08-201-2/+0
* sunxi: add MMC support for H6Icenowy Zheng2018-07-311-0/+7
* sunxi: Drop legacy usb_phy.cJagan Teki2018-05-281-7/+0
* board: sunxi: Use generic-phy for board_usb_cable_connectedJagan Teki2018-05-281-1/+32
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* sunxi: spl: remove DMA related settings of the NAND controllerMiquel Raynal2018-04-031-5/+0
* sunxi: spl: deassert the NAND controller reset lineMiquel Raynal2018-04-031-0/+4
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* sunxi: Transition from the MMC to a FAT-based environmentMaxime Ripard2018-01-271-0/+16
* sunxi: SATA link timeout fixWerner Böllmann2017-11-101-0/+2
* sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng2017-10-031-0/+2
* sunxi: Remove the MMC index hackMaxime Ripard2017-10-031-14/+6
* sunxi: Use sunxi_get_boot_deviceMaxime Ripard2017-10-031-1/+5
* sunxi: Register usb_etherMaxime Ripard2017-10-031-0/+2
* musb: sunxi: switch to the device modelMaxime Ripard2017-10-031-1/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-4/+4
* arm: Include asm/setup.h explictlySimon Glass2017-06-051-0/+1
* sunxi: use SPL header DT name for FIT board matchingAndre Przywara2017-05-171-3/+9
* sunxi: SPL: add FIT config selector for Pine64 boardsAndre Przywara2017-05-171-0/+23
* sunxi: SPL: store RAM size in gdAndre Przywara2017-05-171-4/+3
* mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-151-1/+1
* sunxi: i2c: Add support for DM I2CJernej Skrabec2017-04-281-0/+8
* sunxi: Move function for later convenienceJernej Skrabec2017-04-281-94/+94
* sunxi: Add mmc[1-3] pinmux settings for R40Chen-Yu Tsai2017-04-201-2/+15
* sunxi: Add initial support for R40Chen-Yu Tsai2017-04-201-5/+14
* sunxi: Convert CONFIG_MACPWR to KconfigMylène Josserand2017-04-201-3/+4
* sunxi: Convert CONFIG_SATAPWR to KconfigMylène Josserand2017-04-201-3/+4
* ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCYAndre Przywara2017-04-051-3/+3
* sunxi: add MMC pinmux setup for SDC2 on sun9iPhilipp Tomsich2016-10-301-0/+7
* sunxi: fix 64-bit compiler warning for SPL header parsingAndre Przywara2016-09-061-1/+1