aboutsummaryrefslogtreecommitdiff
path: root/common/hwconfig.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk1-2/+2
2011-01-19powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR initKumar Gala1-42/+44
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala1-6/+9
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala1-8/+6
2010-10-23hwconfig: Utilize getenv_f before relocation to allow for larger bufferKumar Gala1-1/+20
2010-06-29hwconfig: Add some unit testsAnton Vorontsov1-0/+55
2010-06-29hwconfig: Fix stop characters parsing for subkeysAnton Vorontsov1-9/+10
2009-07-16Add simple hwconfig infrastructureAnton Vorontsov1-0/+210